This allows Function objects to be properly deduped when added to a set or dictionary.
* Added __hash__ to Function.
This allows Function objects to be properly deduped when added to a set or dictionary.
|
|
|
|
|
|
|
|
|
representation in IL
|
|
|
|
|
|
* Changed Function.get_low_level_il_at and Function.get_lifted_il_at to return a LowLevelILInstruction instead of an instruction index.
* Added type check to get_ssa_* functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clickable, resolves #583
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use core object identity for equality
|
|
|
|
|
|
|
|
|
|
|
|
existing plugins
|
|
|
|
|
|
|
|
fixed bugs found with pyflakes
|