-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
getCommonSuperClass - move away from custom classloader and use Inher…
…itanceGraph this should resolve issues with libraries which were compiled against a newer java version than the obfuscator was running. Other changes: - Update cafedude, use fork of SSVM to be able to update cafedude - Use SLF4J bridge - Make Classpath immutable - More uses for cafedude
- Loading branch information
1 parent
e5bb812
commit fe861df
Showing
20 changed files
with
1,243 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[*] | ||
[*.java] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_style = space | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 0 additions & 30 deletions
30
...uscator-api/src/main/java/uwu/narumi/deobfuscator/api/classpath/ClasspathClassLoader.java
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
...uscator-api/src/main/java/uwu/narumi/deobfuscator/api/classpath/ClasspathClassWriter.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.