|
|
|
|
|
by landave
3062 days ago
|
|
So I just tried to compile 7-Zip with VS2017 and /DYNAMICBASE. The main binary 7z.dll is 1,569,792 bytes in total, 9344 bytes (0.595%) of which are used by the relocation table. Enabling stack canaries (/GS) gives me a 1,578,496 byte binary (including the relocation table), so another 8704 bytes more. |
|
Performing the tests on packing the actual 7-Zip source code (as shipped without extras) would be a valid reference suite.