This repository was archived by the owner on Aug 23, 2022. It is now read-only.
Tags: lifting-bits/mcsema
Tags
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
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.
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
PreviousNext