dbg_stubs.c (209B)
1 #include "arch/arch.h" 2 3 const ArchDbgOps aa64_dbg_ops = {0}; 4 const ArchDbgOps x64_dbg_ops = {0}; 5 const ArchDbgOps arm32_dbg_ops = {0}; 6 const ArchDbgOps rv64_dbg_ops = {0}; 7 const ArchDbgOps rv32_dbg_ops = {0};
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |