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

Report on one "load command" entry found in an external file. More...

#include <dscu.h>

Public Member Functions

bool operator== (const dependency_match_entry_t &r) const
bool operator!= (const dependency_match_entry_t &r) const

Public Attributes

qstring image_name
 The image name.
int image_index = -1
 The image index in this DSC (-1 if not found)
uint32 load_command_type = uint32(-1)
 Load command type. One of ACH_LC_*.

Detailed Description

Report on one "load command" entry found in an external file.

Member Function Documentation

◆ operator==()

bool dependency_match_entry_t::operator== ( const dependency_match_entry_t & r) const
inline

◆ operator!=()

bool dependency_match_entry_t::operator!= ( const dependency_match_entry_t & r) const
inline

Member Data Documentation

◆ image_name

qstring dependency_match_entry_t::image_name

The image name.

◆ image_index

int dependency_match_entry_t::image_index = -1

The image index in this DSC (-1 if not found)

◆ load_command_type

uint32 dependency_match_entry_t::load_command_type = uint32(-1)

Load command type. One of ACH_LC_*.


The documentation for this struct was generated from the following file:
  • /Users/geoffrey/ida-sdk/src/include/dscu.h