| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
metadata.py, callingconvention.py, binaryview.py, highlevelil.py, scriptingprovider.py, types.py
Fix typehint for Union[QualifiedName, str]
|
|
|
|
replace 'vars_referenced' with 'vars'
added 'vars_used_in_address'
fixed some class hierarchy issues
|
|
|
|
add HLIL vars_read/vars_written
Additional progress on HLILInstruction refactor
|
|
Remove _mutable types
|
|
|