ItzSomebody / radon

[Abandoned] Scuffed java bytecode obfuscator
GNU General Public License v3.0
361 stars 74 forks source link

Long string fix #63

Closed vovanre closed 5 years ago

vovanre commented 5 years ago

Fix for https://github.com/ItzSomebody/Radon/issues/45 issue.

Too long lines are divided into chunks and collected through StringBuilder

Example.zip

vovanre commented 5 years ago

Ooops, I forgot to update