docs/commands/index.rst
Commands have the following format (notice the arguments are comma separated):
command arg1, arg2, argN
FAQ:
$i will be 256 (0x100): mov $i, 100 . This also means a variable cannot begin with letters from A to F.[arg1] (argument with a square bracket) represents an optional argument. arg1 (argument without a square bracket) represents an mandatory argument. "[" and "]" represent memory reference operation in expression evaluation for the argument. If you don't want to refer to the content in the memory pointer, don't add "[" and "]".[eax]=="abcd" operator to compare strings. Instead, you can compare the first DWORD/QWORD of the string, or use an appropriate plugin which provides such feature.Contents:
.. toctree:: :maxdepth: 1
general-purpose/index debug-control/index breakpoint-control/index conditional-breakpoint-control/index tracing/index thread-control/index memory-operations/index operating-system-control/index watch-control/index variables/index searching/index user-database/index analysis/index types/index plugins/index script/index gui/index misc/index