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

#include <zimg.h>

Public Attributes

ut8 magic [8]
 
ut32 filler [6]
 
ut8 arm_magic [4]
 
ut32 kernel_start
 
ut32 kernel_end
 

Detailed Description

Definition at line 14 of file zimg.h.

Member Data Documentation

◆ arm_magic

ut8 zimg_header_t::arm_magic[4]

Definition at line 17 of file zimg.h.

◆ filler

ut32 zimg_header_t::filler[6]

Definition at line 16 of file zimg.h.

◆ kernel_end

ut32 zimg_header_t::kernel_end

Definition at line 19 of file zimg.h.

◆ kernel_start

ut32 zimg_header_t::kernel_start

Definition at line 18 of file zimg.h.

◆ magic

ut8 zimg_header_t::magic[8]

Definition at line 15 of file zimg.h.


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