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

#include <rz_file.h>

Public Attributes

ut8buf
 
ut64 base
 
ut64 len
 
int perm
 
int mode
 
char * filename
 
int fd
 

Detailed Description

Definition at line 10 of file rz_file.h.

Member Data Documentation

◆ base

ut64 rz_mmap_t::base

Definition at line 12 of file rz_file.h.

◆ buf

ut8* rz_mmap_t::buf

Definition at line 11 of file rz_file.h.

Referenced by buf_mmap_get_whole_buf(), and buf_mmap_init().

◆ fd

int rz_mmap_t::fd

Definition at line 17 of file rz_file.h.

Referenced by buf_mmap_init().

◆ filename

char* rz_mmap_t::filename

Definition at line 16 of file rz_file.h.

◆ len

ut64 rz_mmap_t::len

Definition at line 13 of file rz_file.h.

Referenced by buf_mmap_get_whole_buf(), buf_mmap_init(), and buf_mmap_resize().

◆ mode

int rz_mmap_t::mode

Definition at line 15 of file rz_file.h.

Referenced by test_group_name.GroupTest::run().

◆ perm

int rz_mmap_t::perm

Definition at line 14 of file rz_file.h.


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