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

#include <le.h>

Public Attributes

LE_image_headerheader
 
bool is_le
 
char * filename
 
const char * type
 
const char * cpu
 
const char * os
 
const char * arch
 
ut32 headerOff
 
LE_object_entryobjtbl
 
void * buf
 

Detailed Description

Definition at line 9 of file le.h.

Member Data Documentation

◆ arch

const char* rz_bin_le_obj_s::arch

Definition at line 16 of file le.h.

Referenced by test_group_name.GroupTest::run().

◆ buf

void* rz_bin_le_obj_s::buf

Definition at line 19 of file le.h.

◆ cpu

const char* rz_bin_le_obj_s::cpu

Definition at line 14 of file le.h.

◆ filename

char* rz_bin_le_obj_s::filename

Definition at line 12 of file le.h.

◆ header

LE_image_header* rz_bin_le_obj_s::header

Definition at line 10 of file le.h.

◆ headerOff

ut32 rz_bin_le_obj_s::headerOff

Definition at line 17 of file le.h.

◆ is_le

bool rz_bin_le_obj_s::is_le

Definition at line 11 of file le.h.

◆ objtbl

LE_object_entry* rz_bin_le_obj_s::objtbl

Definition at line 18 of file le.h.

◆ os

const char* rz_bin_le_obj_s::os

Definition at line 15 of file le.h.

◆ type


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