Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 551 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 551 Bytes

#QUININE!!

  • A program that quinifies your codebase: quinine.sh will produce quinine.h and quinine.c (or possibly quinine.py, depending on the arguments passed in).
  • Creates a library function quinine_print_src() that prints a string that reproduces the surrounding codebase.
  • In the example, to unpack the codebase into the current directory after compiling everything via make, run ./program --source | base64 -D | tar x

More background can be had in the slides/ directory.