Recent content by Olexorus

  1. O

    Reverse Engineer (de-obfuscate) my program.

    Nothing special, I put it into ProGuard to change the identifiers into normal letters which made the decompiled source readable. Then I added code to the String decryption method that prints out the decrypted String right before it's returned, which gave me almost all of the information I...
  2. O

    Reverse Engineer (de-obfuscate) my program.

    Do you still want us to try to reverse it? Because Ghast said he cracked it, but didn't say how EDIT: Well nevermind, I was bored, here's code that produces exactly the same output as your jar: import java.io.UnsupportedEncodingException; import java.security.MessageDigest; import...
  3. O

    Reverse Engineer (de-obfuscate) my program.

    Not that hard to find out, you don't even need to have any Java related knowledge...
  4. O

    High Quality Free Bukkit/Spigot Plugin Development

    Hello, I'm 17 years old and I want to get more experience with the Bukkit/Spigot API. I have one public plugin on Spigot, it's an AntiCheat called OmegaAntiCheat (I can't post the link because my account is too new). I have a few years of experience with Java, and I'm confident that I can write...
Top