Optic_Fusion1

Results 48 comments of Optic_Fusion1

The Anti-Malware can scan any .class or .jar file. HOWEVER it can also run spigot & paper servers via the --serverJar argument

I planned on implementing general detections sometime in the future however. Outside of github however, I do not have the samples needed to do such a thing

Working on this, it's bound to bump of the file size a good bit. Current File Size: 21.5 MB

Expanding on this, the scanner should work in 3 stages Stage 1: Check plugin jars for obfuscation and if --deobfuscate is set to true save the jar and a list...

Merging java-deobfuscator bumps the size up to 32,9 MB a full implementation would of course bump it up even more

Could do a completely custom deobfuscator as well, it would go in optic_fusion1.antimalware.deobfuscator

JVM options could help as well. Figuring out what options should be used though would take time

It's possible there's a memory leak or something actually, not sure where it would be though

Looked through the code too see if there's anything that could be optimized. "walkThroughFiles" which is part of the check code gets called a lot (200+ times), this should be...

Definitely either a memory leak, or stuffs not being GC'd properly