From 8dfd00430deb158bab0a2f74ace86392b8076c33 Mon Sep 17 00:00:00 2001 From: Adam Macdonald <72780006+twokilohertz@users.noreply.github.com> Date: Sun, 9 Feb 2025 00:50:19 +0000 Subject: [PATCH] Add separate license to bin2cppheader Python script --- donIV/shellcode/bin2cppheader.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/donIV/shellcode/bin2cppheader.py b/donIV/shellcode/bin2cppheader.py index f99d241..9e0018a 100644 --- a/donIV/shellcode/bin2cppheader.py +++ b/donIV/shellcode/bin2cppheader.py @@ -1,7 +1,8 @@ # bin2cppheader.py # Convert a binary file to its static std::array representation as an # includable header file in your C++ project. -# Author: Adam Macdonald [https://github.com/twokilohertz] +# Author: Adam Macdonald [https://github.com/twokilohertz] +# License: MIT License usage = "Usage: python bin2cppheader.py in_file [out_file]"