kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

dbg_stubs.c (134B)


      1 #include "arch/arch.h"
      2 
      3 const ArchDbgOps aa64_dbg_ops = {0};
      4 const ArchDbgOps x64_dbg_ops = {0};
      5 const ArchDbgOps rv64_dbg_ops = {0};