696 Commits (177326221f23543772ba47e4fa38b4a8a61d2772)
 

Author SHA1 Message Date
Graham 177326221f Move cryptographic code to a separate module 4 years ago
Graham eae715231b Move subcommands to init block for consistency 4 years ago
Graham c20dad7a5e Fix DeobfuscateAstCommand class name 4 years ago
Graham 9d6c8f8735 Add stdin support to the Gradle :run tasks 4 years ago
Graham 44fb2ebe25 Add crc32 command 4 years ago
Graham c849c5ad46 Add command-line tools for headerless compression 4 years ago
Graham 892d21df10 Add headerless bzip2 and gzip library 4 years ago
Graham a52d58e8b5 Use Clikt to implement the command-line interface 4 years ago
Graham 1552b53ace Update to ASM 8.0 4 years ago
Graham 2862b305c5 Convert Java 1.1-style synchronized blocks to a more modern style 4 years ago
Graham 3b73358183 Improve ClassLiteralTransformer 4 years ago
Graham d414f73c20 Move DCO to a separate file 4 years ago
Graham e9df70e7e8 Fix license file name in all/build.gradle.kts 4 years ago
Graham db02aeb1bb Update dependencies 4 years ago
Graham 061e01d57f Rename game_unpacker.dat to unpackclass.pack for consistency 4 years ago
Graham 5daf16a4e9 Update Gradle 4 years ago
Graham 4a7a5f28b1 Add PARAMETER ElementType to Pc annotation 4 years ago
Graham 462ae7cb9c Improve PrettyPrinterConfiguration 4 years ago
Graham b9c707782c Place @Pc annotations on the same line as variable declarations 4 years ago
Graham 7650470143 Downgrade Fernflower 4 years ago
Graham d2069fc975 Update dependencies 4 years ago
Graham 0b51e998cf Increase VALIDITY_PERIOD to 10 years 4 years ago
Graham caed5cebce Remove gl-dri from AstDeobfuscator 4 years ago
Graham dae73b667a Replace !Optional.isPresent() with Optional.isEmpty() 4 years ago
Graham d4da4e2de3 Replace SystemClassLoader with the PlatformClassLoader 4 years ago
Graham 8e0b480cfb Replace jarsigner with the jdk.security.jarsigner API 4 years ago
Graham 164e02cbce Switch to JDK11 4 years ago
Graham a096eaf288 Remove spaces from brace expansion in .editorconfig 4 years ago
Graham 036c3b5a9d Remove gl-dri from settings.gradle.kts 4 years ago
Graham efa9c90f57 Replace shelling out to keytool with Bouncy Castle and the security API 4 years ago
Graham cf132cb2dd Rename KEY_LENGTH to CLIENT_KEY_LENGTH 4 years ago
Graham 2fa55b3ce1 Add length parameter to Rsa.generateKeyPair() 4 years ago
Graham 6326aa93db Combine the deobfuscator's jaggl and jaggl_dri outputs 4 years ago
Graham f5a0680348 Format .editorconfig 4 years ago
Graham 373fdc24b4 Update dependencies 4 years ago
Graham 14301b4820 Document comment code style in the README 4 years ago
Graham 2e1c6c22ff Rename GlConstantTransformer to GlTransformer 4 years ago
Graham c9a3580e11 Allow GlRegistry to be overriden 4 years ago
Graham ace76fe9e4 Transform GL_FRAMEBUFFER_COMPLETE literals 4 years ago
Graham 9db5025c41 Output hex literals in upper case 4 years ago
Graham 59a78bea39 Fix GL_POINT_SIZE_{MIN,MAX} groups 4 years ago
Graham 784ad9900e Always use GL_ constants without vendor suffixes where possible 4 years ago
Graham a704cf28ef Add missing PixelType groups for glDrawPixels() calls 4 years ago
Graham 4fd330a8ac Transform OpenGL constants inside binary/ternary expressions too 4 years ago
Graham e06e70bc1f Rename gl* method argument names 4 years ago
Major 7b92ccb244 Add RedundantGotoTransformer 4 years ago
Major dc36c7835c Throw exception on invalid try-catch nodes 4 years ago
Graham 59159f17a3 Exclude pull requests to master from the deploy stage 4 years ago
Graham 161ff2cea8 Simplify regex in ExceptionTracingTransformer 4 years ago
Graham 6cc9ab9e3b Exclude virtual nodes from the original PC counter 4 years ago