This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
Releases: lifting-bits/mcsema
Releases · lifting-bits/mcsema
v3.0.26
v3.0.25
Rework Docker Image build (#741) * Try reworking Docker image * Fix some old behavior for building abi libraries I don't think the result is actually usable... * Remove most Python2 references Still left some references to python2 for helper scripts since they aren't tested (afaik) in CI * Fix CI * Remove old CMakeLists.txt and remove support for old TRAILOFBITS_LIBRARIES method of building * Update README
v3.0.24
Remove most Python2 references (#742) * Remove most Python2 references Still left some references to python2 for helper scripts since they aren't tested (afaik) in CI * Fix CI
v3.0.23
Fix bad LoadInst compat for LLVM 11 (#739) * Fix bad LoadInst compat for LLVM 11 * Add lifter smoketest. Just check for 0 return * Use macos 10.15 CI runner
v3.0.22
Fix anvill install target usage (#736) Anvill now installs unversioned target
v3.0.21
Add rpm dependency needed by downstream (#734)
v3.0.20
Limit MacOS CI Runners (#733) Limit MacOS CI runners due to organizational limits
v3.0.19
Remove Python2 from pushed Docker images (#731) Had to rename the directory where the Python 3 module is installed so that we could hard-code the PYTHONPATH to it, e.g. `lib/python3.6` -> `lib/python3` on Ubuntu 18.04 with default Python version installed by `apt install python3` or `lib/python3.8` -> `lib/python3` for Ubuntu 20.04.
v3.0.18
Support LLVM 11 (#729) * Add guards based on LLVM version for 11 compatibility * Use remill LLVM 11 compat headers * CI support for LLVM 11
v3.0.17
vcpkg: Support Windows and arm64 (#726) * Fixes and updates for McSema to build on Windows * Enable C CXX ASM languages from beginning Workaround for issue after finding Clang using Clang's own CMake find-scripts * Support aarch64 and Windows release triplets * Conditional link to remill_settings for new vcpkg build