| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
string, and __str__ for functions with the full prototype: Fixes #1549
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
are consistent and typed properly
|
|
|
|
|
|
MediumLevelILInstruction
|
|
|
|
|
|
|
|
API only for now, will be moved into the core later)
|
|
|
|
|
|
uninitialized type property
|
|
|
|
|
|
|
|
revert on LinearDisassemglyLine so third-party plugins that leverage lineardisassemblylines can work again
|
|
|
|
|
|
|
|
|
|
|
|
basicblock and a typo in function.py
|
|
properties
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.instructions to mlil instead of main function -- likewise for llil
|
|
`Variable.__eq__` fails to check if the other value is actually a Variable object before comparing member properties. This fixes the exception that gets raised when comparing a Variable against something else.
|