SECURITY · CRYPTOGRAPHY · RESEARCH

Dropper POC

Simple Dropper Program coded in C, with a simple cypher. For science!

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.)

  • Security
  • Cryptography
  • Research
dropper0 ★

Simple Dropper Program coded in C, with a simple cypher. For science!

  • .gitattributes
  • .gitignore
  • LICENSE
  • README.md
  • encoder.c
  • main.c
Securitybranch: main