Skip to content

Macho Parser base on dyld (supported static/runtime)

Notifications You must be signed in to change notification settings

jmpews/DyldMachoParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DyldMachoParser

Macho Parser Base on dyld.

How to use it ?

DYLD_IN_PROCESS mean runtime.

0x1 Modify CMakelists.txt

ADD_DEFINITIONS(-DDYLD_IN_PROCESS=1)
ADD_DEFINITIONS(-DTARGET_OS_IOS=1)

0x2 Cmake with command line

cmake .. -DDYLD_IN_PROCESS=1 -DTARGET_OS_IOS=1

About

Macho Parser base on dyld (supported static/runtime)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published