GadgetSeed
0.9.6
|
システムコール [詳解]
#include "asm.h"
#include "syscall.h"
#include "tkprintf.h"
#include "calltrace.h"
#include "syscall_param.h"
#include "task_opration.h"
#include "console.h"
#include "dkprintf.h"
関数 | |
void | syscall_inthdr (unsigned int intnum, void *sp) |
void | sys_call (int type, void *param) |
変数 | |
const char | syscall_name [][16] |
int | syscall_cnt = 0 |
int | last_syscall_type = 0 |