Skip to content

Commit e7e8d53

Browse files
committed
GP-5153: The MS Common Object File Format (COFF) loader now recognizes
AARCH64 binaries
1 parent fc7b0ef commit e7e8d53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Ghidra/Processors/AARCH64/data/languages/AARCH64.opinion

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@
2222
<constraint loader="Portable Executable (PE)" compilerSpecID="windows">
2323
<constraint primary="43620" processor="AARCH64" endian="little" size="64" variant="v8A" />
2424
</constraint>
25+
<constraint loader="MS Common Object File Format (COFF)" compilerSpecID="windows">
26+
<constraint primary="-21916" processor="AARCH64" endian="little" size="64" variant="v8A" />
27+
</constraint>
2528
</opinions>

0 commit comments

Comments
 (0)