mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-4178 changed ELF create undefined data option to be enabled by
default.
This commit is contained in:
parent
b0b813edf9
commit
1ef923f56b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class ElfLoaderOptionsFactory {
|
|||
static final boolean PERFORM_RELOCATIONS_DEFAULT = true;
|
||||
|
||||
public static final String APPLY_UNDEFINED_SYMBOL_DATA_NAME = "Apply Undefined Symbol Data";
|
||||
static final boolean APPLY_UNDEFINED_SYMBOL_DATA_DEFAULT = false;
|
||||
static final boolean APPLY_UNDEFINED_SYMBOL_DATA_DEFAULT = true;
|
||||
|
||||
// NOTE: Using too large of an image base can cause problems for relocation processing
|
||||
// for some language scenarios which utilize 32-bit relocations. This may be due to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue