DROP-IDA-plugin icon indicating copy to clipboard operation
DROP-IDA-plugin copied to clipboard

Experimental opaque predicate detection for IDA Pro

Results 3 DROP-IDA-plugin issues
Sort by recently updated
recently updated
newest added

Following API changes in IDA7.4, Sark will be renaming `startEA` an `endEA` to `start_ea` and `end_ea` respectively, along some other minor changes. https://github.com/Riscure/DROP-IDA-plugin/blob/129b5de851ae5381d6b671df137eb28e9d620890/drop/helpers.py#L233

`Reading https://pypi.python.org/simple/claripy/ Download error on https://pypi.python.org/simple/claripy/: [Errno 1] ssl.c:507: error:1407742E:SSL routines:SSL23GETSERVERHELLO:tlsv1 alert protocol version -- Some packages may not be found! Couldn't find index page for 'claripy' (maybe misspelled?) Scanning...

I recently installed DROP and had a tough time getting everything configured properly due to various dependency/version issues. I'm assuming this repo isn't monitored, so I'm not bothering with a...