Skip to content

andreihirgau/ios-app-debloating

Repository files navigation

Usage

python ./debloat.py ./binaries/a.out -a e.g. python ./debloat.py ./binaries/a.out -a uncalled_functions

TODO

  • Fix the remaining corner cases
  • Shrink the binary when removing code >= PAGE_SIZE, instead of padding with zeroes