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

#include <rz_flirt.h>

Public Attributes

ut8 version
 FLIRT version (supported only from v5 to v10) More...
 
ut8 arch
 FLIRT arch type (RZ_FLIRT_SIG_ARCH_*) More...
 
ut32 file
 FLIRT file type (RZ_FLIRT_SIG_FILE_*) More...
 
ut16 os
 FLIRT os type (RZ_FLIRT_SIG_OS_*) More...
 
ut16 app
 FLIRT app type (RZ_FLIRT_SIG_APP_*) More...
 
bool deflate
 
const char * libname
 

Detailed Description

Definition at line 223 of file rz_flirt.h.

Member Data Documentation

◆ app

ut16 rz_flirt_compressed_options_t::app

FLIRT app type (RZ_FLIRT_SIG_APP_*)

Definition at line 228 of file rz_flirt.h.

◆ arch

ut8 rz_flirt_compressed_options_t::arch

FLIRT arch type (RZ_FLIRT_SIG_ARCH_*)

Definition at line 225 of file rz_flirt.h.

Referenced by test_group_name.GroupTest::run().

◆ deflate

bool rz_flirt_compressed_options_t::deflate

Definition at line 229 of file rz_flirt.h.

◆ file

ut32 rz_flirt_compressed_options_t::file

FLIRT file type (RZ_FLIRT_SIG_FILE_*)

Definition at line 226 of file rz_flirt.h.

◆ libname

const char* rz_flirt_compressed_options_t::libname

Definition at line 230 of file rz_flirt.h.

◆ os

ut16 rz_flirt_compressed_options_t::os

FLIRT os type (RZ_FLIRT_SIG_OS_*)

Definition at line 227 of file rz_flirt.h.

◆ version

ut8 rz_flirt_compressed_options_t::version

FLIRT version (supported only from v5 to v10)

Definition at line 224 of file rz_flirt.h.


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