Closed liangjs closed 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
freeELF
e9tool
This will cause plugins unable to call use this function.
undefined symbol: _ZN6e9tool7freeELFEPNS_3ELFE
Thanks for the report. It is fixed.
The
freeELF
function is not defined in thee9tool
namespace. https://github.com/GJDuck/e9patch/blob/855e8b8092f27ec5c3deb1bc1e7b28e50da6800f/src/e9tool/e9frontend.cpp#L1448This will cause plugins unable to call use this function.