An open API service indexing awesome lists of open source software.

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

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```