810 Commits (0d4daca1a1064b9feb23c7e187013debaae7e32e)
 

Author SHA1 Message Date
Graham 0d4daca1a1 Add deob-map dependency to the deobfuscator 4 years ago
Graham 3b48e57679 Add Guava dependency to deob-ast 4 years ago
Graham e25918a8a0 Add NameMapProvider 4 years ago
Graham 435dee8b6d Add MemberRefKeyDeserializer 4 years ago
Graham e8ecd5016d Set version to 0.1.0-SNAPSHOT 4 years ago
Graham 7e422447ef Convert hasCode() to a property 4 years ago
Graham 9de55399f5 Convert createLong to an extension method on Long 4 years ago
Graham cf3474c016 Convert createIntConstant to an extension method on Int 4 years ago
Graham 2471418d4a Add is prefix to boolean extension properties 4 years ago
Graham 47d1bc0bd2 Convert stackMetadata to an extension property 4 years ago
Graham b6f7576864 Add DeobfuscatorProcessorModule 4 years ago
Graham 971437e142 Add skeleton Js5LibraryReader 4 years ago
Graham 06212b8511 Add shorthand Library read/write methods 4 years ago
Graham ae7c19beac Convert most Library{Reader,Writer} implementations to objects 4 years ago
Graham 17bc1e287b Move common jar reading logic to a separate class 4 years ago
Graham 2f3cdca12d Reduce use of temporary files 4 years ago
Graham 0206bbd4b2 Set DeterministicJarOutputStream's default compression level to 9 4 years ago
Graham 451a1d9c5e Use a single Resource::compressLibrary method for all writers 4 years ago
Graham daefa7f4ea Remove streams from LibraryReader and LibraryWriter constructors 4 years ago
Graham 46d8af509c Create bundler output directory if it doesn't exist 4 years ago
Graham 8685d2b2dc Remove unused DeterministicJarOutputStream methods 4 years ago
Graham 10145fdb43 Add Sequence<JarEntry> extension property to JarInputStream 4 years ago
Scu11 6e877b52ce Move Library#read methods to dedicated classes 4 years ago
Scu11 26348b8a2e Move Library#write methods to dedicated classes 4 years ago
Graham b40eedfb3b Use block comment for multi-line comment in Deobfuscator 4 years ago
Graham 76f940e734 Remove unintentional static imports 4 years ago
Graham 3c051fe8c1 Rename private.key to game.key 4 years ago
Graham 21551b119c Add kotlin-reflect dependency 4 years ago
Graham 25f8bac502 Install example config file at the real path in the distribution 4 years ago
Graham 5e987f1f61 Remove memory allocation delay during client startup 4 years ago
Graham c488a155c4 Replace operator and game names with values from the config file 4 years ago
Graham ef5db18ea1 Replace runescape.com with domain from the config file 4 years ago
Graham fe3a8c1a37 Replace cachesubdir with the internal game name 4 years ago
Graham ed052c783b Use cache path and signer name from the config file 4 years ago
Graham 3aaea52eac Remove trailing whitespace from log messages 4 years ago
Graham 05a03d5bdc Inject transformers in the bundler and deobfuscator 4 years ago
Graham d07714a37d Update dependencies 4 years ago
Graham 0c76c610bd Convert Guice modules to objects 4 years ago
Graham d119cc07b5 Add config file parser 4 years ago
Graham d32ea82032 Inject ObjectMapper in NameMapProcessor 4 years ago
Graham 9441527c61 Add yaml module 4 years ago
Graham 2c4261e751 Exclude Guice annotations from auto-import 4 years ago
Graham c394b404b9 Update dependencies 4 years ago
Graham 5256f00ee0 Make libraryClasses return Sequence instead of List 4 years ago
Graham 49a90c1cf5 Rename getNode() to getClassNode() 4 years ago
Graham ff96cf70a2 Rename dokka output directory to kdoc 4 years ago
Graham e50616a565 Document MonitorTransformer 4 years ago
Graham 9a1c0e9caf Add DeterministicJarOutputStreamTest 4 years ago
Graham 958fbc03ba Add IterableUtilsTest 4 years ago
Graham 972d3cebc1 Add ForestDisjointSetTest 4 years ago