| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Due to bugs, sometimes named types will not have a correct id, leading to bugs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
menu/actions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Minified vendored Juxtapose dependency
- Added missing margin below Juxtapose instances
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unit tests
|
|
|
|
|
|
|
|
|