Skip to content

Mach-O binary debug symbols parser (structs, unions and enums)

Notifications You must be signed in to change notification settings

riicchhaarrd/debug_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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

About

Mach-O binary debug symbols parser (structs, unions and enums)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages