v0.11.0
- Added JSON as a new output format (#239).
- Added the
--profiling
option to thescan
command (d3df07d). - Implement loop-invariant code motion (hoisting) (#246).
- Implement
sym_hash()
function formacho
module (#248). - Allow larger jumps in hex patterns (1e6b6c7).
- BUGFIX: issue with undefined expression in
with
statements (5e2355a).