- 反射加载器
- 调用栈伪造
- Wow64 进程执行 64 位代码
- 别人写好的shellcode 弹calc,这样我就不用写了
- Some trick methods (Win32)
- 自用的shellcode框架
- 通过环境变量(DLL)劫持 iscsicpl, 不支持 win7
- ICMLuaUtil 接口(通杀 win7-win11 墙裂推荐 ⭐)
- AceLdr 具备
shellcode
运行时加解密, 调用栈伪造等特性 (TitanLdr 框架 + FOLIAGE + RET_ADDR_SPOOFING) - TitanLdr 原版 D2H 的
shellcode
加载器, 粗略看过一遍
- https://whiteknightlabs.com/2021/12/11/bypassing-etw-for-fun-and-profit/
- https://github.com/seahop/patchETW/blob/main/patchETW.c
- http://luajit.org/ , luajit , 加上 C,C++,要啥自行车?
- https://github.com/ccxvii/mujs , 开源的JS引擎,对理解编译原理有很好的帮助
- https://github.com/cesanta/mongoose , 开源http服务器