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
Duncan Ogilvie
a2867af839
DBG: I fixed it Brit
2020-04-10 03:59:03 +02:00
Duncan Ogilvie
c139a94c08
GUI: add simple 'Find references to region' in memory map
2020-04-10 03:58:43 +02:00
Duncan Ogilvie
99f7d096a8
DBG: refresh the gui in some previously untested scenarios
2020-04-02 00:16:47 +02:00
Duncan Ogilvie
3a253248e5
DBG: finally properly implement setBpActive for hardware breakpoints
2020-04-02 00:16:47 +02:00
Duncan Ogilvie
9c6710094e
GUI: don't allow inactive breakpoints to be enabled/disabled
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
3308fbfc22
GUI: always delete breakpoints by identifier if possible
2020-04-02 00:16:46 +02:00
Duncan Ogilvie
5a6817680a
DBG: change order of breakpoint name and custom breakpoint identifier syntax in BpGet
2020-04-02 00:16:46 +02:00
Duncan Ogilvie
d2c62e69c2
DBG: move DbLoad from cbCreateProcess to before entering the debug loop
...
fixes #2296
2020-02-23 16:24:23 +01:00
Duncan Ogilvie
6745514e31
DBG: improvements to initialization script experience
2020-02-23 16:01:29 +01:00
Duncan Ogilvie
6407b2b063
GUI: further improve performance of reference searching
...
Fixes #2287
2020-02-11 00:57:14 +01:00
Duncan Ogilvie
1774ba1f89
DBG: call reference update less frequently
2020-02-10 03:10:35 +01:00
Duncan Ogilvie
aac246b27f
GUI: improve performance of ReferenceView API
...
closes issue #2281
2020-02-10 03:10:31 +01:00
Duncan Ogilvie
1de5313e58
GUI: make more methods thread-safe in SearchListView and StdSearchListView
2020-02-10 02:35:28 +01:00
Duncan Ogilvie
dbb1f57148
GUI: some TODO comments for AbstractTableView
2020-02-10 02:35:28 +01:00
Duncan Ogilvie
a75cc25710
GUI: make more methods thread safe in AbstractTableView
2020-02-10 02:35:28 +01:00
Duncan Ogilvie
992e6d2374
GUI: introduce MethodInvoker utility
2020-02-10 02:35:21 +01:00
Duncan Ogilvie
472a8160dd
DBG: CloseHandle on the AeDebug event
2020-02-10 02:35:13 +01:00
Duncan Ogilvie
479ea5eec6
GUI: minor improvements to AbstractTableView
2020-02-10 02:35:04 +01:00
Duncan Ogilvie
15d7924e88
DBG: update TitanEngine
...
451c85e465
2020-01-21 20:31:24 +01:00
Duncan Ogilvie
063ce31ec6
DBG+GUI: improve disassembly navigation
...
closes #1226
2020-01-16 15:49:52 +01:00
Duncan Ogilvie
e20cd71549
DBG: fix a race condition with a cached context in _dbg_getregdump
...
closes #2248
2020-01-16 15:25:48 +01:00
Duncan Ogilvie
d3ee95d6ba
GUI: fix a bug in the LineEditDialog, where not editing the text made the text look empty for the user
...
closes #2273
2020-01-15 21:40:35 +01:00
Duncan Ogilvie
f7f7a2f463
DBG: attempt to undecorate more symbols based on other prefixes
...
closes #2268
2020-01-08 01:39:49 +01:00
Duncan Ogilvie
6cab250906
GUI: double click in trace browser now follows in disassembly
2020-01-08 01:34:50 +01:00
Duncan Ogilvie
3925d4281a
GUI: improve disassembly reference menu
2020-01-08 01:34:50 +01:00
Duncan Ogilvie
62ada1d4ca
GUI: ctrl+alt+left/right from the dump now work in the disassembly
2020-01-08 01:34:49 +01:00
Duncan Ogilvie
f70d780219
GUI: show weird selections in the GUI
2020-01-08 01:34:49 +01:00
Duncan Ogilvie
ebf3db1095
DBG: add forgotten CBSELCHANGED in pluginload
2020-01-08 01:34:49 +01:00
Duncan Ogilvie
9d3775b98d
BRIDGE: refresh memory view and trace browser in GuiUpdateAllViews
2020-01-08 01:34:49 +01:00
Duncan Ogilvie
293d54f9d9
GUI: improve 'go to' menu in DisassemblerGraphView
2020-01-08 01:34:38 +01:00
Duncan Ogilvie
dcc77c5071
GUI: fix bug in the graph view where debugge exit doesnt clear the state
2020-01-08 01:34:02 +01:00