GJDuck / e9patch

A powerful static binary rewriting tool
GNU General Public License v3.0
986 stars 67 forks source link

freeELF is not in e9tool namespace #57

Closed liangjs closed 2 years ago

liangjs commented 2 years ago

The freeELF function is not defined in the e9tool namespace. https://github.com/GJDuck/e9patch/blob/855e8b8092f27ec5c3deb1bc1e7b28e50da6800f/src/e9tool/e9frontend.cpp#L1448

This will cause plugins unable to call use this function.

undefined symbol: _ZN6e9tool7freeELFEPNS_3ELFE
GJDuck commented 2 years ago

Thanks for the report. It is fixed.