Leet
de527241cd
Merge branch 'x64dbg:development' into development
2023-10-31 15:49:53 +00:00
Habip Akyol
a2594cf1f9
Fix typo in CPUMultiDump.cpp
2023-10-31 13:30:37 +03:00
Duncan Ogilvie
0f54d5ebcd
Merge pull request #3261 from ruslangaripov/fix_a_typo
...
Fix a typo
2023-10-30 18:20:49 +01:00
Ruslan Garipov
d52466f981
Fix a typo
...
Signed-off-by: Ruslan Garipov <ruslanngaripov@gmail.com>
2023-10-30 22:00:03 +05:00
Marek Szwajka
4945c36e85
Formatting
2023-10-30 11:18:25 +01:00
foralost
0f39191c9d
Fixing character skipping
2023-10-30 10:54:33 +01:00
foralost
81d72252a8
Formatting
2023-10-29 23:39:57 +01:00
foralost
c122eb9e1d
Limited window size and dynamic height of errorLabel
2023-10-29 23:26:57 +01:00
Duncan Ogilvie
b0392eda1c
Merge pull request #3240 from HayFieldLaps/find-pattern-ranges
...
Find Pattern searches now begin at start of current region
2023-10-28 15:17:38 +02:00
Duncan Ogilvie
d0fb3a0b88
Merge pull request #3250 from shocoman/fix-edit-bp-dialog-bug
...
Fixed a bug in the Edit Breakpoint dialog that might erase double quotes
2023-10-28 15:17:21 +02:00
Duncan Ogilvie
cb31cbd83b
Merge pull request #3251 from lhmouse/development
...
Make error messages clearer if x96dbg fails to open a file
2023-10-28 15:16:55 +02:00
Duncan Ogilvie
99f5e93592
Merge pull request #3239 from stdust/patch-1
...
Update HexEditDialog.ui
2023-10-28 15:16:28 +02:00
LIU Hao
e9dfe3020e
Make error messages clearer if x96dbg fails to open a file
...
When x96dbg failed to open a file, it displayed a message box with the path as the message and a reason string as the caption. This looks weird, as the caption conveys useful information but it can usually be truncated.
We should display the reason string as the message, and the path as the caption instead.
2023-10-27 00:17:32 +08:00
shocoman
98d08ce826
Make the Edit Breakpoint dialog resizable horizontally
2023-10-26 02:08:23 +07:00
shocoman
17bd183de2
Fixed a bug in the Edit Breakpoint dialog that might erase double quotes
...
#3248
2023-10-26 02:08:07 +07:00
Leet
89aee8ad5b
Use gender neutral language
2023-10-24 15:59:18 +00:00
dad
7dade58481
Add Start from Selection
2023-10-23 11:10:59 -06:00
torusrxxx
be9d09040a
Add browse in explorer action in trace view
2023-10-17 11:19:29 +08:00
dad
ca637fad33
Find Pattern searches now begin at start of current region
2023-10-12 10:37:51 -06:00
stdust
e5dba0ad63
Update HexEditDialog.ui
2023-10-11 15:43:04 +09:00
stdust
3409444e33
Update HexEditDialog.u
...
HexEditDialog's tab orders have been assigned to code for less frequently used codepages and to keep size, etc
so unnecessary tab orders should be deleted
2023-10-11 15:25:03 +09:00
torusrxxx
8dd134f524
Add DisableTraceDump setting and clean up
2023-10-07 16:58:51 +08:00
torusrxxx
07fbd1a9af
Fixed persistent crash at registerMenuBuilder; adjust menu order; fix hash msgbox
2023-10-07 12:28:32 +08:00
torusrxxx
8700a5cdb5
Remove placeholder tab, add context menu in trace manager
2023-10-06 21:58:05 +08:00
Duncan Ogilvie
a4be9f87f5
Merge pull request #3234 from x64dbg/handle-anti-debug
...
Fix an anti-debug trick used by GuLoader
2023-10-05 13:33:02 +02:00
Duncan Ogilvie
56ee888a0b
Merge pull request #3233 from x64dbg/fix-3198
...
Fix #3198 : Implement GuiSelectionSet for GUI_MEMMAP
2023-10-05 13:27:27 +02:00
Duncan Ogilvie
3e1b3d61bc
Merge pull request #3231 from torusrxxx/torusrxxx-patch-1
...
Fix QObject::connect: No such slot SourceView::followDisassemblerSlot()
2023-10-05 13:26:56 +02:00
Duncan Ogilvie
ffb6de5b56
Fix an anti-debug trick used by GuLoader
...
Closes #2749
Closes #2504
2023-10-05 13:12:46 +02:00
ζeh Matt
f6c3e4219a
Fix #3198 : Implement GuiSelectionSet for GUI_MEMMAP
2023-10-03 21:37:08 +03:00
Torusrxxx
c589bb57c8
Fix QObject::connect: No such signal SourceView::showCpu()
2023-10-03 14:27:22 +00:00
Torusrxxx
6e1a5000e8
Fix QObject::connect: No such slot SourceView::followDisassemblerSlot()
2023-10-03 14:26:00 +00:00
torusrxxx
a9645df8e5
Fix crash in MenuBuilder getId again
2023-10-02 20:47:54 +08:00
torusrxxx
f75c4fd0df
Fixed closing trace tab
2023-10-02 12:38:41 +08:00
Duncan Ogilvie
bba369d607
Merge pull request #3219 from ZehMatt/plugin-dirs
...
Add support for plugins in sub directories
2023-10-01 22:38:42 +02:00
Duncan Ogilvie
437573276b
Fix a potential bug where a plugin handle is reused
2023-10-01 22:28:50 +02:00
Duncan Ogilvie
e3adaaac5d
Simplify pluginload and rename globals
2023-10-01 20:46:52 +02:00
Duncan Ogilvie
5628094e17
Merge pull request #3217 from HayFieldLaps/commandparser-network-path
...
commandparser handle UNC paths
2023-10-01 13:01:14 +02:00
dad
4ad555a509
commandparser handle UNC paths
2023-10-01 13:00:11 +02:00
Duncan Ogilvie
8820440f06
Merge pull request #3223 from shocoman/symbols-view-slowdown
2023-10-01 12:51:58 +02:00
Duncan Ogilvie
51e697b726
Merge pull request #3225 from HayFieldLaps/tabwidget-delete-on-close
...
free MHDetachedWindow on reattach
2023-10-01 12:49:21 +02:00
Duncan Ogilvie
56c3249e75
Merge pull request #3226 from HayFieldLaps/hexeditdialog-patch
...
Hide Keep Size QCheckBox from all but Binary Edit
2023-10-01 12:48:53 +02:00
torusrxxx
cd810ad72c
revert vcxproj changes
2023-09-26 18:23:39 +08:00
torusrxxx
34bdcb7a51
Fix memory access by first instruction not in trace
2023-09-26 18:04:15 +08:00
Torusrxxx
87ca72d3d1
Moved trace file reader to trace widget
2023-09-26 09:27:56 +00:00
dad
13bd1f3164
Hide Keep Size QCheckBox from all but Binary Edit
2023-09-22 12:50:38 -06:00
dad
335d94d2d9
free MHDetachedWindow on reattach
2023-09-22 11:58:01 -06:00
shocoman
b74f6b5d5d
SymbolView: Don't update fonts on each 'repaintTableView' event
2023-09-22 13:24:24 +07:00
ζeh Matt
68112f51da
Add plugin directory to the search path
2023-09-21 12:58:01 +03:00
ζeh Matt
e2b658f0a3
Fix file check
2023-09-21 12:46:31 +03:00
ζeh Matt
ce73e9cdf7
Warn the user about duplicate plugins
2023-09-21 11:49:47 +03:00