Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxdcb/coffpacker
Generate arguments for the COFFLoader code in C++
https://github.com/maxdcb/coffpacker
coff
Last synced: 9 days ago
JSON representation
Generate arguments for the COFFLoader code in C++
- Host: GitHub
- URL: https://github.com/maxdcb/coffpacker
- Owner: maxDcb
- Created: 2023-04-26T12:05:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-18T07:47:42.000Z (9 months ago)
- Last Synced: 2024-11-12T11:08:39.463Z (2 months ago)
- Topics: coff
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COFFPacker
This is used to generate arguments for the COFFLoader code.
Try to reproduce the beacon_generate.py functionalities from [COFFLoader](https://github.com/trustedsec/COFFLoader) in C++ to integrate in [C2TeamServer](https://github.com/maxDcb/C2TeamServer).