- Get a copy of socat source code here http://www.dest-unreach.org/socat/
- Make sure to install gcc-core, libssl-devel, make
- In your Cygwin terminal, run
./configure --enable-openssl-base --enable-openssl-method makeoptionallymake install
- Get a copy of lumen.abda.nl's certificate here https://abda.nl/lumen/hexrays.crt
- Change PATH_TO_IDA in
ida_abda.nl_lumen.batthen run it - Go to Options -> General -> Lumina, set server addr to 127.0.0.1, port 1234, Username guest, Password guest
- ???
- Profit
Tested with IDA Pro 8.3
FYI this also works with WSL, which I would actually recommend using instead of Cygwin in general.
All you have to do is install WSL, from WSL just run the same command:
socat -s -dd tcp4-listen:1234,fork,reuseaddr openssl:lumen.abda.nl:1235,cafile=hexrays.crt, and make sure hexrays.crt is in the folder you're running the command from.