Search notes:

commands

Memory related

d* Displays the content of memory
m Move (copy) data
fp fill physical memory
c compare
s searches for data in memory
!db, !dc, !dd, !dp, !du, !dw read from physical address
!eb, !ed write to physical address
!search search in physical memory
!vtop, !pte convert a virtual address to a physical address.
.holdmem

Extensions

Commands that start with an exclamation mark (!) are extensions. These are exported from a DLL which users can create to extend the functionality of WinDbg.
Displaying information about the PEB and the TEB
!peb
!teb
Compare the previous two commands with:
dt nt!_PEB
dt nt!_PEB -r @$peb
dt nt!_TEB
Apparently, there are quite a few commands that rely on information found in the PEB and TEB: lm, !dlls, !imgreloc, !tls, !gle

Address related

!address addr and !vprot addr display memory related information (protection, type, usage…)
!address rdx
!vprot   rdx

See also

The initial command can be specified with the -c command line option.
With the JavaScript scripting extension, it is possible to execute a command like so:
if (…) {
   host.namespace.Debugger.Utility.Control.ExecuteCommand("g");
}

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/...', 1740444467, '3.145.89.175', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/development/Debugging/tools/commands/index(83): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78