-
-
[旧帖]
[求助]这段代码怎么显示关闭窗口?
0.00雪花
-
发表于:
2013-2-15 16:55
1393
-
[旧帖] [求助]这段代码怎么显示关闭窗口?
0.00雪花
写出的shellcode的源代码如下:
#include
int main()
HINSTANCE LibHandle;
char dllbuf11= "user32.dll";
LibHandle = LoadLibrary(dllbuf);
_asm
sub sp,0x440
xor ebx,ebx
push ebx // cut string
push 0x74736577
push 0x6C696166//push failwest
mov eax,esp //load address of failwest
push ebx
push eax
push eax
push ebx
mov eax,0x77D804EA // address should be reset in different OS
call eax //call MessageboxA
push ebx
mov eax,0x7C81CDDA
call eax //call exit(0)
[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)