snippets/README.MD

10 lines
261 B
Markdown

# Code Snippets
Small code snippets that might prove useful again in the future.
## C
* report/: Easy to use report statement with log levels
* sdprintf.c: sprintf to a dynamic buffer
## Bash
* patch_binary.sh: Function to patch executables with asm payloads