mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 19:54:37 +00:00
#910 Missing "add" instruction in obfuscated code (obfuscated u30, u32, s32 reading fix)
This commit is contained in:
@@ -892,7 +892,7 @@ public class Helper {
|
||||
}
|
||||
|
||||
public static GraphTextWriter byteArrayToHexWithHeader(GraphTextWriter writer, byte[] data) {
|
||||
writer.appendNoHilight("#hexdata").newLine().newLine();
|
||||
writer.appendNoHilight(hexData).newLine().newLine();
|
||||
return byteArrayToHex(writer, data, 8, 8, false, false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user