Add option to remove Security Directory#146
Add option to remove Security Directory#146SubstituteR wants to merge 1 commit intoatom0s:masterfrom
Conversation
This resolves error 0x800700C1 in signtool if the PE was previously signed.
|
Since this is not merged, I will say you can also remove the cert with signtool first before unpacking it ( As you probably already know, the current version does not fix the cert offset after removing the .bind section causing it to be out of bounds. Removing it first is also probably cleaner since you don't end up with stale cert data left in the exe. |
I built a C++ web assembly application that you can use to unpack steamstub drm v3. |

This resolves error 0x800700C1 in signtool if the PE was previously signed.
Currently only implemented for Variant 3.1 x64
Steps to reproduce:
Use Steamless to remove SteamStub from Oblivion Remastered

Attempt to sign the output binary with signtool
Receive error 0x800700C1