Small code snippets that might prove useful again in the future.
Go to file
Markus Koch 9e9b38c3b1 bash: Add patch_binary.sh 2020-06-15 19:57:43 +02:00
bash bash: Add patch_binary.sh 2020-06-15 19:57:43 +02:00
c C: Add sdprintf 2020-05-03 20:10:05 +02:00
README.MD bash: Add patch_binary.sh 2020-06-15 19:57:43 +02:00

README.MD

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