diff options
| author | stderr64 <stderr64@null.net> | 2026-08-02 23:25:46 +0300 |
|---|---|---|
| committer | stderr64 <stderr64@null.net> | 2026-08-02 23:25:46 +0300 |
| commit | 93bf2805ba66b628d0187637c85f86f2ae7eb4a1 (patch) | |
| tree | d33b2879182966a22f694532cf306ce7e3145b5e /extract_decoded_executable/test_binary.c | |
| parent | 2e2d8c94e2355e6beae219cb3b7a0684ef1f1aa1 (diff) | |
| download | experiments-93bf2805ba66b628d0187637c85f86f2ae7eb4a1.tar.gz experiments-93bf2805ba66b628d0187637c85f86f2ae7eb4a1.tar.zst | |
Added RNG based encryption to the code to extract binary from define value
Diffstat (limited to 'extract_decoded_executable/test_binary.c')
| -rw-r--r-- | extract_decoded_executable/test_binary.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extract_decoded_executable/test_binary.c b/extract_decoded_executable/test_binary.c index 0ac5c4c..6e1b72f 100644 --- a/extract_decoded_executable/test_binary.c +++ b/extract_decoded_executable/test_binary.c @@ -1,5 +1,7 @@ #include <stdlib.h> #include <stdio.h> +#include <stdint.h> +#include <stdbool.h> #include <errno.h> #include <unistd.h> #include <string.h> |
