Suite of tools to aid in shellcode development
- 资源大小:524.81 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
资 源 简 介
A suite of tools that can be used to automatically check that (shell)code works correctly and to test ret-into-libc attacks.
Testival requires SkyBuild to build automatically.
Testival is used by ALPHA3 to test its encoders.
Example usage:
testival>w32-testival.exe eip=$ [$]=ascii:writeconsole-shellcodesw32-writeconsole-shellcode.binHello, world!testival>w32-testival.exe --loadlibrary writeconsole-shellcodesw32-writeconsole-shellcode.dllHello, world!
Help:
```
usage: w32-testival [set register] [set memory] [options...]
or: w32-testival --loadlibrary "module file name"
(use "w64-testival" if testing x64 shellcodes)
Testival can be used to test shellcode and ret-into-libc stacks or to load a
dll into the process by calling kernel32!LoadLibrary. The later is useful when
testing a dll that executes shellcode when it
文 件 列 表
w32-testival.exe
w32-testival.pdb
w64-testival.exe
w64-testival.pdb