https://github.com/funkeyfreak/resign
Resigns dotnet assemblies using the power of bash
https://github.com/funkeyfreak/resign
bash bash-script bash-scripting dotnet dotnet-core dotnet-standard easy-to-use nuget security security-tools simple tool tools user-experience
Last synced: 2 months ago
JSON representation
Resigns dotnet assemblies using the power of bash
- Host: GitHub
- URL: https://github.com/funkeyfreak/resign
- Owner: funkeyfreak
- Created: 2019-10-11T06:30:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T07:55:55.000Z (over 6 years ago)
- Last Synced: 2025-06-01T03:08:12.737Z (about 1 year ago)
- Topics: bash, bash-script, bash-scripting, dotnet, dotnet-core, dotnet-standard, easy-to-use, nuget, security, security-tools, simple, tool, tools, user-experience
- Language: Shell
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SETUP
## Windows
```scoop install busybox```
```scoop install mono```
```scoop install pcregrep```
```scoop install psutils```
## Ubuntu
```sudo apt-get install mono```
```sudo apt-get install mono-utils```
```sudo apt-get install pcregrep```