Skip to content

Releases: lifting-bits/remill

v4.0.1

29 Oct 15:09
5bc0dfc
Compare
Choose a tag to compare
Update readme to add info about new architectures.

v4.0.0

28 Oct 19:12
3808e99
Compare
Choose a tag to compare

Adds SPARC32 and SPARC64 support

v3.0.10

27 Oct 18:09
4aea5a8
Compare
Choose a tag to compare
Add LLVM11 to CI, remove ubuntu 1910 (#453)

* Add LLVM11 to CI, remove ubuntu 1910
* LLVM11 Compatibility fixes
* Bump LLVM version in scripts

v3.0.9

24 Oct 02:55
3e0918e
Compare
Choose a tag to compare
Update README.md

v3.0.8

10 Oct 19:31
Compare
Choose a tag to compare
Forgot to update these instructions with an addition parameter since …

v3.0.7

06 Oct 14:22
1579cec
Compare
Choose a tag to compare
Add a flag to search for additional semantics paths (#450)

v3.0.6

23 Sep 01:28
Compare
Choose a tag to compare
More aarch64 fixes

v3.0.5

23 Sep 00:47
Compare
Choose a tag to compare
bug fix for aarch64

v3.0.4

22 Sep 04:41
Compare
Choose a tag to compare
Fix for bug

v3.0.3

17 Sep 06:03
3a16ad4
Compare
Choose a tag to compare
CMake improvements and refactor of __remill_basic_block (#447)

* Append project name to the check_git target to fix compound builds (#446)
* Change the way we get registers for __remill_basic_block so that it's the Arch class of the target that actually populates the function, and isn't based on reverse-engineering what's visible in the function as compiled by llvm
* Renamed a cmake var to reduce likelihood of conflicts, and tries to make sure remill only links against static llvm libraries
* Fix instruction dominance issues
* Minor fix on the type of PC on x86
* Added new implementation (in Arch.cpp) of the AArch64 __remill_basic_block function

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