Rizin
unix-like reverse engineering framework and cli tools
|
#include <stdio.h>
#include <stdlib.h>
#include <capstone/platform.h>
#include <capstone/capstone.h>
Go to the source code of this file.
Classes | |
struct | platform |
Macros | |
#define | RANDOM_CODE "\xed\x00\x00\x00\x00\x1a\x5a\x0f\x1f\xff\xc2\x09\x80\x00\x00\x00\x07\xf7\xeb\x2a\xff\xff\x7f\x57\xe3\x01\xff\xff\x7f\x57\xeb\x00\xf0\x00\x00\x24\xb2\x4f\x00\x78" |
Functions | |
static void | print_string_hex (unsigned char *str, size_t len) |
static void | test () |
int | main () |
#define RANDOM_CODE "\xed\x00\x00\x00\x00\x1a\x5a\x0f\x1f\xff\xc2\x09\x80\x00\x00\x00\x07\xf7\xeb\x2a\xff\xff\x7f\x57\xe3\x01\xff\xff\x7f\x57\xeb\x00\xf0\x00\x00\x24\xb2\x4f\x00\x78" |
int main | ( | void | ) |
Definition at line 159 of file test_skipdata.c.
References bytes, make_dist_html::groups, offsetof, printf(), and test().
Definition at line 22 of file test_skipdata.c.
References c, len, printf(), and cmd_descs_generate::str.
Referenced by test().
|
static |
Definition at line 41 of file test_skipdata.c.
References arch, platform::comment, count, CS_ARCH_ARM, CS_ARCH_X86, cs_close(), cs_disasm(), cs_free(), CS_MODE_32, CS_MODE_ARM, cs_open(), CS_OPT_INVALID, CS_OPT_OFF, CS_OPT_ON, CS_OPT_SKIPDATA, CS_OPT_SKIPDATA_SETUP, cs_option(), err, handle, i, platform::opt_skipdata, platform::opt_type, platform::opt_value, platforms, print_string_hex(), printf(), PRIx64, RANDOM_CODE, and X86_CODE32.
Referenced by main().