a1ext / labeless

Labeless is a multipurpose IDA Pro plugin system for labels/comments synchronization with a debugger backend, with complex memory dumping and interactive Python scripting capabilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDA7 Linux plugin

gljiva opened this issue · comments

Hi,
In the docs it's mentioned that Linux is supported but couldn't find any Linux IDA plugins in release files or notes on how to build the plugin on Linux?
Is the Linux IDA supported with the current version and could you provide some notes on how to build the plugin?

Thanks!

commented

Hi @gljiva,
It is supported, but I don't have an IDA for Linux, so I cannot test it myself... I can provide binaries if you want to try it, but I don't guarantee that it will work 100%...

There are few files:
image

Installation steps:

  • copy labeless_ida_70.so and labeless_ida_70_64.so files to your IDA's plugins directory
  • copy libprotobuf.so.9 to your IDA home (folder, whre ida or ida64 resides)

1.1.2.85-linux.zip

commented

P.S. I've just added this build to the latest release...

commented

Ok, I'm closing the issue. In case you have problems - just re-open it.