Duncan Ogilvie
647af648ef
GUI: default shortcut for set conditional breakpoint
...
https://github.com/x64dbg/x64dbg/pull/2370
2020-06-25 21:44:03 +02:00
Jack Reez
829235659f
DBG: Added memory breakpoint's types in BpToBridge conversion.
...
Fixes: Memory breakpoints summary always shows type as access for all types.
@BreakPointView.
2020-06-25 21:35:33 +02:00
Jack Reez
ed1eab39e8
GUI: Added option to enable/disable branch disassembly popup.
2020-06-22 14:10:53 +02:00
morsisko
95315402f1
DBG: added new command showref that shows the references tab
2020-06-22 14:08:45 +02:00
morsisko
761af58705
BRIDGE+GUI: added new function GuiShowReferences
2020-06-22 14:08:45 +02:00
Duncan Ogilvie
fdc2edba4e
GUI: highlight volatile registers for a call in the registers view
2020-06-18 17:41:14 +02:00
Duncan Ogilvie
d73d4058df
DBG: fix oversight in instruction counting algorithm
2020-06-04 18:59:37 +02:00
Duncan Ogilvie
f698ecb52e
GUI: flatten the Copy -> Symbolic Name menu
2020-06-04 18:27:02 +02:00
Duncan Ogilvie
20e7826295
GUI: minor textual improvements for new XMM display changes
2020-06-04 17:59:28 +02:00
torusrxxx
040e087bf1
Uppercase registers in trace view
2020-06-04 17:50:45 +02:00
torusrxxx
cbd1b2f37f
fixed a bug when updating disassembler config in trace viewer
2020-06-04 17:50:45 +02:00
torusrxxx
1b53fcd618
Keep highlighted token highlighted
2020-06-04 17:50:45 +02:00
torusrxxx
f35e24fe9f
Add support for x87 registers in CPUInfoBox
2020-06-04 17:50:45 +02:00
torusrxxx
0afdb47ecc
print SYSCALL instruction unusual
2020-06-04 17:50:45 +02:00
torusrxxx
5589c7e769
Fix formatting vaddps ymm0,ymm0,ymm0; Fix goto index 0 in trace
2020-06-04 17:50:45 +02:00
torusrxxx
4f46db22a9
XMM registers in info box
2020-06-04 17:50:45 +02:00
torusrxxx
bd381d72c6
Move XMM formatting to StringUtils
2020-06-04 17:50:45 +02:00
torusrxxx
fd4d691928
Merge MMX registers with x87 registers in registers view
2020-06-04 17:50:45 +02:00
torusrxxx
6348cb5728
Using QBeaEngine to pass vector element type info
2020-06-04 17:50:45 +02:00
torusrxxx
b058db685c
Add some comments and small fixes to trace browser
2020-06-04 17:50:45 +02:00
torusrxxx
82ba40e6ec
Show XMM floating-point value in info box
2020-06-04 17:50:45 +02:00
Duncan Ogilvie
6f5e786a54
DBG: improve function analysis and introduce loop analysis
...
Thanks to DefCon42 for help on the backedge algorithm!
2020-06-04 17:26:47 +02:00
Duncan Ogilvie
5ab09dae92
DBG: add parent in function API to support function chunks
2020-06-04 17:26:47 +02:00
Duncan Ogilvie
bb49270921
DBG: show progress in status bar when downloading symbols
2020-06-04 17:26:47 +02:00
Duncan Ogilvie
0b056c075b
PROJECT: update release script to copy PDB files for archiving reasons
2020-06-04 17:26:47 +02:00
Duncan Ogilvie
23d788734a
GUI: fix displaying of certain loop/argument configurations
2020-06-04 17:26:47 +02:00
Duncan Ogilvie
7bdec6f195
GUI: implement context menus for adding/deleting loops
2020-06-04 17:26:47 +02:00
Duncan Ogilvie
b9b8e52c4e
DBG: improve loop API
2020-06-04 17:26:42 +02:00
Duncan Ogilvie
2b9fc285c8
DBG: minor fixes with iterators and erasing
2020-06-04 17:25:50 +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
430ea53876
BRIDGE: allow optional parameters for DbgLoopGet
2020-06-04 17:25:50 +02:00
Duncan Ogilvie
9c3e5ec5ff
DBG: truncate labels in LabelGet
2020-06-04 17:25:50 +02:00
Duncan Ogilvie
33403df92b
DBG: improve working set mitigation
2020-06-04 17:25:50 +02:00
Duncan Ogilvie
d2f19c334d
DBG: properly truncate the page info
2020-06-04 17:25:50 +02:00
Jack Reez
193eb52ef5
GUI: Some icons updated.
...
2 Icons added && 2 Icons changed.
2020-06-03 11:50:06 +02:00
Jack Reez
484d9289bb
GUI: Sanitizing input expression before assemble.
...
BUG: When assembling an instruction, if we copy and paste an instruction from somewhere with whitspaces [ \r\n] it results in invalid parsing in asmjit engine selected and throws an error as "Error writing to memory".
SCENARIO: Copy and pacste an instruction from a text editor with a newline prefix to the assemble dialog and try to assemble.
If there is newline in the prefix the validation don't even care about the expression after the newline prefix.
2020-06-03 11:49:57 +02:00
Granville Schmidt
3cf3a3c233
Updated link to TitanEngine
...
Signed-off-by: Granville Schmidt <granville.schmidt@gmail.com>
2020-05-24 16:37:05 +02:00
Torusrxxx
6043dcf5a6
Allow stopping run trace when not debugging ( #2326 )
2020-05-15 12:31:12 +00:00
Duncan Ogilvie
5507b46dc4
DBG: error message improvement in cbDebugPause + minor project fixes
2020-05-09 22:40:45 +02:00
Serhii Suprun
7b2e62ccd2
added two new columns to trace browser with values of changed registers and memory
2020-04-29 23:29:22 +02:00
Duncan Ogilvie
9d49c67a75
PROJECT: update release.bat to include the new loaddll.exe
2020-04-28 00:32:21 +02:00
Duncan Ogilvie
8dd8026d55
DBG: remove a check that has been proven stable in MemoryReadSafePage
2020-04-28 00:25:50 +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
434ef31a05
PROJECT: minor fixes in vcproj files
2020-04-25 22:14:05 +02:00
Duncan Ogilvie
3e8b9682bf
GUI: save entire block preference
2020-04-20 11:42:13 +02:00
Duncan Ogilvie
2bd139d89f
DBG: fix regression related to hardware breakpoint storage
2020-04-12 18:02:40 +02:00