bap-ida-python icon indicating copy to clipboard operation
bap-ida-python copied to clipboard

integration with IDA

Results 1 bap-ida-python issues
Sort by recently updated
recently updated
newest added
trafficstars

Currently on BAP 1.6.0, opam 2.0.3, and IDA 7.1, given the file assembly compiled with `gcc -nostdlib -o foo -foo.S`: ``` .global _start .text foo: nop ret main: lea -0x98(%rsp),...