Skip to content

Releases: lifting-bits/anvill

v0.1.29

04 Feb 21:58
ebf18d6
Compare
Choose a tag to compare
Merge pull request #90 from lifting-bits/better_reference_detection

Better detection of references in Anvill

v0.1.28

04 Feb 15:44
7c400ac
Compare
Choose a tag to compare
Merge pull request #89 from lifting-bits/carson/type_mismatch_bug

Fix return type mismatch bug

v0.1.27

02 Feb 23:53
613e3c5
Compare
Choose a tag to compare
vcpkg: Support Windows and arm64 (#87)

* Fixup errors found when compiling on Windows

* Support aarch64 and Windows triplets

* Conditional link to remill_settings for new vcpkg build

* Fix python2.7 get-pip.py

v0.1.26

21 Jan 22:00
bc89e60
Compare
Choose a tag to compare
Merge pull request #78 from lifting-bits/enable_more_tests

Enables more tests in CI

v0.1.25

20 Jan 19:27
270fc79
Compare
Choose a tag to compare
Merge pull request #77 from lifting-bits/binja_improvements_reloaded

Binja improvements merge

v0.1.24

23 Dec 18:09
927b0e3
Compare
Choose a tag to compare
Merge pull request #74 from lifting-bits/documentation

Fixes issue #70

v0.1.23

16 Dec 22:01
2f32445
Compare
Choose a tag to compare
Merge pull request #73 from lifting-bits/gate-inline-asm-via-flag

Gate inline assembly references of registers not in the spec

v0.1.22

10 Dec 23:39
e609d80
Compare
Choose a tag to compare
Support vcpkg dependency management (#69)

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 remill and cxx-common repositories to learn how to fetch the required dependencies.

v0.1.21

18 Nov 17:13
c4b96b1
Compare
Choose a tag to compare
Merge pull request #67 from lifting-bits/cmake-fix

Fix CMake errors when building with older CMake

v0.1.20

05 Nov 21:10
0b2004e
Compare
Choose a tag to compare
Merge pull request #65 from lifting-bits/docs_and_small_fixes

Add comments and one small bugfix