| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Add text-based and constant-based searching
|
|
Cleaned up documentation for assemble's return type
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
can now override get_instruction_info, not perform_get_instruction_info). The perform_* methods are now deprecated but will still function as expected. Added architecture hooks to Python API using this new style.
|
|
{group,class}_index might be a long, which would throw a ValueError
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|