Skip to content

Releases: lifting-bits/remill

v3.0.2

12 Aug 19:06
5f74c38
Compare
Choose a tag to compare
Append project name to the check_git target to fix compound builds (#…

v3.0.1

08 Aug 07:36
Compare
Choose a tag to compare
Another try at CI

Version 3.0.0

07 Aug 18:53
99df2e1
Compare
Choose a tag to compare

Cutting a new release to capture the current state of Remill.

Soon there will be CI updates that will push incremental releases with binaries when the master branch passes CI.

Version 2.0.0

04 Dec 22:47
a9f796f
Compare
Choose a tag to compare

In order to simplify things, Remill tracks the version number of McSema. So 2.0.0 is its first official version.

Some of the notable features that Remill is releasing with at 2.0.0:

  • Partial support for the AArch64 instruction set
  • Semi-complete support for the X86 and AMD64/X86-64 instruction sets
  • Support for complex instruction semantics, as seen in the the SSE and AVX extensions to x86
  • Compatibility with several versions of LLVM