Classes | Macros | Functions | Variables
test_evm.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <capstone/platform.h>
#include <capstone/capstone.h>
Include dependency graph for test_evm.c:

Go to the source code of this file.

Classes

struct  platform
 

Macros

#define EVM_CODE   "\x60\x61\x50"
 

Functions

int main ()
 
static void print_insn_detail (csh cs_handle, cs_insn *ins)
 
static void print_string_hex (const char *comment, unsigned char *str, size_t len)
 
static void test ()
 

Variables

static csh handle
 

Macro Definition Documentation

◆ EVM_CODE

#define EVM_CODE   "\x60\x61\x50"

Function Documentation

◆ main()

int main ( )

Definition at line 120 of file test_evm.c.

◆ print_insn_detail()

static void print_insn_detail ( csh  cs_handle,
cs_insn *  ins 
)
static

Definition at line 32 of file test_evm.c.

◆ print_string_hex()

static void print_string_hex ( const char *  comment,
unsigned char *  str,
size_t  len 
)
static

Definition at line 20 of file test_evm.c.

◆ test()

static void test ( )
static

Definition at line 62 of file test_evm.c.

Variable Documentation

◆ handle

csh handle
static

Definition at line 10 of file test_evm.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:34