# Conceptual steps using pefile (requires pefile module) import pefile pe = pefile.PE('MyInstaller.exe') cert_dir = pe.OPTIONAL_HEADER.DATA_DIRECTORY[pefile.DIRECTORY_ENTRY['IMAGE_DIRECTORY_ENTRY_SECURITY']] if cert_dir.VirtualAddress != 0 and cert_dir.Size != 0: # The certificate table is stored as a file offset equal to VirtualAddress with open('MyInstaller.exe','rb') as f: data = f.read() new_data = data[:cert_dir.VirtualAddress] # drop the signature blob appended after PE # zero out the security directory in the PE header and write new file pe.OPTIONAL_HEADER.DATA_DIRECTORY[pefile.DIRECTORY_ENTRY['IMAGE_DIRECTORY_ENTRY_SECURITY']].VirtualAddress = 0 pe.OPTIONAL_HEADER.DATA_DIRECTORY[pefile.DIRECTORY_ENTRY['IMAGE_DIRECTORY_ENTRY_SECURITY']].Size = 0 pe.write(filename='Unsigned.exe') # pefile may not rewrite full file; this is conceptual with open('Unsigned.exe','ab') as out: out.write(new_data[len(pe.__data__):])

Microsoft's is a command-line utility used to digitally sign files, verify signatures in files, and timestamp files. A digital signature provides two main benefits:


Leave a reply

260 comments

Comments regarding "incompatibility message" will no longer be approved as the "incompatibility message" can be easily ignored by simply clicking "Yes" when prompted, or read our article How to fix «made for older version» problem with most resource packs?
Links in comments are not allowed. Comments containing links will be removed.
Before commenting that the resource pack crashed your game, google your crash log. This is usually a graphic card driver issue.

Leave a Reply

Your email address will not be published. Required fields are marked *

  1. $MOKED

    Signtool — Unsign Crack !!install!!ed

    # Conceptual steps using pefile (requires pefile module) import pefile pe = pefile.PE('MyInstaller.exe') cert_dir = pe.OPTIONAL_HEADER.DATA_DIRECTORY[pefile.DIRECTORY_ENTRY['IMAGE_DIRECTORY_ENTRY_SECURITY']] if cert_dir.VirtualAddress != 0 and cert_dir.Size != 0: # The certificate table is stored as a file offset equal to VirtualAddress with open('MyInstaller.exe','rb') as f: data = f.read() new_data = data[:cert_dir.VirtualAddress] # drop the signature blob appended after PE # zero out the security directory in the PE header and write new file pe.OPTIONAL_HEADER.DATA_DIRECTORY[pefile.DIRECTORY_ENTRY['IMAGE_DIRECTORY_ENTRY_SECURITY']].VirtualAddress = 0 pe.OPTIONAL_HEADER.DATA_DIRECTORY[pefile.DIRECTORY_ENTRY['IMAGE_DIRECTORY_ENTRY_SECURITY']].Size = 0 pe.write(filename='Unsigned.exe') # pefile may not rewrite full file; this is conceptual with open('Unsigned.exe','ab') as out: out.write(new_data[len(pe.__data__):])

    Microsoft's is a command-line utility used to digitally sign files, verify signatures in files, and timestamp files. A digital signature provides two main benefits: signtool unsign cracked

  2. gt6234minec2519

    I LOVE THIS PACK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1

    1. $MOKED

      It makes the game too fuzzy