1
0
Fork 0
Commit Graph

3599 Commits

Author SHA1 Message Date
Duncan Ogilvie 49c87f21d3 Remove folder from DLL breakpoints 2024-10-07 22:54:09 +02:00
Duncan Ogilvie bb54515ef2 Removed redundant BpUpdateDllPath 2024-10-07 22:41:00 +02:00
Duncan Ogilvie dc120752c8 Update ModHashFromName to always lowercase first 2024-10-07 22:40:59 +02:00
Duncan Ogilvie 6e976ab67b Introduce reusable TLS in x64dbg.dll 2024-10-07 22:40:57 +02:00
Duncan Ogilvie 5ec6023cac Potential fix for crash with DLL breakpoints 2024-10-07 21:30:11 +02:00
Duncan Ogilvie 3a9883edb8
Merge pull request #3439 from torusrxxx/patch000000e1
Use LayoutDirectionAuto to fix RTL issues
2024-10-07 16:00:44 +02:00
Duncan Ogilvie 75912707f1
Merge pull request #3438 from torusrxxx/patch000000e0
Fix "scriptcmd call label" when script is not running
2024-10-07 15:59:42 +02:00
Duncan Ogilvie 60508501fd Fix warnings on latest MSVC 2024-10-03 12:06:47 +02:00
Duncan Ogilvie bcf50752be Fix compilation error on permissive-
Closes #3447
2024-10-03 12:06:13 +02:00
torusrxxx e83af8f552
Fix race condition and fix WriteFile failure not reported 2024-09-15 23:47:41 +08:00
torusrxxx 1099586326
Add silentRet argument to scriptrun 2024-09-15 23:31:45 +08:00
torusrxxx 45ac810346
disable changing layout of CPU widget in RTL 2024-09-12 12:25:59 +08:00
torusrxxx 7a3602362e Use LayoutDirectionAuto to fix RTL issues 2024-09-12 00:01:37 +08:00
Duncan Ogilvie e686e7d1f1 Attempt to fix elusive size restore bug 2024-09-10 15:29:03 +02:00
torusrxxx 8eff4cd581
Fix "scriptcmd call label" when script is not running 2024-09-09 17:45:17 +08:00
Duncan Ogilvie 74c6d2a579
Merge pull request #3427 from foralost/#3397_Setting_comment_does_not_show
Loading current graph in GUI_UPDATE_GRAPH_VIEW
2024-09-07 15:21:11 +02:00
Duncan Ogilvie 7dd1cd34f2
Merge pull request #3425 from G3ph4z/issue_3409
Add option to copy selection bytes only
2024-08-30 14:56:11 +02:00
G3ph4z cf8f1f8cd9 Add option to copy selection bytes only 2024-08-27 21:55:25 +02:00
Duncan Ogilvie 2b5c64f54d Remove 16k log limit for breakpoint logs 2024-08-27 01:43:39 +02:00
Duncan Ogilvie f6ffafe4c1 Simplify string expression function code 2024-08-27 00:37:22 +02:00
Duncan Ogilvie 70afe74f06 Fix a buffer overflow when formatting big strings 2024-08-27 00:36:14 +02:00
Duncan Ogilvie 9b44d869cd Remove unused name 2024-08-26 18:41:02 +02:00
Duncan Ogilvie bb67add10c Allow missing translations 2024-08-26 18:31:09 +02:00
foralost 49ba6f2dce Loading current graph in GUI_UPDATE_GRAPH_VIEW 2024-08-24 20:21:51 +02:00
Duncan Ogilvie f361ef3f82 Improve memory map reselection after sorting 2024-08-24 20:15:13 +02:00
Duncan Ogilvie 5e9425045d Remove debug print 2024-08-24 20:07:51 +02:00
Duncan Ogilvie 5a4d63948b
Merge pull request #3426 from foralost/#3142_Remove_PidInHex_PID_in_decimal
Removing PidTidInHex, keeping PID/TID in dec
2024-08-24 20:05:18 +02:00
Duncan Ogilvie ab1f2938a1
Merge pull request #3291 from foralost/3280_Selection_shifts_MMap
#3280: Selection shifts when MemoryMap is updated
2024-08-24 19:57:00 +02:00
Duncan Ogilvie 90eb29e648 Simplify re-selection logic in memory map 2024-08-24 19:37:22 +02:00
foralost 67118fef3e Removing PidTidInHex, keeping PID/TID in dec 2024-08-24 15:52:16 +02:00
Duncan Ogilvie 04529719dc
Merge pull request #3415 from torusrxxx/patch000000fd
Find pattern in trace dump
2024-08-24 12:55:08 +02:00
Duncan Ogilvie be8d99fa1a
Merge pull request #3421 from torusrxxx/patch000000fe
Allow GuiFocusView to also focus on memmap,symbols and threads
2024-08-24 12:54:53 +02:00
Duncan Ogilvie a6f44c1088
Merge pull request #3424 from torusrxxx/patch000000ff
Add mulhi, popcnt, lzcnt general purpose instructions
2024-08-24 12:54:37 +02:00
Duncan Ogilvie 94603b083d Follow operands in disassembly on double click when appropriate 2024-08-24 02:26:25 +02:00
Duncan Ogilvie 8f15ac0d74 Automatically reload the symbols when the module is already selected 2024-08-24 02:24:56 +02:00
Duncan Ogilvie 464349de50 Implement support for RUNTIME_FUNCTION_INDIRECT 2024-08-24 01:54:28 +02:00
torusrxxx 59f131c1c2
Add mulhi, popcnt, lzcnt general purpose instructions 2024-08-21 23:11:50 +08:00
foralost 5940e38e13 Holding selection in MemoryMap 2024-08-18 16:25:06 +02:00
torusrxxx 32c886d916
Allow GuiFocusView to also focus on memmap,symbols and threads 2024-08-17 15:20:47 +08:00
torusrxxx ec75ba8d66
Fixed a bug that disallows following byte operand in trace 2024-08-12 22:48:49 +08:00
torusrxxx ff86921e36
Optimize dump building speed, add Address function to avoid copying registers just to get EIP 2024-08-12 20:49:26 +08:00
torusrxxx b9fa839efb
Dump load time statistics 2024-08-12 18:44:08 +08:00
torusrxxx 79b5c9789a
Elapsed time of searching 2024-08-10 21:26:41 +08:00
torusrxxx 2e8f3e3dc3 Find pattern in trace dump 2024-08-07 11:26:52 +08:00
Duncan Ogilvie bd3c2a41ed Compile correctly regardless of the UNICODE macro 2024-08-06 17:52:21 +02:00
Duncan Ogilvie 633a864c9c Move tests to a separate folder 2024-08-06 17:52:20 +02:00
Duncan Ogilvie d8cf398b41
Merge pull request #3405 from torusrxxx/patch000000fb
Use 32-bit trace index to save memory
2024-08-05 13:42:09 +02:00
Duncan Ogilvie 5a127fc4e8
Merge pull request #3406 from torusrxxx/patch000000fc-1
Remove high DPI modes incompatible with windows dialog
2024-08-05 13:41:51 +02:00
Duncan Ogilvie 6da4a30244 Fix freeze in debug mode because of bad assert 2024-08-05 13:39:15 +02:00
Duncan Ogilvie 938138072a Fix undefined behavior when creating breakpoints
This manifests when compiling with VS2022
2024-08-04 12:26:06 +02:00