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

add support for newer ida modules required for ida 7.4^ #22

Closed doronz88 closed 4 years ago

doronz88 commented 4 years ago

Since IDA is deprecating most of the standard APIs in idc, idaapi and etc.. Iv'e added some of the required modules to access the new API. tested and works :)

See Also: https://www.hex-rays.com/products/ida/support/ida74_idapython_no_bc695_porting_guide.shtml

rhelmot commented 4 years ago

Looks good, thanks!