* Added type check to get_ssa_* functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function.get_block_annotations
|
|
|
|
example documentation fix for BinaryWriter
|
|
clickable, resolves #583
|
|
|
|
|
|
|
|
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)>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|