OpenLumina
IDA plugin that allows connecting to third party Lumina servers such as:
- Lumen: guest:[email protected]:1235
- Int: guest:[email protected]:1234
- Your own private lumina
- Build or download precompiled version of the plugin and put it into your IDA\plugins directory
- Copy your hexrays*.crt certificate file(s) provided by Lumina server owner to your IDA install directory
- CMake is required for building plugin. You can use CMake version bundled with Visual Studio 2022 (CMake 3.29.5 as of 02.09.2024)
- Configure path to your extracted IDA SDK directory in build_win.cmd/build_linux.sh/build_mac.sh file
- Run build_win.cmd/build_linux.sh/build_mac.sh (on Windows it must be run from VS Developer Command Prompt for VS2022)
- Copy compiled plugin binaries to your <IDA_INSTALL>\plugins directory
See scripts in lumina_ca folder. Generating certificates requires OpenSSL 3.x to be installed and be on the PATH environment variable.
Run IDA with "-z 00800000" command line switch (it must be in quotes) to see additional debug messages printed into "Output" window