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

Public Attributes

ut8 magic [4]
 
ut8 version [4]
 
ut32 image_base
 
ut32 image_size
 
ut32 bitmap_offset
 
ut32 bitmap_size
 
ut32 checksum
 
ut32 oat_file_begin
 
ut32 oat_data_begin
 
ut32 oat_data_end
 
ut32 oat_file_end
 
st32 patch_delta
 
ut32 image_roots
 
ut32 compile_pic
 

Detailed Description

Definition at line 13 of file bin_art.c.

Member Data Documentation

◆ bitmap_offset

ut32 art_header_t::bitmap_offset

Definition at line 19 of file bin_art.c.

◆ bitmap_size

ut32 art_header_t::bitmap_size

Definition at line 20 of file bin_art.c.

◆ checksum

ut32 art_header_t::checksum

Definition at line 21 of file bin_art.c.

◆ compile_pic

ut32 art_header_t::compile_pic

Definition at line 30 of file bin_art.c.

◆ image_base

ut32 art_header_t::image_base

Definition at line 17 of file bin_art.c.

◆ image_roots

ut32 art_header_t::image_roots

Definition at line 29 of file bin_art.c.

◆ image_size

ut32 art_header_t::image_size

Definition at line 18 of file bin_art.c.

◆ magic

ut8 art_header_t::magic[4]

Definition at line 15 of file bin_art.c.

◆ oat_data_begin

ut32 art_header_t::oat_data_begin

Definition at line 23 of file bin_art.c.

◆ oat_data_end

ut32 art_header_t::oat_data_end

Definition at line 24 of file bin_art.c.

◆ oat_file_begin

ut32 art_header_t::oat_file_begin

Definition at line 22 of file bin_art.c.

◆ oat_file_end

ut32 art_header_t::oat_file_end

Definition at line 25 of file bin_art.c.

◆ patch_delta

st32 art_header_t::patch_delta

Definition at line 27 of file bin_art.c.

◆ version

ut8 art_header_t::version[4]

Definition at line 16 of file bin_art.c.


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