文章预览
关于windows_x64_shellcode_template windows_x64_shellcode_template简称为Wx64ST,它是一款功能强大的Shellcode模板,该模板基于C语言编写,其简单、可扩展和易于修改等特性可以帮助广大安全研究人员轻松开发适用于Windows x64的Shellcode。 值得一提的是,该模板代码可以加载LoadLibraryA和GetProcAddress,并以C语言方式暴露HMODULE给kernel32.dll。 除此之外,模板提供的函数中包含了很多注释内容,以供广大研究人员参考。 工具要求 VS 2015 / VS 2017 工具安装 广大研究人员可以直接使用下列命令将该项目源码克隆至本地: git clone https://github.com/rainerzufalldererste/windows_x64_shellcode_template.git cd windows_x64_shellcode_template git submodule update --init --recursive create_project.bat 该shellcode_template项目包括开始开发自定义Shellcode的所有内容。 如何检索Shellcode 有很多方法可以检索生成的 shellcode。 最简单
………………………………