v0.13.0
This is a minor release.
https://pypi.org/project/staticx/0.13.0/
Added
- Added auditing of all shared libraries to detect problematic usages of
RPATH
/RUNPATH
. Libraries now haveRPATH
/RUNPATH
removed while being added, unless those libraries come from a PyInstalled application. (#173)
Changed
- Rework library-adding code to lazily copy libraries before modifying (#192)