Commands


Debugging Tools for Windows
uf (Unassemble Function)

The uf command displays an assembly translation of the specified function in memory.

Syntax

uf [OptionsAddress 

Parameters

Options
Address
Specifies the address of the function to disassemble. For more information about the syntax, see Address and Address Range Syntax.

Environment

ModesUser mode, kernel mode
TargetsLive, crash dump
PlatformsAll

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.

Page view tracker