1
0
Fork 0
Commit Graph

5669 Commits

Author SHA1 Message Date
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
Duncan Ogilvie 8ba12cb8a5
Merge pull request #3429 from G3ph4z/update_setenv
Update setenv.bat with the correct paths
2024-08-28 14:48:24 +02:00
G3ph4z cf8f1f8cd9 Add option to copy selection bytes only 2024-08-27 21:55:25 +02:00
G3ph4z 04a8252016 Update setenv.bat with the correct paths 2024-08-27 17:11:34 +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 625b28823a Move AStyleHelper to the .github folder 2024-08-06 17:52:20 +02:00
Duncan Ogilvie 382f4b227d Recreate .gitignore 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
torusrxxx 1179bb6f5b
Add follow in dump in trace disassembly and registers 2024-08-03 13:38:11 +08:00
Torusrxxx c5c5288a9e
Remove high DPI modes incompatible with windows dialog 2024-08-01 04:27:56 +00:00
torusrxxx bd8ee411fc
Use 32-bit trace index to save memory 2024-08-01 12:21:41 +08:00
Duncan Ogilvie 0452682e7a Support newlines in format strings 2024-07-30 02:06:03 +02:00
Duncan Ogilvie e0c6f4c335 Inline all DBGFUNCTIONS as lambdas 2024-07-28 16:54:43 +02:00
Duncan Ogilvie 8698e713ed Remove typedefs from DBGFUNCTIONS 2024-07-28 16:35:57 +02:00
Duncan Ogilvie f4804c03bf
Merge pull request #3317 from x64dbg/breakpoint-file-logging
Breakpoint file logging
2024-07-28 16:20:53 +02:00
Duncan Ogilvie 947d1f97bd Add hidden [Engine].TruncateBreakpointLogs setting 2024-07-28 16:18:11 +02:00
Duncan Ogilvie 18ae8e63d4 Add reference counting for breakpoint log files 2024-07-28 16:14:27 +02:00
Duncan Ogilvie ae78031860 Add StringUtils::ToLower 2024-07-28 16:14:27 +02:00
Duncan Ogilvie c47ceecc2c Switch to using getBpIdentifier everywhere in the GUI 2024-07-28 16:14:27 +02:00
Duncan Ogilvie a129e0d199 Make bpf_enabled read-only for now 2024-07-28 16:14:27 +02:00