dex-oracle icon indicating copy to clipboard operation
dex-oracle copied to clipboard

A pattern based Dalvik deobfuscator which uses limited execution to improve semantic analysis

Results 14 dex-oracle issues
Sort by recently updated
recently updated
newest added

Help me i have this error when i use it dex-oracle class/a/b/c test.apk Traceback (most recent call last): 7: from /usr/local/bin/dex-oracle:23:in `' 6: from /usr/local/bin/dex-oracle:23:in `load' 5: from /var/lib/gems/2.7.0/gems/dex-oracle-1.0.5/bin/dex-oracle:86:in `'...

i am struggling to run this program from 2 days. every time i ended with different errors so that is why i ended to post my error here i installed...

``` try { StringBuilder stringBuilder = new StringBuilder(); stringBuilder.append(Environment.getExternalStorageDirectory().getAbsolutePath()); stringBuilder.append(File.separator); byte[] bArr = new byte[]{(byte) 116, (byte) 24, (byte) 65, (byte) 77, (byte) 86, (byte) 78, (byte) 90}; OooOO0OO.OooOOoo0oo(new byte[]{(byte)...

How to solve this problem? I set with export to path but its not working. Making aliases in .bashrc file. It doenst work. So what i need to do? Thanks...

Hi, i got an issue. Please follow the code; dex-oracle dex_2767.dex --disable-plugins bitwiseantiskid,stringdecryptor,undexguard,unreflector,indexedclasslookup -i '/d' ` Exception in thread "main" com.beust.jcommander.MissingCommandException: Expected a command, got dex_2767.dex at com.beust.jcommander.JCommander.parseValues(JCommander.java:725) at com.beust.jcommander.JCommander.parse(JCommander.java:304)...

On executing 'dex-oracle.ruby2.1 -v my.test.apk' I'm getting: Exception in thread "main" com.beust.jcommander.MissingCommandException: Expected a command, got my.test.apk at com.beust.jcommander.JCommander.parseValues(JCommander.java:725) at com.beust.jcommander.JCommander.parse(JCommander.java:304) at com.beust.jcommander.JCommander.parse(JCommander.java:287) at org.jf.baksmali.Main.main(Main.java:90)

Android 9 emulator with root: ``` Optimizing 10575 methods over 1303 Smali files. **/dex-oracle/lib/dex-oracle/driver.rb:190:in `validate_output': Command failed with 255: shell "cd /data/local/tmp; export CLASSPATH=/data/local/tmp/od.zip; app_process /system/bin org.cf.oracle.Driver @/data/local/tmp/od-targets.json"; echo $?...

I got an error stating that the smali compilation procedure is failing. Any idea what can be the problem? I'm running this on macOS 10.14 Mojave ``` Exception in thread...

After experimenting a bit with versions of smali / baksmali I noticed that 2.1.3 version seems to resolve the issue https://github.com/CalebFenton/dex-oracle/issues/27 ... but I was immediately hit with another one:...