搜索资源列表
缓冲区溢出攻防
- 本代码演示了缓冲区溢出的攻击与防范。我的开发环境 操作系统:windows xp professional + sp1a 编译器:visual c++.net 2003 由于操作系统的补丁太多,即使与我相同的系统也可能需要修改LoadLibrary、GetProcAddress、VirtualAlloc和\"jmp esp\"指令的地址。 请谨慎修改编译参数,修改参数可能导致修改程序。 请只编译release版,debug版无法正常执行。-demonstratio
RegisterOcx
- 通过系统函数GetProcAddress注册、注销OCX控件-GetProcAddress function through systematic registration, cancellation of OCX controls
Injector
- BOOL InjectDLL(DWORD ProcessID) { HANDLE Proc char buf[50]={0} LPVOID RemoteString, LoadLibAddy if(!ProcessID) return false Proc = OpenProcess(CREATE_THREAD_ACCESS, FALSE, ProcessID) if(!Proc) { sprintf
Realization-of-GetProcAddress
- 通过对PE的学习,实现了系统函数GetProcAddress()的功能,感兴趣的朋友可以下载来看看。有一定的借鉴价值。-Through the study of PE to achieve the system function GetProcAddress () function, and interested friends can download to see. A certain reference value.
NativeAPI
- Ntdll.dll 申明 可以直接链接Ntdll导出函数 不用 typedef loadlibray getprocaddress 遗弃这种 傻x办法-Ntdll include link Ntdll.dll never typedef loadlibray getprocaddress
GetProcAddress-mfc
- 此程序会获得xp系统的内部版本号 编程VC6.00中进行。-This program will get the internal version number of the xp system the programming VC6.00 in.
GetProcAddress
- 获得Windows XP 内部版本号,vc++ MFC程序,通用分析PE格式,自己实现的GetProcAddress ,写壳会用到的东西-Windows XP build number vc++ MFC program, general analysis PE format, to achieve their own GetProcAddress write what shell will be used
130408221121aircrack-2.41
- Wfi GetModuleFileName GetModuleHandle SetCurrentDirectory GetStdHandle-WfiGetModuleFileName GetModuleHandle SetCurrentDirectory GetStdHandle SetConsoleTextAttribute SetConsoleCursorPosition GetConsoleScreenBufferInfo FillConsoleOutputAttribute FillCo
winsock_init
- The first time WSAGetLastError is called, the delay load helper will resolve the address with GetProcAddress and fixup the import for Linux. -The first time WSAGetLastError is called, the delay load helper will resolve the address with GetProcAddr
HookGetProcAddressTest
- Hook GetProcAddress函数的地址,从而可以获得所有DLL函数的地址-Hook GetProcAddress function entry so can got all dll function entry.
jkvsyaw
- 示范如何使用 LoadLibrary和 GetProcAddress调用dll的输出函数,,()