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

error: use of undeclared identifier 'safeFreeConst' #11

Closed wstclzy2010 closed 4 years ago

wstclzy2010 commented 4 years ago

I can not compile due to the error: patchfinder64.cpp:37:19: error: use of undeclared identifier 'safeFreeConst' if (_freeBuf) safeFreeConst(_buf);

consllogluke commented 4 years ago

+1 same error here

ajsacco commented 4 years ago

Make sure you have the latest libgeneral, as he added support for safeFreeConst

tihmstar commented 4 years ago

Try again with version 104