Skip to content

Commit

Permalink
[VERSION] 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Nov 21, 2022
1 parent 67ae509 commit 0f60692
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pe2shc/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "peconv.h"
#include "resource.h"

#define VERSION "1.1"
#define VERSION "1.2"
#include "..\loader_v2\peloader.h"

bool overwrite_hdr(BYTE *my_exe, size_t exe_size, DWORD raw, bool is64b)
Expand Down
4 changes: 3 additions & 1 deletion runshc/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include <iostream>

#include <peconv.h>

#define VERSION "1.2"
#include "..\loader_v2\peloader.h"

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

0 comments on commit 0f60692

Please sign in to comment.