From 2e2d8c94e2355e6beae219cb3b7a0684ef1f1aa1 Mon Sep 17 00:00:00 2001 From: stderr64 Date: Sun, 2 Aug 2026 21:30:47 +0300 Subject: Added code that extracts ELF binary stored in define value of the compiled binary --- extract_decoded_executable/test_binary.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 extract_decoded_executable/test_binary.c (limited to 'extract_decoded_executable/test_binary.c') diff --git a/extract_decoded_executable/test_binary.c b/extract_decoded_executable/test_binary.c new file mode 100644 index 0000000..0ac5c4c --- /dev/null +++ b/extract_decoded_executable/test_binary.c @@ -0,0 +1,10 @@ +#include +#include +#include +#include +#include + +int main( int argc, char *const *args ){ + fputs( "This is simple output from extracted test program\n", stdout ); + return 0; +} -- cgit v1.3.1-10-gc9f91