Skip to content

Releases: lifting-bits/remill

v4.0.11

10 Dec 22:37
3774195
Compare
Choose a tag to compare
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

09 Dec 22:08
9fcc1c5
Compare
Choose a tag to compare
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

18 Nov 16:46
bf69d9c
Compare
Choose a tag to compare
Fix AArch64 tests cmake (#460)

v4.0.8

11 Nov 20:36
71c4d06
Compare
Choose a tag to compare
Add support for aliases into one of the util functions (#458)

v4.0.7

08 Nov 23:14
Compare
Choose a tag to compare
Wrap headers in some ugly pragmas for disabling error checks. Helps i…

v4.0.6

05 Nov 23:12
Compare
Choose a tag to compare
Rename arch_for_decode, remove lazy decode

v4.0.5

05 Nov 02:04
90f9ccd
Compare
Choose a tag to compare
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

03 Nov 23:50
Compare
Choose a tag to compare
Additional APIs needed for clearing the internal instruction lifter c…

v4.0.3

03 Nov 22:32
Compare
Choose a tag to compare
Hot fix

v4.0.2

02 Nov 23:45
Compare
Choose a tag to compare
Merge branch 'master' of github.com:lifting-bits/remill