1
0
Fork 0
Commit Graph

5669 Commits

Author SHA1 Message Date
G3ph4z 0939434287 reformat: DlgConfigurations checkbox text 2025-03-03 23:42:54 +01:00
G3ph4z 1218421857 fix: DlgConfigurations size 2025-03-03 23:16:03 +01:00
Duncan Ogilvie 88f0f95b7b Fix BPTrivial implementation
Closes #3531
2025-03-03 18:27:38 +01:00
G3ph4z 1c9d49af8c fix: Code format 2025-03-02 20:29:25 +01:00
G3ph4z 0c4d84d0b2 feat: New configuration dialog
It should solve the following issues: #1640 #3138
2025-03-02 20:27:04 +01:00
Fiete Minge 80db270bba
Add mem.cmp Expression Function for Memory Comparison (#3526) 2025-02-25 14:13:02 +01:00
Whindmar Saksit a3a96b71e4
Show launcher on first launch after installing
This avoids having to re-start x96dbg on first run.
2025-02-14 15:13:21 +01:00
Duncan Ogilvie 0beed2c4f1 One-click running in CLion 2025-01-24 02:06:03 +01:00
Duncan Ogilvie 1cebb489d7
Merge pull request #3413 from x64dbg/cmake-project
CMake project
2025-01-21 22:12:36 +01:00
Duncan Ogilvie f6841ac11a Initial working cmkr project 2025-01-21 21:50:09 +01:00
Duncan Ogilvie 794669930c Make $$PWD explicit in the qmake project file
One some systems this variable is not expanded correctly as-is.
2025-01-21 21:45:35 +01:00
Duncan Ogilvie 0c633063dc Add SetMemoryRangeBPX command
#1513
2025-01-17 12:38:58 +01:00
Duncan Ogilvie 1fa446406d Replace \r\n before \n in LogView 2025-01-17 12:37:34 +01:00
Duncan Ogilvie 847765e935 Fix plugin subdirectories
https://github.com/orgs/x64dbg/discussions/3486
2025-01-17 12:37:15 +01:00
Duncan Ogilvie 866f485e58 Define NOMINMAX 2025-01-06 23:18:57 +01:00
Duncan Ogilvie 5e612848b1 Uncapitalize msdia headers 2025-01-06 22:06:44 +01:00
Duncan Ogilvie d3869c48f9 Include ntdll.h in _global.h to streamline things 2025-01-06 21:05:09 +01:00
Duncan Ogilvie 4fdaf95a62 Fix a bug where plugin dependencies would not load
Closes #3496
2024-12-21 16:58:19 +01:00
Duncan Ogilvie 63fcd8eb9d Remove the shortcut while clearing the menu
Closes #3488
2024-12-21 16:56:53 +01:00
Duncan Ogilvie cf1f70cd8a More contextual help information for breakpoints and tracing
#1450
2024-12-16 22:09:58 +01:00
Duncan Ogilvie 7493e42db3 Big fixes 2024-12-13 02:25:32 +01:00
Duncan Ogilvie b3240b20e3
Merge pull request #3485 from not6/patch-2
Fix log redirection errors
2024-12-10 04:24:00 +01:00
not6 e21c524c1e
Fix log redirection errors 2024-12-09 07:07:17 +01:00
Duncan Ogilvie 9cf11130aa Move structures out of ntdll.h and prefix them with WIN11_ 2024-12-01 15:12:32 +01:00
Duncan Ogilvie 788654081c
Merge pull request #3478 from devjeonghwan/development
Update heap enumeration in Windows 11 24H2
2024-12-01 15:11:49 +01:00
Duncan Ogilvie 8623229e4e
Merge pull request #3475 from not6/patch-1
Fix wrong BpToBridgeHwSize return value
2024-12-01 14:59:41 +01:00
Duncan Ogilvie 46f51ca1e5 Set return type of BpToBridgeHwSize to BPHWSIZE 2024-12-01 14:59:21 +01:00
devjeonghwan 4496de564b Remove unnecessary paddings 2024-11-29 22:31:02 +09:00
devjeonghwan 7358d33aaf Format the code 2024-11-29 22:07:26 +09:00
devjeonghwan 09eb43cf0f Fix heap enumerate problem on Windows 11 24H2 2024-11-29 21:57:43 +09:00
not6 edb11ee80b
Fix wrong BpToBridgeHwSize return value
Fixes #3474
2024-11-27 18:47:11 +01:00
Duncan Ogilvie 9785d1a62e Add name of the edited register to the window title
https://github.com/orgs/x64dbg/discussions/3459
2024-10-18 19:03:52 +02:00
Duncan Ogilvie 668c8cf7fa Add funding manifest url 2024-10-18 14:30:25 +02:00
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 c9dbe9e5bd Improve format.bat script 2024-10-07 15:57:22 +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