Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/secana/penet-analyzer
- Owner: secana
- License: apache-2.0
- Created: 2020-01-02T11:00:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-25T12:37:51.000Z (about 1 year ago)
- Last Synced: 2024-05-02T02:59:58.236Z (9 months ago)
- Topics: malware, malware-analysis, malware-detection, penet, portable-executable
- Language: C#
- Size: 30.3 MB
- Stars: 31
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.