Releases: termux/termux-elf-cleaner
Releases · termux/termux-elf-cleaner
v3.0.1
v3.0.0
Tag version 3.0.0
- Switch to cmake instead of autotools, thanks to @thunder-coding!
- Fix bug in arg handling so that args can be given in any order
- Fix bug for api < 23 where file would be modified even with --dry-run
v2.2.1
v2.2.0
Add support for running termux-elf-cleaner in multiple threads, to give roughly 10 times speedup, thanks to @XniceCraft!
v2.1.1
v2.1.0
v2.0.0
Includes, but is not limited to, these updates:
- Make it possibly to choose target api level with --api-level arg
- Check for underaligned TLS segments in program header
- (partially) re-brand to just elf-cleaner
- Add configure script, instead of just a Makefile
- Add some tests to check so that the tool do, and continue to do, what we want it to do
v1.10
strip DT_AARCH64_(BTI_PLT|PAC_PLT|VARIANT_PCS) from NDK r23