| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Expose the BNReplaceLowLevelILExpr core API via a new method on LowLevelILFunction, replace_expr
|
|
|
|
|
|
|
|
Co-Authored-By: joshwatson <josh@joshwatson.com>
|
|
They didn't have a __hash__ method so I added one so I can use them in sets. It's really just the hash of the Function object plus a string to indicate it's MLIL or LLIL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.instructions to mlil instead of main function -- likewise for llil
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mult_double_prec_unsigned, div_unsigned, div_double_prec_unsigned, zero_extend
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|