windbg_find_vtable
Check an address for a vtable pointer, resolve it to a symbol and disassembly. Use for type confusion and use-after-free analysis.
Instructions
Check if an address contains a vtable pointer and resolve it to a symbol + disassembly. Useful for type confusion / UAF analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Address that may contain a vtable pointer |