Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/secana/penet-analyzer

Analyzers for Portable Executable anomalies and other malware behavior.
https://github.com/secana/penet-analyzer

malware malware-analysis malware-detection penet portable-executable

Last synced: 3 months ago
JSON representation

Analyzers for Portable Executable anomalies and other malware behavior.

Awesome Lists containing this project

README

        

# PeNet Analyzer

Analyzers for Portable Executable anomalies and other malware behavior.

## Publish new version

To publish a new version to *nuget.org*, a tagged commit has to be pushed.

```powershell
git tag -a v1.0.0 -m "Release version v1.0.0"
git push origin v1.0.0
```

Replace the version with the version that should be published.