From b09c696fc70dad855bfad3a51f5229adfb12e323 Mon Sep 17 00:00:00 2001 From: hasherezade Date: Fri, 17 Apr 2020 23:48:38 +0200 Subject: [PATCH] [VERSION] 0.8 --- pe2shc/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pe2shc/main.cpp b/pe2shc/main.cpp index 57b6dd0..b7cb294 100644 --- a/pe2shc/main.cpp +++ b/pe2shc/main.cpp @@ -4,7 +4,7 @@ #include "peconv.h" #include "resource.h" -#define VERSION "0.7" +#define VERSION "0.8" bool overwrite_hdr(BYTE *my_exe, size_t exe_size, DWORD raw) {