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

Descriptor of information stored in a netnode. More...

#include <cvt64.hpp>

Public Attributes

nodeidx_t node
 netnode id
int tag
nodeidx_t exact_alt
 The index described by the descriptor.

Detailed Description

Descriptor of information stored in a netnode.

Each NETNODE+TAG require a separate descriptor. One descriptor can be used for a single index or for all indexes. This description is used by cvt64_node_supval_for_event() to convert netnode data.

Member Data Documentation

◆ node

nodeidx_t cvt64_node_tag_t::node

netnode id

◆ tag

int cvt64_node_tag_t::tag

◆ exact_alt

nodeidx_t cvt64_node_tag_t::exact_alt

The index described by the descriptor.

For all indexes of the given tag, set EXACT_ALT to 0. For a single index, set EXACT_ALT to the index. If the index to convert is zero, also set CVT64_ZERO_IDX. Note: Place descriptors with EXACT_ALT above all other descriptors in the table.


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