|
IDA C++ SDK 9.2
|
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. | |
Tags internally used in netnodes.
You should not use them for your tagged alt/sup/char/hash arrays.
| 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.