Rizin
unix-like reverse engineering framework and cli tools
rz_egg_t Struct Reference

#include <rz_egg.h>

Public Attributes

RzBuffersrc
 
RzBufferbuf
 
RzBufferbin
 
RzListlist
 
RzAsmrasm
 
RzSyscallsyscall
 
RzEggLang lang
 
Sdbdb
 
RzListplugins
 
RzListpatches
 
struct rz_egg_emit_tremit
 
int arch
 
int endian
 
int bits
 
ut32 os
 
int context
 

Detailed Description

Definition at line 93 of file rz_egg.h.

Member Data Documentation

◆ arch

int rz_egg_t::arch

Definition at line 106 of file rz_egg.h.

Referenced by build(), test_group_name.GroupTest::run(), rz_egg_load_file(), and rz_egg_setup().

◆ bin

◆ bits

int rz_egg_t::bits

Definition at line 108 of file rz_egg.h.

Referenced by build(), rz_egg_assemble_asm(), rz_egg_load_file(), rz_egg_new(), and rz_egg_setup().

◆ buf

◆ context

int rz_egg_t::context

Definition at line 110 of file rz_egg.h.

Referenced by rz_egg_compile().

◆ db

Sdb* rz_egg_t::db

Definition at line 102 of file rz_egg.h.

Referenced by rz_egg_free(), rz_egg_new(), rz_egg_option_get(), and rz_egg_option_set().

◆ endian

int rz_egg_t::endian

Definition at line 107 of file rz_egg.h.

Referenced by rz_egg_assemble_asm(), rz_egg_new(), rz_egg_patch_num(), and rz_egg_setup().

◆ lang

◆ list

RzList* rz_egg_t::list

Definition at line 97 of file rz_egg.h.

Referenced by rz_egg_free().

◆ os

ut32 rz_egg_t::os

Definition at line 109 of file rz_egg.h.

Referenced by build(), emit_syscall(), rz_egg_load_file(), and rz_egg_setup().

◆ patches

RzList* rz_egg_t::patches

Definition at line 104 of file rz_egg.h.

Referenced by rz_egg_finalize(), rz_egg_free(), rz_egg_new(), rz_egg_patch(), and rz_egg_reset().

◆ plugins

RzList* rz_egg_t::plugins

◆ rasm

RzAsm* rz_egg_t::rasm

Definition at line 99 of file rz_egg.h.

Referenced by rz_egg_assemble_asm(), rz_egg_free(), and rz_egg_new().

◆ remit

◆ src

◆ syscall

RzSyscall* rz_egg_t::syscall

Definition at line 100 of file rz_egg.h.

Referenced by rz_egg_free(), rz_egg_new(), rz_egg_setup(), and rz_egg_syscall().


The documentation for this struct was generated from the following file: