1
0
Fork 0
Commit Graph

5637 Commits

Author SHA1 Message Date
torusrxxx 8eb501713b Allow using k0 register 2025-03-24 12:38:10 +08:00
torusrxxx ca93f483fc Add support for AVX512 2025-03-24 12:38:10 +08:00
Duncan Ogilvie c2204b8431
Merge pull request #3544 from torusrxxx/patch000000f7
Add dump support for half float
2025-03-23 21:13:46 +01:00
torusrxxx f2ee27b732
Add dump support for half float 2025-03-21 15:55:10 +08:00
Duncan Ogilvie 66ddb4198e
Merge pull request #3541 from x64dbg/torusrxxx-patch-2
Fix buffer overflow
2025-03-20 01:51:09 +01:00
Torusrxxx 5b2f5c4031
Update stringformat.cpp 2025-03-19 16:22:49 +00:00
Torusrxxx 04703952d6
Fix buffer overflow 2025-03-19 16:18:20 +00:00
Duncan Ogilvie d1670eef81 Fix spelling mistake 2025-03-17 02:55:28 +01:00
Duncan Ogilvie 4d2d0bd410 Cross-compilation example toolchain 2025-03-17 02:48:22 +01:00
Duncan Ogilvie 9b301b3c8d Fix compilation on MinGW (clang) 2025-03-17 02:32:14 +01:00
Duncan Ogilvie b57b134b35 Ignore clangd cache 2025-03-17 02:25:57 +01:00
Duncan Ogilvie 8adaab5db5
Merge pull request #3538 from x64dbg/vs2022-github-actions
Build with GitHub Actions
2025-03-17 02:07:45 +01:00
Duncan Ogilvie e8ffba6dcc Build with GitHub Actions 2025-03-17 01:32:11 +01:00
Duncan Ogilvie 53d1123e83 Split ModuleStdTable into header and sources to fix Q_OBJECT error 2025-03-16 23:14:28 +01:00
Duncan Ogilvie 2cfccf8d5e Fix translation errors 2025-03-16 18:03:09 +01:00
G3ph4z c113b20c4d fix: Always update the example text bg color 2025-03-15 20:17:30 +01:00
Duncan Ogilvie 1d3aa9b407 Add --force flag to windeployqt 2025-03-15 15:52:15 +01:00
Duncan Ogilvie 71ad2a6bb7 Add deprecation notices 2025-03-15 15:52:15 +01:00
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