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

#include <mspack.h>

Public Attributes

struct mschmd_headerchm
 
unsigned int id
 

Detailed Description

A structure which represents a section of a CHM helpfile.

All fields are READ ONLY.

Not used directly, but used as a generic base type for mschmd_sec_uncompressed and mschmd_sec_mscompressed.

Definition at line 1218 of file mspack.h.

Member Data Documentation

◆ chm

struct mschmd_header * mschmd_section::chm

A pointer to the CHM helpfile that contains this section.

Definition at line 1220 of file mspack.h.

Referenced by chmd_fast_find(), chmd_read_headers(), and find_sys_file().

◆ id

unsigned int mschmd_section::id

The section ID. Either 0 for the uncompressed section mschmd_sec_uncompressed, or 1 for the LZX compressed section mschmd_sec_mscompressed. No other section IDs are known.

Definition at line 1227 of file mspack.h.

Referenced by chmd_read_headers(), and capstone.CsInsn::insn_name().


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