add instruction for wsl2
RoderickChan opened this issue · 1 comments
RoderickChan commented
I suggest to add instruction for those who want to use this tool in wsl.
- run
./install.sh --ida /mnt/c/xxx/IDA/plugins
to install - listen to 0.0.0.0:3662 in IDA
- add an
Inbound Rules
for port 3662 in Windows Firewall, private or domain network - run
decompiler connect ida 192.168.xxx.xxx(LAN IP) 3662
in gdb to connect
mahaloz commented
@RoderickChan I've added a little snippet to the readme about allowing inbound connections. Since this does use networking, it would be a little too cumbersome to describe for each platform how to set up a connection, since the user can change both the IP and port.