106 matches found
static_asm
staticasm 一个仅头文件的 C++20 库,用于编译时 x86/x86-64 指令编码。 本项目采用双重许可:Boost Software License 1.0 和 MIT License。您可以选择其中任一许可。 目的 以实用且有趣的方式学习 x86 汇编编码 在编译时生成汇编指令,具备完全类型安全 创建无需运行时开销的 shellcode 和 JIT 代码模板 快速开始 root@kitploit: include "staticasm.hpp" using namespace staticasm::x86::registers; using namespace...
6AI score
SaveExploits0References6
20