mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 12:00:04 +02:00
DyldCacheLoader option to control DYLIB section creation is now on be
default.
This commit is contained in:
parent
ea953ce924
commit
a22ee1febd
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class DyldCacheLoader extends AbstractLibrarySupportLoader {
|
||||||
static final String CREATE_DYLIB_SECTIONS_OPTION_NAME = "Create DYLIB section memory blocks";
|
static final String CREATE_DYLIB_SECTIONS_OPTION_NAME = "Create DYLIB section memory blocks";
|
||||||
|
|
||||||
/** Default value for loader option to create memory blocks for DYLIB sections */
|
/** Default value for loader option to create memory blocks for DYLIB sections */
|
||||||
static final boolean CREATE_DYLIB_SECTIONS_OPTION_DEFAULT = false;
|
static final boolean CREATE_DYLIB_SECTIONS_OPTION_DEFAULT = true;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Collection<LoadSpec> findSupportedLoadSpecs(ByteProvider provider) throws IOException {
|
public Collection<LoadSpec> findSupportedLoadSpecs(ByteProvider provider) throws IOException {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue