zardus / idalink

Some glue facilitating remote use of IDA (the Interactive DisAssembler) Python API.
BSD 2-Clause "Simplified" License
77 stars 18 forks source link

Added ability to connect to a remote IDA instance #10

Closed adrianherrera closed 8 years ago

adrianherrera commented 8 years ago

Hi Yan,

Another pull request! This time I've added a new class, remote_idalink, that can be used to connect to a remote machine that is already running the idalink server in IDA Pro. Basically this allows me to use idalink to talk to my Windows IDA install from a Linux machine :-) Because you're already using RPC, there aren't many changes to existing functionality. Changes are:

Any comments/feedback welcome!

Regards, Adrian

zardus commented 8 years ago

Cool stuff!

I agree that having the file transfer automatic would be cool, but small steps are ok :-).

It'd be really cool to be able to connect to a running, used IDA instance with idalink and "share" it, but I have no idea how it'd work with IDA's threading...