6 matches found
Shellcode-Test-Harness
Shellcode 测试工具 一个轻量级的测试工具,旨在通过提供集成崩溃诊断和调试输出重定向的执行环境,加速 shellcode 的开发。 特性 通过模块踩踏执行 shellcode 使用 VEH 捕获崩溃:如果 shellcode 出错,它会在故障点打印寄存器转储、堆栈转储和代码转储。 实时调试输出:拦截 shellcode 输出并在控制台中显示。 内置十六进制转储工具:通过在调试输出前添加 "HEXDUMP:0xADDR:SIZE",加载器将自动转储该内存范围。 DLL 发现:查找兼容的 DLL,可选择过滤掉那些没有足够大的 .text 节来容纳特定 payload 的 DLL。...
arm-64-exploit-demo
ARM64 Buffer Overflow Exploit Demo A from-scratch demonstrati...
binary-exploitation-labs
Binary Exploitation Labs This repository is my long-term pu...
nightmare
This is a course on binary exploitation and reverse engineering, specifically targeting Linux systems. The course is designed to be a comprehensive guide to learning binary exploitation and reverse engineering, with a focus on hands-on exercises and real-world examples. The course covers a range ...
Avira-Guard
Avira AntiVir personal edition avguard.exe 7.00.00.52 is prone to a local heap overflow because it fails to perform adequate boundary-checks. Successfully exploiting will allow an attacker to execute arbitrary code within the context of the affected application. Failed exploit attempts will resul...
linux/x86 TCP Proxy Shellcode 236 bytes
No description provided by source. // proxylib.c - is located at http://www.milw0rm.com/id.php?id=1476 /str0ke / hey all.. this is my attempt at a very small very functional tcp proxy shellcode.. to pull this off i ignored the "socks" protocols and invented my own.. sorta.. how to use me.. delive...