snippets/README.MD

10 lines
261 B
Plaintext
Raw Permalink Normal View History

2020-05-03 20:02:49 +02:00
# Code Snippets
Small code snippets that might prove useful again in the future.
## C
2020-05-03 20:10:05 +02:00
* report/: Easy to use report statement with log levels
* sdprintf.c: sprintf to a dynamic buffer
2020-06-15 19:57:43 +02:00
## Bash
* patch_binary.sh: Function to patch executables with asm payloads