We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea953ce commit a22ee1fCopy full SHA for a22ee1f
Ghidra/Features/Base/src/main/java/ghidra/app/util/opinion/DyldCacheLoader.java
@@ -47,7 +47,7 @@ public class DyldCacheLoader extends AbstractLibrarySupportLoader {
47
static final String CREATE_DYLIB_SECTIONS_OPTION_NAME = "Create DYLIB section memory blocks";
48
49
/** Default value for loader option to create memory blocks for DYLIB sections */
50
- static final boolean CREATE_DYLIB_SECTIONS_OPTION_DEFAULT = false;
+ static final boolean CREATE_DYLIB_SECTIONS_OPTION_DEFAULT = true;
51
52
@Override
53
public Collection<LoadSpec> findSupportedLoadSpecs(ByteProvider provider) throws IOException {
0 commit comments