-
- Downloads
store: make tailoring executables configurable via TAILOR_BINARIES (default: off)
Additionally, this change introduces a new command line parameter (`--leave-undef-unused`) which leads to the function resolution not marking imported functions as used automatically. Instead, they will only be marked during the propagation pass as required, making it possible to later remove unused SHN_UNDEF entries (and their resolved counterparts from the .dynsym sections), leading to smaller libraries. If set, the later call to remove_tool_libtrader.py from the elfremove toolchain should use the `--remove_unused_imports` parameter to keep the libraries consistent. This is strictly required for LD_BIND_NOW binaries.
Loading
Please register or sign in to comment