-
I found a tool from Google, named Enjarify, which has similar functionality like dex2jar
https://github.com/Storyyeller/enjarify
Maybe you'll want to give it a try and adopt it to your docker file…
-
## ENVIRONMENT
OS and Version: W10x64 (1803)
Python Version: PYthon 3.7.2
MobSF Version: Pulled off master (3bc43195d87401aca51b0eb298ced98f1582ccf2)
## EXPLANATION OF THE ISSUE
R…
-
Hi, I am considering changing Enjarify from Python to Rust, which would require compiling a static binary. Do you think this is something you could handle? It makes distribution a lot more annoying bu…
-
com.google.android.gms:play-services-auth:16.0.1 , when I use this in my dex file , and i want to dex2jar the dex file, it will change com.google.android.gms.internal.auth-api to com.google.android.gm…
-
Meanwhile enjarify does. Probably update dex2jar to latest version(if it's not)?
-
console shows:
```
https://the.bytecode.club - Created by @Konloch and @samczsun - Bytecode Viewer 3.0.0
Checking libraries
Checking Enjarify
Moving Enjarify
Exception in thread "main" java.lang.NoCl…
zxcat updated
5 years ago
-
Hi,
when i performed static analysis of attached apk I got the error:
link: [https://digifors-my.sharepoint.de/:u:/p/martin_schoeniger/EaRIShoiyVFFhjTr2owE0GcBWvzwAzCUA1w_RAf1W_A9kw?e=UQIzLD](url)…
-
Start up took 14 seconds
I: Using Apktool 2.0.1 on velvet.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: /usr/local/google/home…
-
I get these two exceptions when trying to decompile and APK:
```
Bytecode Viewer Version: 2.9.11, Preview Copy: false, Fat Jar: true, OS: Windows 10, Java: 1.8.0_101
java.lang.NullPointerExceptio…
-
Hi, I'm planning to change the Krakatau assembler syntax to simplify the grammar and make it possible to allow exact binary roundtripping. But this requires breaking backwards compatibility, so I figu…