All Projects → jmpews → Dyldmachoparser

jmpews / Dyldmachoparser

Macho Parser base on dyld (supported static/runtime)

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].