Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stealthllama/deckard
https://github.com/stealthllama/deckard
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stealthllama/deckard
- Owner: stealthllama
- Created: 2023-09-27T00:22:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-27T00:25:50.000Z (about 1 year ago)
- Last Synced: 2023-09-27T08:28:25.389Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deckard
A static analysis utlity for PE files.
```bash
usage: deckard [-h] [-o OUTFILE] filenamePE executable static analyzer
positional arguments:
filename The path to the sample fileoptional arguments:
-h, --help show this help message and exit
-o OUTFILE, --output OUTFILE
Directs the output to a filename of your choice
```