#910 Missing "add" instruction in obfuscated code (obfuscated u30, u32, s32 reading fix)

This commit is contained in:
honfika@gmail.com
2015-06-03 21:00:24 +02:00
parent 6b5fc8fc2d
commit 75ce6c72fa
5 changed files with 7 additions and 5 deletions

View File

@@ -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);
}