x64dbg/todo_dbg.txt

78 lines
1.8 KiB
Plaintext
Raw Normal View History

2013-11-14 20:55:18 +00:00
- attach/detach debugger
- asm command
- memcpy
- pe data access
- fpu support
- mmx support
- find asm
2013-11-25 21:19:54 +00:00
- find memory (pattern+wildcard)
2013-11-14 20:55:18 +00:00
- mov [mem],#data#,size
- getremotestring
- function parameter
- help file updates
- 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
- analysis
- getlasterror
- display open handles
- build howto
- step to user code
- tracing(?)
2013-11-25 21:19:54 +00:00
- [OPTIONAL] child processes (TitanEngine)
- display source in PDB files (source debugging)
- patching (+save)
2013-11-14 20:55:18 +00:00
- handle view
- window view
- debug strings
- process privileges
2013-11-25 21:19:54 +00:00
- loaded modules window
2013-11-14 20:55:18 +00:00
- strings
- references
- callstack
- stack
- heap
- functions
- TEB/TBI
- PEB/PBI
- cpu filename+thread id
- shift+f7f8f9
2013-11-25 21:19:54 +00:00
- log breakpoints
- fix memory breakpoints
- membp in memmap
- command va2offset (and the other way around)
- various different float calculations
- and/or/xor/cmp with internal flags (script)
- restore window position (BridgeSetting)
- follow in dump
- opcode byte split
- middle mouse click = copy addr/bytes/disasm
- DOS name fix in Qt browse dialog
- abstractTable column names
- stack window(!)
- dump window(!!!)
- tabbed GUI (workspace+dragable windows)
- LUA/Python support
- ep break options
- live comments
- [] brackets for memory operations
- custom colours
- show export table
- find all intermodular calls
- highlight register changes (only when CIP changed also)
- PAGE UP + PAGE DOWN keys in disasm
- function lines (+database) for analysis
- 'dead' bytes custom analysis
- loops lines (+database) for analysis
- signal for GUI in bridge (msgsend)