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: about 1 month 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T06:27:46.000Z (over 1 year ago)
- Last Synced: 2025-08-24T12:22:29.630Z (7 months ago)
- Topics: malware, malware-analysis, malware-detection, penet, portable-executable
- Language: C#
- Size: 30.2 MB
- Stars: 32
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
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.