Skip to content

Releases: lifting-bits/remill

v4.0.12

13 Jan 18:31
4660f21

Choose a tag to compare

Update README (#470)

* Update README to show how to do full source builds using VCPKG and explain how to solve a frustrating build issue

* Explain how to disable building SPARC32 runtime semantics

Co-authored-by: Eric Kilmer <[email protected]>

v4.0.11

10 Dec 22:37
3774195

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

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

Choose a tag to compare

Fix AArch64 tests cmake (#460)

v4.0.8

11 Nov 20:36
71c4d06

Choose a tag to compare

Add support for aliases into one of the util functions (#458)

v4.0.7

08 Nov 23:14

Choose a tag to compare

Wrap headers in some ugly pragmas for disabling error checks. Helps i…

v4.0.6

05 Nov 23:12

Choose a tag to compare

Rename arch_for_decode, remove lazy decode

v4.0.5

05 Nov 02:04
90f9ccd

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

Choose a tag to compare

Additional APIs needed for clearing the internal instruction lifter c…

v4.0.3

03 Nov 22:32

Choose a tag to compare

Hot fix