| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Implement detailed_operands for both, add visitors for both.
Improve consistency of type_name field of detailed_operands in MLIL
|
|
|
|
|
|
Print a warning message when a deprecated function/property/class is used
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add get/set_expr_type to MLIL/HLIL Python APi
|
|
|
|
Close #3339.
|
|
|
|
|
|
|
|
LLIL and MLIL instructions both have this property. HLIL has
.lines which functions similarly, but returns a a generator of
DisassemblyTextLines. The .tokens property flattens those lines to
return a list of InstructionTestTokens in line with LLIL and MLIL
instructions. This enables plugins to work consistently regardless
of instruction type and makes the API more consistent.
|
|
|
|
ad-hoc messages with consistent decorator
|
|
|
|
|
|
accessed fields
|
|
handles directly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
non-SSA forms (pass the call from *LevelILFunction to *LevelILSSAFunction)
|
|
and the respective C and C++ functions; Addressed the API side of #2662
|
|
|
|
|
|
|
|
and mapping containers
|
|
|
|
|
|
|
|
|
|
|