Skip to content

Commit a22ee1f

Browse files
committed
DyldCacheLoader option to control DYLIB section creation is now on be
default.
1 parent ea953ce commit a22ee1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ghidra/Features/Base/src/main/java/ghidra/app/util/opinion/DyldCacheLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class DyldCacheLoader extends AbstractLibrarySupportLoader {
4747
static final String CREATE_DYLIB_SECTIONS_OPTION_NAME = "Create DYLIB section memory blocks";
4848

4949
/** Default value for loader option to create memory blocks for DYLIB sections */
50-
static final boolean CREATE_DYLIB_SECTIONS_OPTION_DEFAULT = false;
50+
static final boolean CREATE_DYLIB_SECTIONS_OPTION_DEFAULT = true;
5151

5252
@Override
5353
public Collection<LoadSpec> findSupportedLoadSpecs(ByteProvider provider) throws IOException {

0 commit comments

Comments
 (0)