mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-23 13:00:14 +00:00
62 lines
1.1 KiB
Plaintext
62 lines
1.1 KiB
Plaintext
- attach/detach debugger
|
|
- asm command
|
|
- advanced readprocessmemory (over multiple pages)
|
|
- memcpy
|
|
- pe data access
|
|
- fpu support
|
|
- mmx support
|
|
- find asm
|
|
- find memory
|
|
- mov [mem],#data#,size
|
|
- getremotestring
|
|
- function parameter
|
|
- isjumpgonnaexecute
|
|
- help file updates
|
|
- plugins
|
|
- scripting
|
|
- thread support
|
|
- tls callbacks
|
|
- inject dll
|
|
- dump memory
|
|
- dump process
|
|
- set pe data in memory
|
|
- va to offset
|
|
- offset to va
|
|
- getapiname
|
|
- float calculations
|
|
- command help
|
|
- inject asm code
|
|
- and or xor commands
|
|
- delete mem breakpoints
|
|
- delete hw breakpoints
|
|
- udd file format
|
|
- analysis
|
|
- symbol loader
|
|
- getlasterror
|
|
- display open handles
|
|
- log clear command
|
|
- build howto
|
|
- step to user code
|
|
- tracing(?)
|
|
- child processes (TitanEngine)
|
|
- display source
|
|
- patching
|
|
- handle view
|
|
- window view
|
|
- debug strings
|
|
- process privileges
|
|
- loaded modules
|
|
- strings
|
|
- references
|
|
- callstack
|
|
- stack
|
|
- heap
|
|
- functions
|
|
- TEB/TBI
|
|
- PEB/PBI
|
|
- debug pause
|
|
- cpu filename+thread id
|
|
- GetAddrInfo/SetAddrInfo
|
|
- shift+f7f8f9
|
|
- restart (last process)
|
|
- log breakpoints |