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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
structure APIs
|
|
|
|
|
|
|
|
Noticed `create_database` had the wrong function name in the docstring. Was able to grep a few more occurrences. There may be more.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|