IDA plugin for reverse-engineering and dynamic interactions with the Binsec platform
IDAsec is prototype tool under development, some features are likely buggy and should be used with care.
- Decoding an instruction (in DBA IR)
- Loading execution traces generated by Pinsec
- Triggering analyzes on Binsec and retrieving results
- protobuf
- ZMQ
- capstone (for trace disassembly)
- graphviz (to draw dependency within a formula)
- pyparsing
- enum
- path.py
- plotly (optional)
- In IDA: Copy the
idasec
folder in the python directory of IDA and then loadidasec.py
with Ctrl+F7 - As a standalone app, just run
./idasec.py
(no yet ready)
Yet to come..
Too much to be listed..