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

machopatchfinder64.cpp:33:53 error on linux #23

Open asdfugil opened 4 years ago

asdfugil commented 4 years ago

I already used the workaround in #21

machopatchfinder64.cpp:33:53: error: inlining failed in call to always_inline ‘load_command* find_load_command64(mach_header_64*, uint32_t)’: function body can be overwritten at link time

d57c4702d36992f4c2b69dff9bb0c8fd753cad47 builds fine but c4d55dbce5e68d0dc7d437b910e189bdf396101e don't

cradcore commented 3 years ago

Ever find a solution? I am running into the same thing after applying the workaround in #21