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

Refactoring, example, some documentation #6

Closed cao closed 9 years ago

cao commented 9 years ago

Refactoring of idalink to make it more "Pythonic" and some PEP8 fixes.

Adding some additional documentation and an example Python file.

Recently added support for the threaded IDA RPC server has been merged.

This refactoring effort will likely break some existing code as parameter names have been changed and functions moved to different modules.

cao commented 9 years ago

Adding support for old-style idalink access, as requested by Christophe.