mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 02:10:47 +08:00
Merge remote-tracking branch
'origin/GP-3221_ghidra1_PR-2494_astrelsky_ElfDynamicAddressEntries' (Closes #2494)
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ public class ElfDynamicType {
|
||||
// public static ElfDynamicType DT_ENCODING = addDefaultDynamicType(32, "DT_ENCODING",
|
||||
// "Start of encoded range", ElfDynamicValueType.VALUE);
|
||||
public static ElfDynamicType DT_PREINIT_ARRAY = addDefaultDynamicType(32, "DT_PREINIT_ARRAY",
|
||||
"Array with addresses of preinit fct", ElfDynamicValueType.VALUE);
|
||||
"Array with addresses of preinit fct", ElfDynamicValueType.ADDRESS);
|
||||
public static ElfDynamicType DT_PREINIT_ARRAYSZ = addDefaultDynamicType(33,
|
||||
"DT_PREINIT_ARRAYSZ", "Size in bytes of DT_PREINIT_ARRAY", ElfDynamicValueType.VALUE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user