Col-E / CAFED00D

Obfuscation resilent Java class reader/writer
MIT License
122 stars 14 forks source link

Option to skip attributes in invalid contexts when reading. #27

Closed notiska closed 6 months ago

notiska commented 6 months ago

Might also fix #25 but I'm not 100% sure about that. Bug was found by xDark (though not reported...) so credit to him.

Regarding tests, adding the sample under "crasher" didn't work as it doesn't actually crash ASM, so I just created a new test. If this isn't up to standard, I understand and am happy to refactor.