87 Commits (b20115f1a78d33d9b6d414de73996429ccd70934)

Author SHA1 Message Date
Graham b20115f1a7 Simplify IfElseTransformer 4 years ago
Graham 9c80ff1c6e Fix conversion of negative integers to char literals 4 years ago
Graham d9922da1c5 Add missing @Singleton annotations 4 years ago
Graham 2aee8523c7 Optimise CharLiteralTransformer 4 years ago
Graham 880be759b7 Use smart casts in the AST deobfuscator 4 years ago
Graham 1318cce216 Move this keyword to the right-hand side of comparisons 4 years ago
Graham 9cd19e3708 Add HexLiteralTransformer 4 years ago
Graham 68b2f67522 Convert integers to char literals 4 years ago
Graham 12a0f17e59 Replace ternaries in an else block with another if/else 4 years ago
Graham 8e3452ef98 Improve IfElseTransformer comments 4 years ago
Graham 29b63b613a Use > and >= in for loops that decrement instead of increment 4 years ago
Graham 504e832872 Improve AddSubTransformer 4 years ago
Graham d305e1f41c Retain (T[]) casts on a variadic T... argument 4 years ago
Graham d1b8fbd094 Remove redundant casts 4 years ago
Graham a87a289c49 Add duplicate class name support to the AST deobfuscator 4 years ago
Desetude ce5a0464c7 Only run NewInstanceTransformer on Class references 4 years ago
Graham 6d6287c917 Inject GlRegistry 4 years ago
Graham 3c9edb0291 Use dependency injection in the AST deobfuscator 4 years ago
Graham ccf7056a93 Use private companion objects where possible 4 years ago
Graham 9de55399f5 Convert createLong to an extension method on Long 4 years ago
Graham dae73b667a Replace !Optional.isPresent() with Optional.isEmpty() 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 784ad9900e Always use GL_ constants without vendor suffixes where possible 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
Graham f4933a2b59 Add support for translating gl calls on the jaggl.opengl object 4 years ago
Graham aaaa0c0c68 Fix appending fields to javax.media.opengl.GL 4 years ago
Major 424a2d7a31 Fix compilation errors 4 years ago
Graham 7db0c971ee Use OpenGL registry to replace magic numbers with constants 4 years ago
Graham 597aa2018e Add support for whole program AST transforms 4 years ago
Graham 25a6953644 Fix use of deprecated JavaParser methods 4 years ago
Graham 0a988584b7 Convert some deob-ast methods to extension methods 4 years ago
Graham 5487a74eb8 Remove traversal argument from walk extension method 4 years ago
Graham 8df0907118 Replace IllegalStateException with error() in BitMaskTransformer 4 years ago
Graham abf803f017 Replace contains() calls with the in operator 4 years ago
Graham 64abe46971 Replace forEach calls with for loops 4 years ago
Graham 4314aededd Simplify hasSideEffects() calls in AddSubTransformer 4 years ago
Graham 784b14b66b Improve safety of ForLoopConditionTransformer 4 years ago
Graham ab75a2f0c9 Add IdentityTransformer 4 years ago
Graham 2e1db9f0b1 Don't swap for loop conditions where both sides have a side effect 4 years ago
Desetude d8c3f4e31c Flip > and >= in for loop conditions to < and <= respectively 4 years ago
Graham d9762d65bc Fix Kotlin inspections 4 years ago
Graham 575632413a Add missing private modifier 4 years ago
Graham 7d1dc59d6a Convert pre-increments to post-increments where possible 4 years ago
Graham 01ec848d49 Remove blocks in NegativeLiteralTransformer when statement 5 years ago
Graham 130a05956e Convert ExprUtils to Kotlin 5 years ago
Graham fc00d69539 Convert TypeUtils to Kotlin 5 years ago