tkmru / nao

Simple No-meaning Assembly Omitter for IDA Pro (This is just a prototype)
GNU General Public License v3.0
275 stars 49 forks source link

undefined function PLUGIN_ENTRY #37

Open tkmru opened 7 years ago

tkmru commented 7 years ago

To resolve issue, make PLUGIN_ENTRY function.

Scriptable plugins – Hex Blog

tkmru commented 6 years ago

This error is displayed when IDA starts.

C:\Program Files\IDA 7.0\plugins\eliminate.py: undefined function PLUGIN_ENTRY
n-o-o-n commented 6 years ago

This can be solved by including eliminate.py's code inside the nao.py

tkmru commented 6 years ago

I see. But I want to divide files because there are much code.