Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connorbp/dropper
Simple Dropper Program coded in C, with a simple cypher. For science!
https://github.com/connorbp/dropper
Last synced: about 7 hours ago
JSON representation
Simple Dropper Program coded in C, with a simple cypher. For science!
- Host: GitHub
- URL: https://github.com/connorbp/dropper
- Owner: ConnorBP
- License: mit
- Created: 2022-02-19T05:51:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T09:25:26.000Z (over 2 years ago)
- Last Synced: 2024-04-24T03:48:57.835Z (7 months ago)
- Language: C
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The SALAD TOSSER
This is a simple dropper program that can dress whatever file it drops up with some tasty Caserean cypher. From the cyphered bytes created by my encoder program, it will then write to disk those bytes (in this case a cute little png dude), and then open it (on mac at least. Command to open files may vary on another OS.)
## Building
On Mac the build command is the following `gcc -o drop main.c`. and for usage simply type `./drop`
as for the encoder do the same as above but replace drop with encoder and main.c with encoder.c.
The encoder is currently hard coded to look for a file called `yuh.png` in the same directory as it was run from. It will output both the raw bytes as `encoded.bin` and c source as `encoded.c`.## Disclaimer
The Ceasar Salad Dropper was made for research purposes only. Please don't be a baddie. Plus its probably not all that useful anyways.