├── .gitignore ├── LICENSE ├── Makefile ├── README.md ├── android-elf-cleaner.cpp └── elf.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kost/android-elf-cleaner/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kost/android-elf-cleaner/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kost/android-elf-cleaner/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kost/android-elf-cleaner/HEAD/README.md -------------------------------------------------------------------------------- /android-elf-cleaner.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kost/android-elf-cleaner/HEAD/android-elf-cleaner.cpp -------------------------------------------------------------------------------- /elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kost/android-elf-cleaner/HEAD/elf.h --------------------------------------------------------------------------------