Releases: lifting-bits/anvill
Releases · lifting-bits/anvill
v0.1.29
Merge pull request #90 from lifting-bits/better_reference_detection Better detection of references in Anvill
v0.1.28
Merge pull request #89 from lifting-bits/carson/type_mismatch_bug Fix return type mismatch bug
v0.1.27
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
Merge pull request #78 from lifting-bits/enable_more_tests Enables more tests in CI
v0.1.25
Merge pull request #77 from lifting-bits/binja_improvements_reloaded Binja improvements merge
v0.1.24
Merge pull request #74 from lifting-bits/documentation Fixes issue #70
v0.1.23
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
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
Merge pull request #67 from lifting-bits/cmake-fix Fix CMake errors when building with older CMake
v0.1.20
Merge pull request #65 from lifting-bits/docs_and_small_fixes Add comments and one small bugfix