| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
`DisassemblyTextLine.highlight` attribute when `isinstance(color, _highlight.HighlightColor)` is true
|
|
|
|
|
|
|
|
|
|
|
|
function for better backward compatibility
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Improve implementation of immutable_copy/mutable_copy
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
conflicting with Type.GetTypeClass
|
|
|
|
DataVariable is now 'live'
- Can now directly get/set the name/symbol and type
- Can now read values by automatically creating a TypedDataReader
- Can now write the value of DataVariables (only using bytes objects for now)
BinaryReader/BinaryWriter now have optional addresses passed to each of the read/write methods
- Can now be instantiated from a helper on BinaryView 'br = bv.reader'
StructuredDataView is deprecated in favor of TypedDataReader but left in for backward compatibility
|