mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-13 10:12:28 +00:00
feat(binana): improve documentation, add a way to import information into IDA
This commit is contained in:
parent
063790577d
commit
061609ed2c
19 changed files with 8072 additions and 20 deletions
|
|
@ -1051,6 +1051,22 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "D3DLOCKED_RECT",
|
||||
"size": 8,
|
||||
"members": [
|
||||
{
|
||||
"type": "int32_t",
|
||||
"name": "Pitch",
|
||||
"offset": 0
|
||||
},
|
||||
{
|
||||
"type": "void*",
|
||||
"name": "pBits",
|
||||
"offset": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "D3DPSHADERCAPS2_0",
|
||||
"size": 20,
|
||||
|
|
@ -1189,6 +1205,17 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "IDirect3DTexture9",
|
||||
"size": 4,
|
||||
"members": [
|
||||
{
|
||||
"type": "void**",
|
||||
"name": "v_vtable",
|
||||
"offset": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "IDirect3DVertexBuffer9",
|
||||
"size": 4,
|
||||
|
|
@ -3385,18 +3412,18 @@
|
|||
"offset": 15184
|
||||
},
|
||||
{
|
||||
"type": "uint32_t",
|
||||
"name": "unk3B4C",
|
||||
"type": "int32_t",
|
||||
"name": "m_hwCursorNeedsUpdate",
|
||||
"offset": 15188
|
||||
},
|
||||
{
|
||||
"type": "uint32_t",
|
||||
"name": "unk3B50",
|
||||
"type": "IDirect3DTexture9*",
|
||||
"name": "m_hwCursorTexture",
|
||||
"offset": 15192
|
||||
},
|
||||
{
|
||||
"type": "uint32_t",
|
||||
"name": "unk3B54",
|
||||
"type": "IDirect3DSurface9*",
|
||||
"name": "m_hwCursorBitmap",
|
||||
"offset": 15196
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue