Skip to content

Tupler/ShellCodeGet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

ShellCodeGet

To Convert C Code to Shellcode

动态获取Kernel32基址,获取GetProcAddress地址 ShellCodeGet_x86.cpp -> 32位版本 ShellCodeGet_x64.cpp -> 64位版本

注意:

  1. 避免使用常量字符串和全局变量,需使用字符串请用字节数组形式
  2. 编译时禁用优化

使用函数时请使用GetProcAddressLoadLibraryA 来获取winapi函数地址 并定义函数指针 类似:

typedef FARPROC (WINAPI* MYGetProcAddress) (HMODULE hModule, LPCSTR lpProcName);

详细请看我的博客如何编写一个ShellCode

About

To Convert C Code to Shellcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages