https://github.com/maxdcb/coffpacker
Generate arguments for the COFFLoader code in C++
https://github.com/maxdcb/coffpacker
coff
Last synced: over 1 year 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T14:16:20.000Z (over 1 year ago)
- Last Synced: 2025-01-11T09:15:39.295Z (over 1 year ago)
- Topics: coff
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- 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).