194 Commits (47127113f4d7d97752941b28b9f6612929aa3c79)

Author SHA1 Message Date
Graham 5256f00ee0 Make libraryClasses return Sequence instead of List 4 years ago
Graham 49a90c1cf5 Rename getNode() to getClassNode() 4 years ago
Graham 0c709bf0e6 Remove redundant constructor keyword 4 years ago
Graham 77aa313b64 Only use StackFrameClassWriter where required 4 years ago
Graham 055efd60e7 Rename maxVersion() to max() 4 years ago
Graham bbe4157124 Add gte() method to ClassVersionUtils 4 years ago
Graham 24c8c43221 Use TEMP_PREFIX and JAR_SUFFIX constants in writeSignedJar 4 years ago
Graham d006997d2d Add annotation processor for creating deobufscator name mapping files 4 years ago
Graham c365019007 Output descriptor last in Member{Desc,Ref}.toString() 4 years ago
Graham 0395224000 Simplify removeDeadCode() 4 years ago
Graham 5c1e630cb8 Add extension method for copying a MethodNode 4 years ago
Graham 95c5ad0ffe Remove redundant generic type parameter 4 years ago
Graham 81bbc71e29 Allow prePass and postPass to force another pass 4 years ago
Graham 465078256f Rename common module to util again 4 years ago
Graham 177326221f Move cryptographic code to a separate module 4 years ago
Graham 892d21df10 Add headerless bzip2 and gzip library 4 years ago
Graham 1552b53ace Update to ASM 8.0 4 years ago
Graham 8e0b480cfb Replace jarsigner with the jdk.security.jarsigner API 4 years ago
Major dc36c7835c Throw exception on invalid try-catch nodes 4 years ago
Graham e7c3afab19 Prevent non-static fields from overriding other fields 4 years ago
Graham e6461176b7 De-duplicate inherited member set creation 4 years ago
Graham d57cf15bd3 Add superClassAndInterfaces method to reduce duplication 4 years ago
Graham 5103eb15a4 Fix static member overrides in populateInherited{Field,Method}Sets 4 years ago
Graham 8cac7a48b5 Add getFieldAccess 4 years ago
Graham 8b5f3402e2 Rename getAccess to getMethodAccess 4 years ago
Major a9312f3cd2 Remove empty try-catch blocks in DCE 4 years ago
Major 5fa9e9a621 Remove spurious toCollection calls 4 years ago
Graham 3a29f61d7c Remove existing FrameNode manipulation support 4 years ago
Graham e6402d52c2 Add StackFrameClassWriter 4 years ago
Major 097b334646 Propagate null frame types when remapping 4 years ago
Graham 077fda4bab Remove blank line for consistency 4 years ago
Graham 8ca3f428d2 Remove field.value null check 4 years ago
Graham 00f0279e15 Use safe call operator 4 years ago
Major 5e32296905 Fix NPE for FrameNodes that aren't NEW/FULL 4 years ago
Major b391191b75 Add error messages to AsmClassMetadata 4 years ago
Graham be14ffdc2d Add custom Attribute for tracking original instruction indexes 4 years ago
Graham 6464f8dc77 Remap ClassNodes directly 4 years ago
Major 45bf24c51d Remove copies in InsnMatcher 4 years ago
Graham 70d46e7f64 Sort imports 4 years ago
Graham bfcb373ade Add ClassVersionUtils 4 years ago
Graham fda857963b Make ClassPath::get() return null if a class is not found 4 years ago
Graham 59ac765ef8 Add method for finding classes loaded with Class.forName() 4 years ago
Graham 34ef4f9a5e Rename ClassForNameRemapper to ClassForNameUtils 4 years ago
Graham cad451d3e1 Make ClassForNameRemapper compatible with packaged classes 4 years ago
Graham 3c7989455b Add ClassNameExtensions 4 years ago
Graham c7f5b0b6b3 Replace isNative() with more generic getAccess() method 4 years ago
Graham 7bb1218b42 Add sequential property to AbstractInsnNode 4 years ago
Graham 54aec42f90 Format .kts files 4 years ago
Graham 3f2335859d Add support for impure expressions to InsnListUtils 4 years ago
Graham c0da020649 Fix handling of argumentsAndReturnSizes for static methods 4 years ago