BundleDecompiler
BundleDecompiler copied to clipboard
Hi Periyasamy, I'm using your solution for decompiling and recompiling AAB files for our automation tool. I have noticed the Jar file is working well with Android target version up...
Hello. Using BundleDecompiler I got this error and I can't fix it myself. Could you help me? dannil@dannil-VirtualBox:~$ sudo java -jar /usr/local/bin/BundleDecompiler.jar decompile --in=/home/dannil/eviljocker/app/release/app-release.aab --out=/home/dannil/eviljocker/app/release/app-release-obf.aab Input AppBundle path: /home/dannil/eviljocker/app/release/app-release.aab /home/dannil/eviljocker/app/release/app-release.aab...
Input AppBundle path: E:\tapktool\apktool\haiwai\nflwy\app.aab tools installing..,C:\Users\Administrator/.tmp/BundleDecompiler Exception in thread "main" java.io.FileNotFoundException: \tmp\temp.sh at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(Unknown Source) at java.io.FileOutputStream.(Unknown Source) at java.io.FileOutputStream.(Unknown Source) at java.io.FileWriter.(Unknown Source) at com.bundle.command.CommandExecutor.executeCommandShell(CommandExecuto r.java:31)...
**I have an error on build.** `./obfuscation_working_dir/app-release-bundle/base/manifest/AndroidManifest.xml: error: failed to load XML file: No such file or directory.` Please fix this and add **./../../../** to **./obfuscation_working_dir/tmp/proto.apk** and **./obfuscation_working_dir/app-release-bundle/base/manifest/AndroidManifest.xml** params in...
The idea of the Project is just great! - It will be useful to a lot of developers. And it seems like a great idea to turn this project into...
The repo contain Jar file `BundleDecompiler-0.0.1.jar` at: https://github.com/TamilanPeriyasamy/BundleDecompiler/blob/master/build/libs/BundleDecompiler-0.0.1.jar But without the source-code used to build this file, Please publish the source-code for this file.
When I try to de-compile it throwing me a null pointer exception. I even tried to give the full path to the app-debug.aab, still its the same error. ``` java...
Hi, I've been trying to get this to work but each time I get an error saying Invalid Arguments. I've included the extract from our build process below so you...
I'm getting this error: Exception in thread "main" java.io.IOException: Cannot run program "wget": error=2, No such file or directory at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071) at java.base/java.lang.Runtime.exec(Runtime.java:590) at java.base/java.lang.Runtime.exec(Runtime.java:414) at java.base/java.lang.Runtime.exec(Runtime.java:311) at...
root@laptop:/mnt/c/Projects/backup/aab# ls /mnt/c/Projects/backup/aab/output/obfuscation_working_dir/universal_signed.apk /mnt/c/Projects/backup/aab/output/obfuscation_working_dir/universal_signed.apk root@laptop:/mnt/c/Projects/backup/aab# java -jar BundleDecompiler-0.0.2.jar build --in=/mnt/c/Projects/backup/aab/output/obfuscation_working_dir/universal_signed.apk --out=/mnt/c/Projects/backup/aab/output/obfuscation_working_dir/universal_signed.aab Exception in thread "main" com.bundle.exception.EncodeDecodeException: 'INVALID ARGUMENTS' at com.bundle.main.BundleDecompiler.doRunBundleDecompiler(BundleDecompiler.java:98) at com.bundle.main.BundleDecompiler.main(BundleDecompiler.java:35)