Debugging Tools for Windows
uf (Unassemble Function)
The uf command displays an assembly translation of the specified function in memory.
Syntax
uf [Options] Address
Parameters
- Options
- Address
- Specifies the address of the function to disassemble. For more information about the syntax, see Address and Address Range Syntax.
Environment
| Modes | User mode, kernel mode |
| Targets | Live, crash dump |
| Platforms | All |
Comments
The display shows the whole function, according to the function order.
Additional Information
For more information about assembly debugging and related commands, see Debugging in Assembly Mode.
Build machine: CAPEBUILD