Releases: lifting-bits/remill
Releases · lifting-bits/remill
v4.0.11
Support vcpkg dependency management (#463) First step towards transitioning away from cxx-common's `pkgman.py` dependency management system towards compatibility with and use of vcpkg (https://github.com/microsoft/vcpkg) to manage dependencies. This commit attempts to support both the new and old build systems until we can phase out the old completely. Please see the updated trailofbits/cxx-common repository or run the `./scripts/build.sh` script to fetch the required dependencies.
v4.0.10
Fix CVTSI2SS for recent update of Intel XED (#462) * Fix CVTSI2SS for recent update of Intel XED Note that it may be needed to build XED from the latest revision, rather than using the cached build from docker images. * CVTSI2SD is also changed
v4.0.9
Fix AArch64 tests cmake (#460)
v4.0.8
Add support for aliases into one of the util functions (#458)
v4.0.7
Wrap headers in some ugly pragmas for disabling error checks. Helps i…
v4.0.6
Rename arch_for_decode, remove lazy decode
v4.0.5
New x86 instructions (#457) * New x86 instructions * Add some isels * Fixes Issue #376 * Fixes Issue #433. Thanks @adahsuzixin for the semantics and tests * Fixes Issue #374 * Minor fix to the semantics for VINSERTF128, it should only look at the low bit of imm8 * Minor fixes for sparc isel naming
v4.0.4
Additional APIs needed for clearing the internal instruction lifter c…
v4.0.3
Hot fix
v4.0.2
Merge branch 'master' of github.com:lifting-bits/remill