资 源 简 介
Project moved to GitHub
This project was [moved to GitHub](https://github.com/peterferrie/win-exec-calc-shellcode) as [Google code will be shut down](http://google-opensource.blogspot.nl/2015/03/farewell-to-google-code.html).
Small null-free shellcode that execute calc.exe. Runs on x86 and x64 versions of Windows 5.0-6.3 (2000, XP, 2003, 2008, 7, 8, 8.1), all service packs.
Sizes (build 306)
| platform | size | stack align | function wrapper | func+save regs | func+stack | func+stack+regs |
|:---------|:-----|:------------|:-----------------|:---------------|:-----------|:----------------|
| x86 | 72 | 75 | 77 | 77 | 84 | 84 |
| x64 | 85 | 90 | 98 | 105 | 106 | 112 |
| x86+x64 | 113 | 118 | 179 | 188 | 188 | 196 |
Features:
* NULL Free
* Windows versi
文 件 列 表
build
bin
dll
w32-exec-calc-shellcode.dll
exe
w32-exec-calc-shellcode.exe
bin
w32-exec-calc-shellcode.bin
w32-exec-calc-shellcode-clean-func.bin
w32-exec-calc-shellcode-esp.bin
w32-exec-calc-shellcode-func.bin
w32-exec-calc-shellcode-ret.bin
w64-exec-calc-shellcode.bin
w64-exec-calc-shellcode-clean-func.bin
w64-exec-calc-shellcode-esp.bin
w64-exec-calc-shellcode-func.bin
w64-exec-calc-shellcode-ret.bin
win-exec-calc-shellcode.bin
win-exec-calc-shellcode-esp.bin
build_info.txt
COPYRIGHT.txt
HOW_TO_BUILD.txt
type-conversion.asm
w32-exec-calc-shellcode.asm
w64-exec-calc-shellcode.asm
win-dll-run-shellcode.c
win-exec-calc-shellcode.asm
win-exe-run-shellcode.c