Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 368 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 368 Bytes

Strings2

Strings2 is a python3 script that tries to find a flag in the execution branches of an executable file, using Angr.

It's kind of the same as running strings file | grep -i flag for an executable file.

Usage

python strings2.py file

Possible improvements

  • Specifiy the flag format(s)
  • Specify where to look for (STDIN / STDOUT / STDERR)