Duncan Ogilvie
|
2d2a2181a3
|
Fix sorting by symbol load status
Thanks to @mobile46 for finding the issue in #3313
|
2024-04-11 18:42:04 +02:00 |
|
Duncan Ogilvie
|
4c2573a456
|
Fix a few compiler warnings
|
2024-04-11 02:15:44 +02:00 |
|
Duncan Ogilvie
|
efebecf22e
|
Update debug engines
|
2024-03-27 00:20:54 +01:00 |
|
Duncan Ogilvie
|
f5a64f541e
|
Merge pull request #3314 from sid-38/trace_set_register
Set trace register value as current value
|
2024-03-19 00:50:10 +01:00 |
|
Duncan Ogilvie
|
a001c0783f
|
Simplify translations release script
|
2024-03-08 16:37:33 +01:00 |
|
Sidharth Anil
|
dca1d28eb6
|
Update TraceRegisters.cpp - Minor refactoring
|
2024-02-19 20:00:42 -06:00 |
|
Sidharth Anil
|
e2271e303a
|
Cleaning up code
|
2024-02-19 14:35:43 -06:00 |
|
Sidharth Anil
|
f0ad95732c
|
Bug fixes and code improvement
|
2024-02-19 14:23:16 -06:00 |
|
Sidharth Anil
|
01dae0666d
|
Add action to context menu appropriately
|
2024-02-19 00:45:55 -06:00 |
|
Sidharth Anil
|
80b86f9257
|
Add functionality to set saved trace reg val as current
|
2024-02-18 21:02:56 -06:00 |
|
Duncan Ogilvie
|
caa578a029
|
Add more descriptive error messages in the trace browser
|
2024-02-19 03:10:42 +01:00 |
|
Duncan Ogilvie
|
d08913bc54
|
Support copying in the StdTable with multiple items selected
|
2024-02-19 03:10:17 +01:00 |
|
Duncan Ogilvie
|
da43aca116
|
Fix a few compilation warnings in the GUI
|
2024-02-19 03:09:53 +01:00 |
|
Duncan Ogilvie
|
7a3851a607
|
Fix a bug in the vardel command
|
2024-02-19 03:08:45 +01:00 |
|
Duncan Ogilvie
|
a5f73b479f
|
Also implement the syscall.id expression function
|
2024-02-19 03:08:29 +01:00 |
|
Duncan Ogilvie
|
9e4c1a4d26
|
Add a syscall.name expression function
|
2024-02-19 02:29:08 +01:00 |
|
Duncan Ogilvie
|
517a855e9a
|
Refresh the table after reordering the columns
|
2024-01-07 18:19:59 +01:00 |
|
Duncan Ogilvie
|
f3cb3443d1
|
Print NTSTATUS value in info box
|
2024-01-06 21:23:08 +01:00 |
|
Duncan Ogilvie
|
c3642c35be
|
Fix a bug in zydis_wrapper
Introduced in #3192
|
2024-01-06 21:21:56 +01:00 |
|
Duncan Ogilvie
|
399b19f847
|
Keep loaddll running after the DLL is loaded
See #3294
|
2024-01-06 20:07:18 +01:00 |
|
Duncan Ogilvie
|
9c07d82dc8
|
Replace broken line breaking in goto dialog with tooltip
|
2024-01-06 01:31:19 +01:00 |
|
Duncan Ogilvie
|
a6e448b598
|
Truncate first line of disassembly popup to 100 characters
|
2024-01-06 01:30:36 +01:00 |
|
Duncan Ogilvie
|
ec9a2a2af1
|
Merge pull request #3300 from torusrxxx/patch000000fe
Save module party
|
2024-01-05 22:25:17 +01:00 |
|
Duncan Ogilvie
|
9f6d396c4e
|
Merge pull request #3298 from torusrxxx/patch000000fd
Add symbol online search to symbol view
|
2024-01-05 22:23:01 +01:00 |
|
torusrxxx
|
a006d75ee5
|
fix VS2013
|
2023-12-30 11:23:07 +08:00 |
|
torusrxxx
|
e30a70ad4d
|
Save module party
|
2023-12-29 20:36:50 +08:00 |
|
torusrxxx
|
8cb5459629
|
Add symbol online search to symbol view
|
2023-12-29 16:26:48 +08:00 |
|
Duncan Ogilvie
|
b683fc6a59
|
Merge pull request #3278 from foralost/3051_Switch__to_thread_handles
#3051: Follow a thread from handles window
|
2023-12-21 21:33:38 +01:00 |
|
Duncan Ogilvie
|
62129b426e
|
Merge pull request #3292 from foralost/3134_Highlight_mode_NOP
#3134: Avoiding having space in MnemonicNop instruction
|
2023-12-21 21:31:23 +01:00 |
|
foralost
|
9ed6033fb6
|
Avoiding having space in MnemonicNop instruction
|
2023-12-18 12:25:30 +01:00 |
|
Duncan Ogilvie
|
afb5ac45c5
|
Simplify the showthreadid command
|
2023-12-18 00:44:24 +01:00 |
|
foralost
|
ab9c28549a
|
Switch to Thread from Handles: getCellUserdata fix
|
2023-12-17 00:03:29 +01:00 |
|
foralost
|
0853cafadc
|
Merge branch 'x64dbg:development' into 3051_Switch__to_thread_handles
|
2023-12-16 15:51:39 +01:00 |
|
Duncan Ogilvie
|
81bc337e52
|
Implement getCellUserdata
|
2023-12-15 20:32:47 +01:00 |
|
Duncan Ogilvie
|
ee13290541
|
Add support for getCellUserdata in StdSearchListView
|
2023-12-15 20:32:47 +01:00 |
|
Duncan Ogilvie
|
04c5050015
|
Merge pull request #3285 from x64dbg/ui-lagging
Fix UI lagging
|
2023-12-04 17:45:57 +01:00 |
|
Duncan Ogilvie
|
e2093d2d89
|
Merge pull request #3283 from torusrxxx/patch000000fc
Double click to follow wndproc
|
2023-11-28 08:37:19 +01:00 |
|
Duncan Ogilvie
|
3eb2070c3a
|
Remove some performance bottlenecks from the memory map update
Thanks to @AnthonyPrintup for bringing this to my attention
|
2023-11-27 23:11:12 +01:00 |
|
Duncan Ogilvie
|
f56fa5ce23
|
Delay at least 100ms between individual UI updates
Thanks to @JustasMasiulis for the help!
|
2023-11-27 23:09:19 +01:00 |
|
torusrxxx
|
aa85488fe5
|
double click to follow window proc
|
2023-11-27 11:33:34 +08:00 |
|
foralost
|
911329e8e6
|
Keeping the style (nice icons) for the CallStackView
|
2023-11-26 18:16:02 +01:00 |
|
foralost
|
03baaa1ae3
|
Adding Follow in Threads option and setting the Thread ID
|
2023-11-26 18:15:45 +01:00 |
|
Duncan Ogilvie
|
b17fc86af7
|
Merge pull request #3281 from foralost/3238_File_does_not_exists_bracket
#3238: Escaping { from any command argument
|
2023-11-26 17:16:12 +01:00 |
|
Duncan Ogilvie
|
93ac4548f7
|
Merge pull request #3275 from torusrxxx/patch000000fb
fix No such signal in graph view
|
2023-11-26 17:13:17 +01:00 |
|
Duncan Ogilvie
|
03c6f3b6a5
|
Merge pull request #3277 from ZehMatt/optimize-pagerights
Optimize Page Rights UI
|
2023-11-26 17:12:35 +01:00 |
|
foralost
|
16fccbd2d4
|
God forgive me: Escaping { from file path for init
|
2023-11-26 11:02:05 +01:00 |
|
ζeh Matt
|
050c989dc3
|
Improve performance for deselection a large amount
|
2023-11-24 17:52:15 +02:00 |
|
ζeh Matt
|
218d784a7e
|
Optimize select all for the PageMemoryRights UI
|
2023-11-24 17:52:12 +02:00 |
|
torusrxxx
|
f8567b59f5
|
Modify various functions in graph view with const
|
2023-11-21 15:51:54 +08:00 |
|
torusrxxx
|
eff762460f
|
fix No such signal
|
2023-11-21 15:42:14 +08:00 |
|