aboutsummaryrefslogtreecommitdiff
path: root/idaSystemCalls.py
Commit message (Collapse)AuthorAgeFilesLines
* Some refactoring.n0p2017-02-181-1028/+0
|
* Basic blocks without an entry, e.g., exception handler basic blocks in IDA, ↵n0p2017-02-181-7/+24
| | | | containing a system call are supported, now.
* Using miasm's depgraph to get EAX/RAX, now.n0p2017-02-181-152/+176
|
* First commit.n0p2014-10-121-0/+987