FabricMC / Enigma

This is a fork of cuchaz's Enigma, a deobfuscation/remapping tool for Java software.
GNU Lesser General Public License v3.0
426 stars 112 forks source link

fix UTF8 character bug #498

Closed nardpw closed 1 year ago

nardpw commented 1 year ago

497

The characters in the token were escaped in the source, but I fixed it by setting convertUTF of EnigmaDumper to false.

token: image source: image

I set convertUTF in EnigmaDumper to false to fix it.

token: image source: image