https://github.com/connar/datetime-shellcode-obfuscator
A tool to generate C code that hides shellcode in datetime formats
https://github.com/connar/datetime-shellcode-obfuscator
obfuscator shellcode shellcode-encoder
Last synced: 5 months ago
JSON representation
A tool to generate C code that hides shellcode in datetime formats
- Host: GitHub
- URL: https://github.com/connar/datetime-shellcode-obfuscator
- Owner: connar
- Created: 2025-04-27T11:21:23.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-21T14:55:49.000Z (5 months ago)
- Last Synced: 2025-07-21T16:44:05.578Z (5 months ago)
- Topics: obfuscator, shellcode, shellcode-encoder
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# datetime-shellcode-loader
A tool to generate C code that hides shellcode in datetime formats.
## Tree
In the `final_python` folder, you will find the code that encodes and decodes shellcode into/from datetime strings, in case you want to add/modify it and try something new yourself.
In the `final_c` folder, you will find the code that encodes and decodes shellcode into/from datetime strings, in case you want to add/modify it and try something new yourself.
In the `final` folder, you will find the python script that generates a `.c` template and the corresponding `.exe`. Basically you just hardcode your shellcode there, and you get an executable with only the deobfuscation scheme and the hardcoded datetime strings.
## Explanation of the tool
For an explanation of the tool, you can see a blogpost I made about it on my [blog](https://connar.github.io/posts/dtscobfuscator/)