summaryrefslogtreecommitdiff
path: root/python/architecture.py
AgeCommit message (Collapse)Author
2017-03-15convenience function for bytes->ILAndrew Lamoureux
new function: get_low_leveil_il_from_bytes() in Architecture example use: >>> arch.get_low_level_il_from_bytes('\xeb\xfe', 0x40DEAD) <il: jump(0x40dead)>
2017-02-16Basic blocks have incoming and outgoing edges with basic block references, ↵Rusty Wagner
use core object identity for equality
2017-02-10Merge branch 'type_view' into devRusty Wagner
2017-02-10Merge in pull requests that never made it into devRusty Wagner
2017-02-09APIs for handling platform typesRusty Wagner
2017-01-17Add missing Python APIsRusty Wagner
2017-01-16Fix lint issuesRusty Wagner
2017-01-16Merge branch 'dev' into type_viewRusty Wagner
2017-01-09Wrapping some unwrapped enumeration values, and adding il basic block indexingPeter LaFosse
2017-01-07More fixes for refactorPeter LaFosse
2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ↵Peter LaFosse
existing plugins
2017-01-02Making platform and architecture optional parameters where possiblePeter LaFosse
2016-10-31Refactoring and other improvements of the python apiplafosse
2016-10-28Merging with devplafosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also ↵plafosse
fixed bugs found with pyflakes