Duncan Ogilvie
|
d5e265a501
|
Fix a race condition when spamming restarts
|
2021-03-16 01:09:45 +01:00 |
Duncan Ogilvie
|
b8b677d654
|
Merge pull request #2566 from torusrxxx/patch000000b7
Database actions in the file menu, and recover database backup
|
2021-02-02 17:29:24 +01:00 |
torusrxxx
|
c1f51a31bc
|
Add symbols in function list when no label
|
2021-01-20 17:14:02 +08:00 |
torusrxxx
|
4dfeca4078
|
Fix bugs with singleshoot breakpoints
|
2021-01-05 23:27:13 +08:00 |
torusrxxx
|
178482bf85
|
Database actions in the file menu, and recover database backup
|
2020-12-30 20:18:33 +08:00 |
torusrxxx
|
d6bbca12c0
|
Display both labels and comments for functions and bookmarks list
|
2020-12-15 17:33:32 +01:00 |
torusrxxx
|
58156c14bc
|
Don't focus on graph view in silent mode (#2537)
|
2020-12-15 17:32:53 +01:00 |
Duncan Ogilvie
|
d7439b7465
|
Significantly simplify detaching
|
2020-11-12 03:12:05 +01:00 |
Duncan Ogilvie
|
a49d32cca8
|
Add undocumented LabelRuntimeFunctions command
|
2020-11-11 23:38:58 +01:00 |
morsisko
|
c84f198539
|
DBG: Added new command SetWatchType
|
2020-10-27 16:27:31 +01:00 |
Duncan Ogilvie
|
306449fa6b
|
Implement DebugFlags command
|
2020-10-11 20:57:09 +02:00 |
morsisko
|
95315402f1
|
DBG: added new command showref that shows the references tab
|
2020-06-22 14:08:45 +02:00 |
Duncan Ogilvie
|
10da0d4654
|
DBG: allow setting temporary labels from the labelset command
|
2020-06-04 17:25:50 +02:00 |
Duncan Ogilvie
|
6293b90aff
|
DBG: add dbdecompress helper command
|
2020-06-04 17:25:50 +02:00 |
Duncan Ogilvie
|
5507b46dc4
|
DBG: error message improvement in cbDebugPause + minor project fixes
|
2020-05-09 22:40:45 +02:00 |
Duncan Ogilvie
|
1d5766e8bc
|
DBG: not not force RIP to the ExceptionAddress for EXCEPTION_BREAKPOINT
|
2020-04-28 00:25:04 +02:00 |
Duncan Ogilvie
|
0763064b70
|
DBG: fix more complex union scenarios
|
2020-04-27 13:20:37 +02:00 |
Duncan Ogilvie
|
b1c0eee865
|
DBG: fix an issue with unions in the type system
|
2020-04-27 12:58:28 +02:00 |
Duncan Ogilvie
|
e0b92786f0
|
DBG: move InitDLLDebugW out of TitanEngine
|
2020-04-25 22:14:06 +02:00 |
Duncan Ogilvie
|
99f7d096a8
|
DBG: refresh the gui in some previously untested scenarios
|
2020-04-02 00:16:47 +02:00 |
Duncan Ogilvie
|
6f92c63ce2
|
DBG: fix some potential bugs when disabling/deleting hardware breakpoints
|
2020-04-02 00:16:46 +02:00 |
Duncan Ogilvie
|
063ce31ec6
|
DBG+GUI: improve disassembly navigation
closes #1226
|
2020-01-16 15:49:52 +01:00 |
Duncan Ogilvie
|
824100eea8
|
DBG: implement memcpy command
|
2019-11-13 01:13:06 +01:00 |
Duncan Ogilvie
|
eca2f7f99a
|
DBG: refactor scripting functionality to allow executing script branches in the GUI
|
2019-11-05 00:33:32 +01:00 |
Duncan Ogilvie
|
3fc1bdebc9
|
DBG: remove some unused functionality related to pausing
|
2019-11-04 20:45:26 +01:00 |
Duncan Ogilvie
|
3efe95135b
|
DBG: improve savedata command
|
2019-10-31 15:27:51 +01:00 |
Duncan Ogilvie
|
83e1705985
|
DBG: sync mnemdb with the latest idaref
|
2019-10-12 16:00:04 +02:00 |
Duncan Ogilvie
|
31443c2c78
|
DBG: allow various more advanced pattern finding techniques
closes #2197
|
2019-09-01 17:28:48 +02:00 |
Duncan Ogilvie
|
8e2fb7f0b7
|
DBG: use patterntransform in the find command
see #2197
|
2019-09-01 15:45:29 +02:00 |
Duncan Ogilvie
|
7212e853fb
|
DBG: better heuristics for detecting the debuggee did not terminate after 10 seconds
|
2019-08-19 15:39:13 +02:00 |
Duncan Ogilvie
|
de2d930d8f
|
DBG+GUI: add transparent exception stepping option
|
2019-08-17 12:19:08 +02:00 |
Duncan Ogilvie
|
d17852b63b
|
DBG: fix a weird bug where dll breakpoints could not be deleted in certain cases
|
2019-06-25 21:17:45 +02:00 |
Duncan Ogilvie
|
80d84e7108
|
DBG: implement symunload command
|
2019-06-19 00:12:38 +02:00 |
Duncan Ogilvie
|
728f0eaa8d
|
DBG: fix various issues pointed out by Visual Studio code analysis
|
2019-06-19 00:12:31 +02:00 |
Duncan Ogilvie
|
1e075142a5
|
DBG: add symload command to manually load a PDB
|
2019-06-12 16:51:19 +02:00 |
Duncan Ogilvie
|
3b8469ba55
|
DBG: print rex info in Zydis command
|
2019-04-09 15:47:22 +02:00 |
Duncan Ogilvie
|
386e242645
|
DBG+GUI: removed yara
|
2019-04-06 13:18:16 +02:00 |
Duncan Ogilvie
|
85e96353cb
|
DBG+BRIDGE+GUI: put in the title whether x64dbg is elevated or not
|
2019-01-20 20:43:39 +01:00 |
Duncan Ogilvie
|
418541e46e
|
DBG: improve the skipInt3Stepping feature to work for long int3 instructions
|
2018-11-18 15:49:43 +01:00 |
Bálint Faragó
|
5162450ff3
|
Fix yara crash when used with a single argument
|
2018-11-04 23:14:31 +01:00 |
Bálint Faragó
|
e0052d6b2b
|
ZYDIS: Use ZydisOperandAction as an enum instead of a flag
|
2018-10-31 12:38:40 +01:00 |
Duncan Ogilvie
|
22861d69e5
|
Add some analysis for exceptions containing FACILITY_VISUALCPP in exinfo
|
2018-10-10 15:44:37 +02:00 |
torusrxxx
|
d4ec06f6de
|
Fixed a crash when tracing into far jump
|
2018-08-21 17:04:36 +02:00 |
Duncan Ogilvie
|
d5ae04dce4
|
DBG: fully implement symdownload command without dbghelp usage
|
2018-07-01 19:27:56 +02:00 |
Duncan Ogilvie
|
637815b63d
|
DBG: symdownload now works without dbghelp
|
2018-07-01 19:27:55 +02:00 |
Duncan Ogilvie
|
95cacb3732
|
DBG: add information to Zydis command
|
2018-07-01 19:04:38 +02:00 |
torusrxxx
|
1cd3cfc469
|
fix mistakes
|
2018-06-03 17:43:30 +02:00 |
torusrxxx
|
4cf5508b5f
|
add error descriptions to x64dbg failure messages
|
2018-06-03 17:43:30 +02:00 |
Duncan Ogilvie
|
3f33ad44cc
|
DBG+GUI: update zydis and fix some issues related to formatting
closes #1904
closes #1898
|
2018-04-05 00:20:31 +02:00 |
Duncan Ogilvie
|
53e621c175
|
DBG: replace WAITID_STOP with a more reliable method
closes #1852
|
2018-03-04 22:04:04 +01:00 |