https://github.com/woa-project/resignbsp
https://github.com/woa-project/resignbsp
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/woa-project/resignbsp
- Owner: WOA-Project
- License: mit
- Created: 2023-01-10T22:33:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T11:05:40.000Z (almost 2 years ago)
- Last Synced: 2024-07-10T13:07:22.676Z (almost 2 years ago)
- Language: C#
- Size: 1.73 MB
- Stars: 5
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ResignBSP
Tool meant to simplify resigning tasks of various subrepos.
It will automatically handle resigning PE files as well, and has built in options to resign files separately, or work more efficiently with git repositories.
## Usage
- Signing an individual file:
```
ResignBSP.exe KMDF.pfx UMDF.pfx "UltraSecureCertPassword" F:\LifeInsurance.dll
```
- Signing a set of files:
```
ResignBSP.exe KMDF.pfx UMDF.pfx "UltraSecureCertPassword" F:\ImportantDocuments
```