Skip to content

v2.1.1

Compare
Choose a tag to compare
@CalebFenton CalebFenton released this 12 Nov 18:56
· 152 commits to master since this release

For APKiD itself:

  • Fixed bug with `--output-dir- not working with absolute paths within docker container (#171) - thanks @iantruslove
  • Reduce docker layers and sizes - thanks @superpoussin22
  • Add scan_file_obj API
  • Fixed some error handling
  • Add --include-types option
  • Fix rule identifier counting
  • Improve rule hash stability
  • Improve file type detection for ELFs
  • If using filename for typing, consider .jar files as zips.

For the rules:

  • Beefed up DexGuard detection
  • Correct dexlib1 detection
  • Add AppSuit detection - thanks @enovella
  • Add SafeEngine detection - thanks @horsicq
  • Several other fixes and improvements