Duncan Ogilvie
a0ec113979
Simplify and improve process creation handling
...
Delays the CB_CREATEPROCESS callback until after the main thread is created
2021-06-14 16:26:32 +02:00
Duncan Ogilvie
e0ed301085
Merge pull request #2661 from torusrxxx/patch000000bf
...
Break when there is an error in conditional breakpoint or tracing
2021-06-12 12:04:39 +02:00
Duncan Ogilvie
061b9428ea
Merge pull request #2673 from thejanit0r/patch-1
...
hActiveThread is now being updated in cbDebugEvent (Issue #2663 )
2021-06-12 12:02:56 +02:00
the_janitor
71ee2aa12d
hActiveThread is now being updated in cbDebugEvent (Issue #2663 )
2021-06-12 06:37:58 +02:00
torusrxxx
c1b9464884
Allow the user to cancel reloading plugin
2021-05-11 18:32:27 +08:00
torusrxxx
fc59b0919b
Break when there is an error in conditional breakpoint or tracing
2021-05-11 18:20:47 +08:00
Duncan Ogilvie
2ed439677e
Show ordinal names in the undecorated symbol column
...
Thanks to @dmex for the suggestion
2021-05-08 14:06:57 +02:00
Duncan Ogilvie
e608f9346c
Merge pull request #2646 from torusrxxx/patch000000be
...
Fix QMetaObject::connectSlotsByName: No matching signal for on_txtAsc…
2021-04-18 14:50:30 +02:00
torusrxxx
a96e88b7c6
Fix QMetaObject::connectSlotsByName: No matching signal for on_txtAscii_clicked()
2021-04-18 10:47:35 +08:00
Duncan Ogilvie
18b949ee51
Merge pull request #2645 from morsisko/fix_call_stack_column_sort
...
GUI: Disabled possibilty to sort content in call stack tab, fixed #2637
2021-04-17 18:19:17 +02:00
morsisko
600b195457
GUI: Disabled possibilty to sort content in call stack tab, fixed #2637
2021-04-17 16:20:19 +02:00
Duncan Ogilvie
b29aba22f6
Merge pull request #2506 from ioncodes/nt-status-code
...
Implement NT status codes for EAX
2021-04-16 13:26:28 +02:00
Layle
f5e51a665c
Implement NT status codes for EAX
2021-04-16 13:03:58 +02:00
Duncan Ogilvie
a896e3e16c
Merge pull request #2619 from eltociear/patch-1
...
Fix typo in TraceBrowser.cpp
2021-04-16 10:43:01 +02:00
Duncan Ogilvie
236dd4fa5a
Merge pull request #2631 from Yakov5776/development
...
Add an Option to hide seasonal icons
2021-04-16 10:42:10 +02:00
Duncan Ogilvie
193f46bee8
Merge pull request #2641 from torusrxxx/patch000000bd
...
Correct mask register display for "vaddps zmm1{k2},zmm2,zmm3"
2021-04-16 10:40:52 +02:00
Duncan Ogilvie
d084dc48a5
Merge pull request #2627 from torusrxxx/patch000000bb
...
UI improvements
2021-04-16 10:39:36 +02:00
torusrxxx
ce3269b931
Correct mask register display for "vaddps zmm1{k2},zmm2,zmm3"
2021-04-14 11:14:43 +08:00
torusrxxx
99822d832b
Add copy menu to trace info box
2021-04-13 21:45:56 +02:00
Duncan Ogilvie
62c47cb3ab
Merge pull request #2634 from torusrxxx/patch000000bc
...
Add module name to import symbols
2021-04-13 21:43:25 +02:00
torusrxxx
2ca68df4a0
Add module name to import symbols
2021-04-10 18:25:13 +08:00
Yakov5776
75d70b545b
Only show checkbox when seasonal
2021-04-06 14:52:26 -04:00
Yakov5776
ad208cdf31
Add isSeasonal()
2021-04-06 14:49:11 -04:00
Yakov5776
cbb4269488
Move position of setChecked
2021-04-06 14:34:27 -04:00
Yakov5776
49bfc2f37f
Fix Name
2021-04-05 19:43:45 -04:00
Yakov5776
7331e3b1aa
Register checkbox events
2021-04-05 19:15:14 -04:00
Yakov5776
2f3f4b20a6
Add an Option to hide seasonal icons
2021-04-05 18:51:44 -04:00
Duncan Ogilvie
654f1195b3
DBG: Fix a minor correctness issue in the utf8 and utf16 expression functions
2021-04-05 01:52:12 +02:00
Duncan Ogilvie
d6d3b740e2
GUI: Fix hex byte stream implementation in the HexEditDialog
2021-04-05 01:51:50 +02:00
torusrxxx
997072a9f6
Add splitter to patch dialog
2021-04-04 14:02:45 +08:00
torusrxxx
6216125222
Hide sidebar area in graph mode
2021-04-04 13:42:26 +08:00
torusrxxx
7810eb369c
Apply action to entire selection (SymbolsView)
2021-04-04 13:18:47 +08:00
Duncan Ogilvie
2b88320423
Merge pull request #2623 from torusrxxx/patch000000ba
...
enhance the FPU support for trace info box and trace registers view
2021-04-03 20:28:32 +02:00
torusrxxx
eb2a20a359
don't use uint8_t (???)
2021-04-01 23:05:20 +08:00
torusrxxx
9546ce84f3
add imports.h
2021-03-31 21:47:04 +08:00
torusrxxx
9266ece108
increase output precision for FPU register in info box
2021-03-31 20:51:49 +08:00
torusrxxx
a0ca41465e
enhance the FPU support for trace info box and trace registers view
2021-03-31 20:43:47 +08:00
Duncan Ogilvie
ba891068dd
Merge pull request #2620 from torusrxxx/patch000000b9
...
Allow registers to be resized smaller & use default scrollbar style
2021-03-28 17:25:52 +02:00
torusrxxx
af3c415f22
Allow registers to be resized smaller & use default scrollbar style
2021-03-28 20:56:48 +08:00
Ikko Ashimine
562f16b8ed
Fix typo in TraceBrowser.cpp
...
occured -> occurred
2021-03-28 15:36:54 +09:00
Duncan Ogilvie
c12eb532c7
Merge pull request #2430 from xenocidewiki/exprfunc
...
New system for expression functions
2021-03-24 22:42:00 +01:00
xenocidewiki
dceea084c2
Added support for any value types and done some improvements
2021-03-24 21:07:27 +00:00
xenocidewiki
91a1b9d766
Add check to not evaluate expressions that don't make sense
2021-03-23 23:46:21 +00:00
Duncan Ogilvie
b0271eb268
DBG: Add kusd() expression function
2021-03-23 19:06:51 +01:00
Duncan Ogilvie
d6c168c25e
Implement type-safe expression functions
2021-03-21 02:51:48 +01:00
xenocidewiki
3ab89502cd
DBG: New expression function plugin system, string support
2021-03-20 23:46:41 +00:00
Duncan Ogilvie
0227d478ee
Merge pull request #2616 from eltociear/patch-1
...
LAUNCHER: fix typo in x64dbg_launcher.cpp
2021-03-20 10:23:37 +01:00
Ikko Ashimine
bde926e5a9
LAUNCHER: fix typo in x64dbg_launcher.cpp
...
occured -> occurred
2021-03-20 16:22:55 +09:00
Yakov5776
19069dcff8
Add Icon to themes + Dark TitleBar ( #2611 )
...
* Add Icon to themes
* Fix formatting
* Dark Titlebar Test
* Fix Formatting
* Hopefully fixed errors
* Test Dark-Mode
* Potentially fix issue
* Try linking library
* Test Dark-Mode (Round 2)
* Fix Formatting
* Test Dark-Mode (Round 3)
* Working Dark Titlebar
* Fixed Icon on toolbar
* Exclude .vscode/ Directory
* Dark Mode Config: Bool -> Int
* Made error not sound backwards
* Some updates to dark title bar
* Fix crash in 32-bit
* Get Windows 10 NtBuildNumber from KUSER_SHARED_DATA instead
* Add hack that fixed the redrawing issue
Co-authored-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
2021-03-19 16:47:35 +01:00
Duncan Ogilvie
4feff86822
Merge pull request #2610 from torusrxxx/patch000000b8
...
Add copy menu actions to trace register view
2021-03-19 10:35:47 +01:00