GJDuck / e9patch

A powerful static binary rewriting tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freeELF is not in e9tool namespace

liangjs opened this issue · comments

The freeELF function is not defined in the e9tool namespace.

void freeELF(ELF *elf)

This will cause plugins unable to call use this function.

undefined symbol: _ZN6e9tool7freeELFEPNS_3ELFE

Thanks for the report. It is fixed.