Search notes:

u

u un-assembles machine code.
By default, u disassembles 8 instructions.

Specify a range

u can be invoked with a range.
The following command disassembles the first 106 (=0x6a) bytes of an exe's entry point (which is referred to by the pseudo register $exentry):
u $exentry $exentry+6a

Specify the number of instructions

Instead of a range, the (hexadecimal) number of instructions can be specified with the u command. The following command disassembles 32 (=0x20) instructions:
u $exentry L20

uf: disassemble an entire function

uf un-assembles an entire function, here the entry point function:
uf $exentry

ub

ub disassembles backwards.
The following command disassembles the 10 instruction that preced the instruction that the instruction pointer points at:
ub $ip L10

See also

u should not be confused with ~u which unfreezes a thread.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1759561999, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/development/Debugging/tools/commands/u/index(69): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78