mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-13 18:12:30 +00:00
feat(profile): add type information for CGxDevice functions
This commit is contained in:
parent
5a70c8290f
commit
34d16625b7
9 changed files with 250 additions and 129 deletions
|
|
@ -17232,6 +17232,22 @@
|
|||
"icount": "0x0",
|
||||
"parent": "0x288690"
|
||||
},
|
||||
{
|
||||
"manual": true,
|
||||
"start": "0x2890c0",
|
||||
"end": "0x28945f",
|
||||
"module": "wow.exe",
|
||||
"icount": "0x0",
|
||||
"parent": "0x2890c0"
|
||||
},
|
||||
{
|
||||
"manual": true,
|
||||
"start": "0x289690",
|
||||
"end": "0x2896ba",
|
||||
"module": "wow.exe",
|
||||
"icount": "0x0",
|
||||
"parent": "0x289690"
|
||||
},
|
||||
{
|
||||
"manual": true,
|
||||
"start": "0x2897c0",
|
||||
|
|
@ -34121,7 +34137,7 @@
|
|||
{
|
||||
"manual": true,
|
||||
"module": "wow.exe",
|
||||
"text": "CGxDevice__Log",
|
||||
"text": "CGxDevice__Log_CGxFormat",
|
||||
"address": "0x284d10"
|
||||
},
|
||||
{
|
||||
|
|
@ -34199,7 +34215,7 @@
|
|||
{
|
||||
"manual": true,
|
||||
"module": "wow.exe",
|
||||
"text": "CGxDevice__RsSet",
|
||||
"text": "CGxDevice__RsSet_pointer_to_void",
|
||||
"address": "0x285f50"
|
||||
},
|
||||
{
|
||||
|
|
@ -34238,6 +34254,18 @@
|
|||
"text": "CGxDevice__CGxDevice",
|
||||
"address": "0x288690"
|
||||
},
|
||||
{
|
||||
"manual": true,
|
||||
"module": "wow.exe",
|
||||
"text": "CGxDevice__destructor",
|
||||
"address": "0x2890c0"
|
||||
},
|
||||
{
|
||||
"manual": true,
|
||||
"module": "wow.exe",
|
||||
"text": "CGxDevice__scalar_deleting_destructor",
|
||||
"address": "0x289690"
|
||||
},
|
||||
{
|
||||
"manual": true,
|
||||
"module": "wow.exe",
|
||||
|
|
|
|||
|
|
@ -878,7 +878,7 @@
|
|||
},
|
||||
{
|
||||
"type": "void*",
|
||||
"name": "v_fn_8_destructor",
|
||||
"name": "v_fn_8_scalar_deleting_destructor",
|
||||
"offset": 32
|
||||
},
|
||||
{
|
||||
|
|
@ -5536,7 +5536,7 @@
|
|||
},
|
||||
{
|
||||
"name": "CAsyncObject",
|
||||
"size": 40,
|
||||
"size": 48,
|
||||
"members": [
|
||||
{
|
||||
"type": "void*",
|
||||
|
|
@ -5622,7 +5622,7 @@
|
|||
},
|
||||
{
|
||||
"name": "TSLinkedNode_CAsyncObject",
|
||||
"size": 0,
|
||||
"size": 8,
|
||||
"members": [
|
||||
{
|
||||
"type": "TSLink_CAsyncObject",
|
||||
|
|
@ -6162,7 +6162,7 @@
|
|||
},
|
||||
{
|
||||
"name": "TSList_CAsyncObject",
|
||||
"size": 4,
|
||||
"size": 12,
|
||||
"members": [
|
||||
{
|
||||
"type": "ptrdiff_t",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue