windbg ¤
Compatibility functionality for Windbg users.
Functions:
-
enhex
– -
db
–Starting at the specified address, dump N bytes
-
dw
–Starting at the specified address, dump N words
-
dd
–Starting at the specified address, dump N dwords
-
dq
–Starting at the specified address, dump N qwords
-
dc
– -
dX
–Traditionally, windbg will display 16 bytes of data per line.
-
eb
–Write hex bytes at the specified address.
-
ew
–Write hex words at the specified address.
-
ed
–Write hex dwords at the specified address.
-
eq
–Write hex qwords at the specified address.
-
ez
–Write a character at the specified address.
-
eza
–Write a string at the specified address.
-
eX
–This relies on windbg's default hex encoding being enforced
-
dds
–Dump pointers and symbols at the specified address.
-
da
– -
ds
– -
bl
–List breakpoints
-
bd
–Disable the breakpoint with the specified index.
-
be
–Enable the breakpoint with the specified index.
-
bc
–Clear the breakpoint with the specified index.
-
bp
– -
k
–Print a backtrace (alias 'bt')
-
go
–Windbg compatibility alias for 'continue' command.
-
ln
–List the symbols nearest to the provided value.
-
peb
– -
pc
–Windbg compatibility alias for 'nextcall' command.
Attributes: