Skip to content

Commit 0f60692

Browse files
committed
[VERSION] 1.2
1 parent 67ae509 commit 0f60692

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pe2shc/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "peconv.h"
55
#include "resource.h"
66

7-
#define VERSION "1.1"
7+
#define VERSION "1.2"
88
#include "..\loader_v2\peloader.h"
99

1010
bool overwrite_hdr(BYTE *my_exe, size_t exe_size, DWORD raw, bool is64b)

runshc/main.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#include <iostream>
33

44
#include <peconv.h>
5+
6+
#define VERSION "1.2"
57
#include "..\loader_v2\peloader.h"
68

79
typedef struct {
@@ -85,7 +87,7 @@ bool run_in_curr_thread(t_module_params &args)
8587
int main(int argc, char *argv[])
8688
{
8789
if (argc < 2) {
88-
std::cout << "~ runshc ~\n"
90+
std::cout << "~ runshc v." << VERSION << " ~\n"
8991
<< "Run shellcode: loads and deploys shellcode file.\n";
9092
#ifdef _WIN64
9193
std::cout << "For 64-bit shellcodes.\n";

0 commit comments

Comments
 (0)