IDA C++ SDK 9.2
Loading...
Searching...
No Matches
Reserved netnode tags

Tags internally used in netnodes. More...

Variables

const uchar atag = 'A'
 Array of altvals.
const uchar stag = 'S'
 Array of supvals.
const uchar htag = 'H'
 Array of hashvals.
const uchar vtag = 'V'
 Value of netnode.
const uchar ntag = 'N'
 Name of netnode.
const uchar ltag = 'L'
 Links between netnodes.

Detailed Description

Tags internally used in netnodes.

You should not use them for your tagged alt/sup/char/hash arrays.

Variable Documentation

◆ atag

const uchar atag = 'A'

Array of altvals.

◆ stag

const uchar stag = 'S'

Array of supvals.

◆ htag

const uchar htag = 'H'

Array of hashvals.

◆ vtag

const uchar vtag = 'V'

Value of netnode.

◆ ntag

const uchar ntag = 'N'

Name of netnode.

◆ ltag

const uchar ltag = 'L'

Links between netnodes.