tihmstar / libpatchfinder

A arm offsetfinder. It finds offsets, patches, parses Mach-O and even supports IMG4/IMG3
GNU Lesser General Public License v2.1
144 stars 70 forks source link

Compiling offsetexporter #33

Closed alfiecg24 closed 1 year ago

alfiecg24 commented 1 year ago

Hi, how do I compile offsetexporter into a binary? If I run make inside tools/ or tools/offsetexporter/ it says make[1]: Nothing to be done for 'all-am'. but there is no compiled binary leftover. Is the binary output at a different path? Thank you!

Edit: building inside Xcode gives me a "'reflected_kernelpatchfinder.cpp' file not found" error inside of reflected_kernelpatchfinder.cpp.

authorisation commented 9 months ago

Did you end up figuring it out?