mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-12 23:23:17 +00:00
Update Omf51ModuleHeader.java
TRN ID and padding bytes were reversed
This commit is contained in:
parent
7c3868c00e
commit
3556277f24
@ -57,8 +57,8 @@ public class Omf51ModuleHeader extends OmfRecord {
|
||||
struct.add(BYTE, "type", null);
|
||||
struct.add(WORD, "length", null);
|
||||
struct.add(moduleName.toDataType(), "name", null);
|
||||
struct.add(BYTE, "padding", null);
|
||||
struct.add(BYTE, "TRN ID", null);
|
||||
struct.add(BYTE, "padding", null);
|
||||
struct.add(BYTE, "checksum", null);
|
||||
|
||||
struct.setCategoryPath(new CategoryPath(OmfUtils.CATEGORY_PATH));
|
||||
|
Loading…
Reference in New Issue
Block a user