Feature: Support converting PE using pe_to_shellcode
This commit is contained in:
11
server/2015Remote/libpeconv/peconv/unicode.h
Normal file
11
server/2015Remote/libpeconv/peconv/unicode.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef UNICODE
|
||||
#define tcout wcout
|
||||
#define tcerr wcerr
|
||||
#define tstring wstring
|
||||
#else
|
||||
#define tcout cout
|
||||
#define tcerr cerr
|
||||
#define tstring string
|
||||
#endif // UNICODE
|
||||
Reference in New Issue
Block a user