mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 11:55:59 +08:00
Merge branch 'GP-0_ryanmkurtz_PR-4513_xiaoyinl_RichHeader'
This commit is contained in:
@@ -111,7 +111,7 @@ public class RichHeader implements StructConverter, Writeable {
|
||||
public void write(RandomAccessFile raf, DataConverter dc) throws IOException {
|
||||
|
||||
if (table != null) {
|
||||
raf.write(dc.getBytes(IMAGE_DANS_SIGNATURE));
|
||||
raf.write(dc.getBytes(IMAGE_DANS_SIGNATURE ^ table.getMask()));
|
||||
|
||||
raf.write(dc.getBytes(table.getMask())); // 0 ^ mask
|
||||
raf.write(dc.getBytes(table.getMask())); // 0 ^ mask
|
||||
|
||||
Reference in New Issue
Block a user