Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Releases: lifting-bits/mcsema

v3.0.26

01 Apr 19:49
0a541ea
Compare
Choose a tag to compare
libs: Build against the correct anvill version (#745)

v3.0.25

05 Mar 21:55
339800e
Compare
Choose a tag to compare
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

05 Mar 21:18
e42f45f
Compare
Choose a tag to compare
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

02 Mar 21:12
2ed00dc
Compare
Choose a tag to compare
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

22 Feb 17:13
62293ae
Compare
Choose a tag to compare
Fix anvill install target usage (#736)

Anvill now installs unversioned target

v3.0.21

20 Feb 18:52
6dfbaf9
Compare
Choose a tag to compare
Add rpm dependency needed by downstream (#734)

v3.0.20

17 Feb 21:34
f127149
Compare
Choose a tag to compare
Limit MacOS CI Runners (#733)

Limit MacOS CI runners due to organizational limits

v3.0.19

15 Feb 19:16
c54f84a
Compare
Choose a tag to compare
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

13 Feb 16:30
aa49fcc
Compare
Choose a tag to compare
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

02 Feb 20:56
36f2660
Compare
Choose a tag to compare
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