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

Build issue #32

Open oliverlinux opened 1 year ago

oliverlinux commented 1 year ago

../../include/libpatchfinder/OFexception.hpp:38:113: sorry, unimplemented: passing arguments to ellipsis of inherited constructor ‘tihmstar::OFexception::OFexception(const char, const char, int, const char, const char, ...) [inherited from tihmstar::exception]’ 38 | _str,commit_sha_str,line,filename, "failed to find cmd: %d",cmd), _cmd(cmd) {}; | ^

In file included from ../../include/libpatchfinder/patchfinder.hpp:17, from ../../include/libpatchfinder/ibootpatchfinder/ibootpatchfinder.hpp:15, from ibootpatchfinder.cpp:8:

authorisation commented 9 months ago

That is happening because you're compiling with gcc, that won't work. Use clang instead.