v0.7.0
- Better representation of flags in YAML output (aff398b).
- Accept comparisons between boolean expression and integer constant (1dd3ade).
- Add
--print-meta
option toscan
command (#170). - Add
--tag
and--print-tags
options toscan
command for tag filtering and printing (#171). - Add
--count
option toscan
command (#174). - Allow to specify the source's origin in the Golang, Python and C APIs.
- API redesigned to expose more details about compiler errors and warnings.
- BUGFIX: OOM errors while scanning some corrupted PE files (258e090).
- BUGFIX: panics while scanning some corrupted PE files (5a6b944, 3f011ee, b82c930).
Contributors: @wxsBSD