thalium / symless

MIT License
179 stars 11 forks source link

Unable to use on IDA Pro 8.4 #44

Closed ChinaNuke closed 8 months ago

ChinaNuke commented 8 months ago

I copied the symless directory and the symless.py to /opt/idapro-8.4/plugins, and then when I launch IDA Pro I get the following error, and there is no "symless" entry in the "Edit" -> "Plugins" menu.

/opt/idapro-8.4/plugins/symless.py: undefined function __plugins__symless.PLUGIN_ENTRY
anOtherAnalyse commented 8 months ago

Try copying the symless_plugin.py file instead of the symless.py file.

ChinaNuke commented 8 months ago

Sorry I copied the wrong file, thank you for pointing it out. 😃