搜索资源列表
缓冲区溢出攻防
- 本代码演示了缓冲区溢出的攻击与防范。我的开发环境 操作系统: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的输出函数,,()