Releases: binsec/unisim_archisec
Releases · binsec/unisim_archisec
0.0.9
CHANGES:
- support for NEON instructions in AARCH64
- handling some new VEX encoded instructions (x86)
- more systematic branchless semantics
(e.g. #37)
- various bug fixes and code improvements
0.0.8
CHANGES:
- support for
adcx
, adox
and mulx
(x86)
- some bug fixes and code improvements
0.0.7
CHANGES:
- various bug fixes and code improvements
0.0.6
CHANGES:
- add PowerPC 64 bit decoder
- various bug fixes and code improvements
0.0.5
CHANGES:
- enable macOS Homebrew distribution
0.0.4
CHANGES:
- better handling of x86 flags
- various bug fixes and refactoring
0.0.3
CHANGES:
- handling some new VEX encoded instructions (x86)
- various bug fixes and refactoring
0.0.2
CHANGES:
- handling of SSE instructions for AMD64
- various bug fixes and code generator improvements
0.0.1
CHANGES:
- update build system (dune 3.0) and improve dependency tracking
- fix memory leak issues
- various bug fixes and code improvements
0.0.0
CHANGES:
Initial release.
OCaml binding for the UNISIM DBA (Dynamic Bitvector Automata) decoder.
Arm32dba
library exposes ARM/Thumb architecture;
Aarch64dba
library exposes AARCH64 architecture;
Amd64dba
library exposes AMD64 architecture.