threadtear icon indicating copy to clipboard operation
threadtear copied to clipboard

Multifunctional java deobfuscation tool suite

Results 32 threadtear issues
Sort by recently updated
recently updated
newest added

In [`Casts#castWithPrimitives(...)`](https://github.com/GraxCode/threadtear/blob/f0a13d5d515f769db33cd408cb65944b027d9ef0/core/src/main/java/me/nov/threadtear/util/reflection/Casts.java#L17) there seems to be a typo. When converting `Number` values with `boolean.class` as the type, it returns `true` when the given value is `0`, and `false` when the...

**Describe what's not working** İ have a jar file and i think its a malware, it seems to bee using Paramorphism 2.1, but Threadtear ^couldn't deobfustucate the code successfully, Example...

Hey there! Just wondering if there are any plans on working on the DES Cipher deobf more? I have a lot of jar files that use ZKM and I'd like...

**Describe what's not working** If increase Font size, "Add Execution List" no Item selectable **Please complete the following information:** - windows 10 - jdk 8

bug

**Describe what's not working** Hi this is a request for Proguard Deobfuscation as the current included methods do not work. Example snippit: ``` int[] var10002; switch(163()[lllllIlllIIllIl.54(lllllIlllIIllIl).164(lllllIlllIIllIl.54(lllllIlllIIllIl)).165(lllllIlllIIllIl.54(lllllIlllIIllIl).164(lllllIlllIIllIl.54(lllllIlllIIllIl)))]) { case 1: var10001...

help wanted

Hello! What about the functionality of adding libraries during deobfuscation?

bug

Hello. A new JEP was recently submitted to the `security-dev` mailing list proposing the depreciation of the Security Manager (for removal): [https://openjdk.java.net/jeps/411](https://openjdk.java.net/jeps/411). I think that going forward the combination of...

enhancement

how do you add external libs, am i an idiot and just don't see it?

I've tried using `-cp` but haven't had much luck - when deobfuscating jars that require multiple jars (otherwise you'll get `ClassNotFoundError` when running threadtear), how can you specify those extra...

bug

Maby add smoke support? Here a two files: https://workupload.com/archive/cZAa2Z3F The second with 2 in the name is deobfuscated with yours, but the classes are not clear.

help wanted