Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 368 Bytes

File metadata and controls

20 lines (15 loc) · 368 Bytes

Finding Strings

Looking for useful strings (here, a licence key) within a compiled binary.

Execution

# Build
make

# Run and analyze
./register

# Examine the output
strings ./register

# Find the key of the form XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
./register XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

Made with ❤ by Param.