https://github.com/lifenjoiner/revokecert
RevokeCert is a tool written in WinAPI/CryptoAPI to revoke, undo revoke, or dump certificates from PE or cert files / 撤消文件包含的证书(阻止程序运行)
https://github.com/lifenjoiner/revokecert
cert dumper revokecert windows
Last synced: 11 months ago
JSON representation
RevokeCert is a tool written in WinAPI/CryptoAPI to revoke, undo revoke, or dump certificates from PE or cert files / 撤消文件包含的证书(阻止程序运行)
- Host: GitHub
- URL: https://github.com/lifenjoiner/revokecert
- Owner: lifenjoiner
- License: mit
- Created: 2019-03-17T04:45:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T05:01:29.000Z (over 7 years ago)
- Last Synced: 2025-04-03T09:50:59.811Z (about 1 year ago)
- Topics: cert, dumper, revokecert, windows
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
RevokeCert is a tool written in WinAPI/CryptoAPI to revoke, undo revoke, or dump certificates from PE or cert files.
The idea of RevokeCert is motivated by UAC denies the application to launch, if who's digital certificate is in the 'Disallowed' store.
RevokeCert also can process dual signatures if the OS API support SHA-256 certificates.
```
Usage: revokecert.exe
r: revoke; u: undo revoke; d: dump to cert file beside input; v: view info
@lifenjoiner #20190217
Stop app to run needs UAC. https://en.wikipedia.org/wiki/User_Account_Control
OS < Windows NT 6.0 needs hotfix for SHA2, but without UAC.
KB968730: https://blogs.technet.microsoft.com/pki/2010/09/30/sha2-and-windows
```
`p7b-dumper` is a tool that dumps the Authenticode of PE file to a standalone file.
Others:
https://github.com/lifenjoiner/RevokeCert