| Age | Commit message (Collapse) | Author |
|
|
|
APIs for global registers and implicit incoming state in calling conventions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
representation in IL
|
|
|
|
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)>
|
|
use core object identity for equality
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
existing plugins
|
|
|
|
|
|
|
|
fixed bugs found with pyflakes
|