WIP: Zelix String Transformer V2 (because of new pattern)#110
WIP: Zelix String Transformer V2 (because of new pattern)#110toidicakhia wants to merge 21 commits intoDiobf:masterfrom
Conversation
|
@EpicPlayerA10 can you test SSVM with calculating bitwise operator? I have some issues with transformer. |
|
Confirmed that SSVM is broken on Java 17 (when executing toCharArray()) |
I had also an idea to provide to SSVM all classes from java 8 binary, so it could run on any java version. |
|
@toidicakhia Could you test this PR #112 ? This PR implements my idea about providing classes from java 8 |
… zkm-transformer
…Deobfuscator into zkm-transformer
|
You can also add your |
|
Now we have new issue, new decryption method (III)Ljava/lang/String; |
|
@toidicakhia there is a specific instance where it fails to identify the decryption stack.
This is how I fixed it: |
|
There also appears to be instances where instead of 2x And 1 more instance where the strings are pulled from the local array in rather than the field: |
|
Updating recompiled classes is essential, since ZelixLongEncryptionMPCTransformer can modify results before running this transformer. |


Concept: This transformer copies methods and fields that related to decryption to a temp class. This concept prevents invoking other class's method, cause a lot of errors.
It can be solved on issue #5
TODO: