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 912bb15 commit 35f486cCopy full SHA for 35f486c
source/sideload/macho.d
@@ -217,7 +217,7 @@ class MachO {
217
// 64-bit
218
auto linkedit = cast(segment_command_64*) linkeditCommand;
219
linkedit.filesize += extraFileSize;
220
- linkedit.vmsize += extraVmSize - 0x3000;
+ linkedit.vmsize += extraVmSize;
221
} else {
222
auto linkedit = cast(segment_command*) linkeditCommand;
223
0 commit comments