#include <stdio.h>
#include <stdlib.h>
#include <capstone/platform.h>
#include <capstone/capstone.h>
Go to the source code of this file.
Macros | |
#define | X86_CODE32 "\x75\x01" |
Functions | |
int | main () |
static void | print_insn (csh handle) |
static void | print_string_hex (unsigned char *str, size_t len) |
static void | test () |
#define X86_CODE32 "\x75\x01" |
Definition at line 13 of file test_customized_mnem.c.
int main | ( | ) |
Definition at line 81 of file test_customized_mnem.c.
|
static |
Definition at line 27 of file test_customized_mnem.c.
|
static |
Definition at line 16 of file test_customized_mnem.c.
|
static |
Definition at line 44 of file test_customized_mnem.c.