-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deobfuscating failed #808
Comments
file not accessible, it violates google's terms. Only provide the file if you are allowed to, see #653. If the file is accessible for free by its creators, just link the public download. General tips on zelix deobfuscation: https://github.com/java-deobfuscator/deobfuscator/blob/master/commonerrors/Zelix.md Its often not a good idea to hammer all deobfuscators onto it, use the tips linked and add one transformer after the other. The tips state for example that you should use the StringEncryptionTransformer first. Also it often helps if you provide the rt.jar / java.base in the path section of the deobfuscator-gui. |
I first used a stringtransformer from Zelix, after which I tried to use a Reflection transformer. But I get an error, I also attach the file. |
I could not reproduce your error. All I did were some code changes to not hard-fail on missing classes and I stopped removal of methods and classes. Then I ran the result first with This makes the code readable in most parts, but not completely, since it still missed some library jars for me. The lib files I mentioned above were grabbed out of a subfolder of I will not provide the result jar as I personally do not want to help too much in defeating security mechanisms of minecraft clients. Also why you do not just send the link to where streamcraft.net provides the download? This would've been much easier for you and for me, since that second file download page disliked my chrome and firefox and i had to resort to the shitty edge browser. |
@Cakeprogress: Any update on this? |
This file was stored on their server and downloaded to the client, so I can't provide a direct link, https://dropmefiles.com/W27uV could you give me a deobfuscated version? |
Because I still don't understand how to deobuff this modification |
I will not provide the result jar as I personally do not want to help too much in defeating security mechanisms of minecraft clients. This is my final decision. |
this is not a security mechanism, but a regular GUI interface from minecraft) I have an earlier version without a buffer, and here it is with it, and I couldn't remove it |
I have problem, with deobfuscating mod.
I used all zelix tranformer
FILE:
https://drive.google.com/file/d/1zP4HiSNpWtaJllFXuEP1rnycVnZ6jwv-/view?usp=sharing
The text was updated successfully, but these errors were encountered: