IDA C++ SDK 9.2
Loading...
Searching...
No Matches
load_info_t Struct Reference

List of loaders. More...

#include <loader.hpp>

Public Member Functions

bool is_archldr (void)

Public Attributes

load_info_tnext
qstring dllname
qstring ftypename
qstring processor
 desired processor name
filetype_t ftype
uint32 loader_flags
 copy of loader_t::flags
uint32 lflags
 loader info flags
int pri
 2-archldr, 1-place first, 0-normal priority

Detailed Description

List of loaders.

Member Function Documentation

◆ is_archldr()

bool load_info_t::is_archldr ( void )
inline

Member Data Documentation

◆ next

load_info_t* load_info_t::next

◆ dllname

qstring load_info_t::dllname

◆ ftypename

qstring load_info_t::ftypename

◆ processor

qstring load_info_t::processor

desired processor name

◆ ftype

filetype_t load_info_t::ftype

◆ loader_flags

uint32 load_info_t::loader_flags

copy of loader_t::flags

◆ lflags

uint32 load_info_t::lflags

◆ pri

int load_info_t::pri

2-archldr, 1-place first, 0-normal priority


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