Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
7 lines (6 loc) · 206 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 206 Bytes

debug_parser

Usage

1. Gather strings from the executable.

strings binary.exe > strings.txt

2. Parse and convert them back to structs, unions and enums.

python3 parse.py strings.txt types.h