Skip to content

Commit

Permalink
allow jadx to throw errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifeismana committed Jan 30, 2025
1 parent d724cbd commit 5d4a4f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ ProcessApp()
rm -rf $1
mkdir -p $1
DownloadAPK $1 $2
set +e
jadx --deobf --show-bad-code -d $1 $1/$1.apk
set -e
find $1 -type f -exec md5sum {} >> $1/$1.apk.jadx.txt \;
sort -k 2 -o "$1/$1.apk.jadx.txt"{,}
for FILE in $1/*.apk
Expand Down

0 comments on commit 5d4a4f0

Please sign in to comment.