1 Commits (3cb7ee13f932cb30ca550ae691c96f6a476d2685)

Author SHA1 Message Date
Graham 3cb7ee13f9 Rename deob to deob-bytecode 3 years ago
Graham f143eef142 Move Kotlin files from src/{main,test}/java to src/{main,test}/kotlin 4 years ago
Graham ce5b76ef0f Rename dev.openrs2 package to org.openrs2 4 years ago
Graham 232ba32bbd Enable explicit API mode 4 years ago
Graham ccf7056a93 Use private companion objects where possible 4 years ago
Graham cf3474c016 Convert createIntConstant to an extension method on Int 4 years ago
Graham 05a03d5bdc Inject transformers in the bundler and deobfuscator 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 8020ac98ab Convert InsnNodeUtils to Kotlin 4 years ago
Graham 64b8ea5fe7 Reduce method visibility in Transformers 4 years ago
Graham 77d3489b23 Convert BitShiftTransformer to Kotlin 4 years ago