Atvaark
c5cfa605e9
GUI: Hide 'Keep size' checkbox while binary filling ( #721 )
...
Fixes #706 .
2016-06-05 21:27:15 +02:00
Torusrxxx
98abebaf9b
Allow reordering the columns ( #719 )
...
* GUI: reorder the columns
* GUI: reorder the columns
2016-06-05 15:56:15 +02:00
Torusrxxx
ad11db8ab0
Resolve UI bug ( #715 ) and do not require restart on settings change ( #717 )
...
* GUI: resolve issue #715
initialize mWidths with zero
* GUI: restart is nolonger required
* GUI: restart is nolonger required
* GUI: restart is nolonger required
* GUI: restart is nolonger required
* GUI: restart is nolonger required
* GUI: restart is nolonger required
* GUI: allow auto-resize of settings dialog
2016-06-05 10:26:30 +02:00
Torusrxxx
7691213b90
GUI: intelligent nop recognition ( #718 )
...
looking good, thanks!
2016-06-05 10:25:21 +02:00
mrexodia
e2181da7a2
GUI: resolved issue #713 (build error on x32)
2016-06-04 18:04:16 +02:00
mrexodia
521ed96254
GUI: used CachedFontMetrics to improve performance on drawing unicode text (although it's still pretty wank)
2016-06-04 17:26:13 +02:00
mrexodia
505aea109e
GUI: implemented code page views in HexDump #629
2016-06-04 15:42:47 +02:00
mrexodia
022fc72579
GUI: RichTextPainter now supports variable-width fonts.
2016-06-04 13:01:48 +02:00
Yun Wei
36decf84e3
Added api to supress gui message + add set breakpoint on every command in reference view ( #710 )
...
* Added API to supress all gui repaint messages
* Added related command for scripts
* Added Set/Remove Breakpoints on all commands
2016-06-04 11:10:31 +02:00
mrexodia
cb0596139d
GUI: fixed copy selection
2016-06-03 22:16:29 +02:00
mrexodia
597298f90f
GUI: resolved issue #232 (copy in dump windows)
2016-06-03 21:34:41 +02:00
mrexodia
c801811184
GUI: jolly good fixes to various things
2016-06-03 16:44:24 +02:00
mrexodia
c4234d364a
GUI: resolved issue #701 (height of RegistersView not correct)
2016-06-03 15:03:39 +02:00
mrexodia
ee3e030886
DBG+BRIDGE+GUI+LAUNCER: manually merged pull request #705 (thanks to @wynick27)
2016-06-03 14:47:57 +02:00
mrexodia
a89c93c425
GUI: fixed warning in HexValidator
2016-06-03 10:53:08 +02:00
Atvaark
b6425a9c40
GUI: Implemented a custom QLineEdit ( #704 )
...
Fixes the ascii / unicode line edit behavior.
Allows overwrite mode by pressing the INSERT key.
2016-06-03 10:43:22 +02:00
mrexodia
8c0d2102e8
DBG+GUI: having fun with some control flow analysis
2016-06-02 13:23:46 +02:00
mrexodia
1a13962806
PROJECT: fixed various bugs (thanks to Coverity!)
2016-06-02 11:22:47 +02:00
mrexodia
d0b26970e4
GUI+PROJECT: resolved issue #454 (hidpi scaling should work now) + added badges
2016-06-02 10:18:59 +02:00
Torusrxxx
dc65ed0827
Translate patch dialog, and prepare for new export format ( #699 )
...
* Translate this file
and get prepared for exporting patches as C program source.
* Prepare for a new export format
2016-06-02 10:14:45 +02:00
mrexodia
cd0fe880da
DBG+GUI+PROJECT: switched to Qt 5.6.0 (check the wiki for an updated compile guide)
2016-06-02 09:46:54 +02:00
Torusrxxx
69aa29fd4a
Edit floating-point register dialog ( #695 )
...
* Edit floating-point register
* Edit floating-point register
* Edit floating-point register
* Edit floating-point register
* Edit floating-point registers
* Edit floating-point register
2016-06-02 06:27:42 +02:00
Torusrxxx
937a0a44cc
Allow resize of goto dialog ( #698 )
...
* Allow resize of Goto dialog
* Allow resize of goto dialog
2016-06-02 06:25:56 +02:00
mrexodia
cba29b0c08
DBG+GUI: resolved issue #470 (jump arrows for register instructions)
2016-05-31 07:44:28 +02:00
mrexodia
fd8f2d2239
GUI: resolved issue #216 (additional option to copy a resized table)
2016-05-31 06:56:24 +02:00
mrexodia
562227ce3e
GUI: fixed two warnings
2016-05-31 05:57:12 +02:00
mrexodia
54dd531529
GUI: resolved issue #571 (highlight all sizes of a register)
2016-05-31 04:30:33 +02:00
mrexodia
a9cb432b21
GUI: (hopefully) a performance increase in RichTextPainter
2016-05-31 00:06:19 +02:00
mrexodia
fdc0f8fe83
GUI: fixed another bug with the arrow in CPUSideBar (issue #591 )
2016-05-30 08:38:36 +02:00
mrexodia
810b00dca5
GUI: added context menu for CPUArgumentWidget
2016-05-30 08:34:46 +02:00
mrexodia
7c0b179c17
GUI: fixed issue with arrows in CPUSideBar + refresh gui on modify value
2016-05-30 08:34:26 +02:00
mrexodia
677a5a5f35
DBG+GUI: added AddrInfo format string in CPUArgumentWidget
2016-05-29 04:40:19 +02:00
mrexodia
714583f1c2
DBG+GUI: fixed various things with string detection ( fixed #680 #530 )
2016-05-29 04:05:34 +02:00
mrexodia
7665c17c8a
Revert "GUI: Fixed HexEditDialog behavior ( #670 )"
...
This reverts commit 58e03bfbb2
.
2016-05-29 02:42:21 +02:00
mrexodia
e76bd698e5
GUI: AttachDialog + HandlesView ActionRefresh Configuration
2016-05-29 02:10:51 +02:00
mrexodia
fdeffb53de
GUI: separate icon for dump + added some menu options in MainWindow
2016-05-29 01:00:09 +02:00
mrexodia
ab1cf7b92c
DBG+GUI+BRIDGE: rewrote handles + tcp connections view
2016-05-29 00:32:22 +02:00
Torusrxxx
48541d8469
GUI: fix crashing (issue #676 ) ( #677 )
2016-05-28 18:07:02 +02:00
mrexodia
57c3279c3c
DBG+GUI: fixed some stuff with HandlesView
2016-05-27 23:24:40 +02:00
mrexodia
a7f010f271
PROJECT: AStyle
2016-05-27 22:40:26 +02:00
Atvaark
58e03bfbb2
GUI: Fixed HexEditDialog behavior ( #670 )
...
Fixed jumping to the end of the line when changing text.
'Keep size' will set the ASCII / Unicode text box to overwrite mode.
2016-05-27 21:35:36 +02:00
Torusrxxx
b3eed3460c
Handles view
2016-05-27 12:51:43 +00:00
Torusrxxx
6fb50dcbad
GUI: fixing compiler warning
2016-05-27 12:49:38 +00:00
Torusrxxx
35f88507f5
GUI: fixing invalid HTML
2016-05-27 12:48:14 +00:00
Torusrxxx
592a998db4
Handles view
2016-05-27 12:46:06 +00:00
Torusrxxx
d878828180
Handles view
2016-05-27 12:45:08 +00:00
Torusrxxx
abc66619f3
Handles view
2016-05-27 12:39:23 +00:00
Torusrxxx
faee4650bd
Handles view
2016-05-27 12:38:44 +00:00
mrexodia
60f2537c20
GUI: resolved issue #666 (show/hide mnemonic brief now toggles correctly)
2016-05-26 01:03:51 +02:00
mrexodia
7b6c4ade4b
GUI: changed default color for auto comments
2016-05-25 17:19:57 +02:00
mrexodia
39f4175ba2
Merge branch 'patch-1' of https://github.com/torusrxxx/x64dbg into torusrxxx-patch-1
...
Conflicts:
src/dbg/TraceRecord.cpp
src/gui/Src/Gui/CPUDisassembly.h
2016-05-25 16:42:22 +02:00
Torusrxxx
73297802f0
Change the code so they may be auto merged
2016-05-25 14:40:30 +00:00
mrexodia
ffac42d16d
Merge branch 'patch-1' of https://github.com/torusrxxx/x64dbg into torusrxxx-patch-1
...
Conflicts:
src/dbg/_dbgfunctions.cpp
src/dbg/_dbgfunctions.h
src/dbg/threading.h
src/dbg/x64_dbg_dbg.vcxproj.filters
src/gui/Src/Gui/CPUDisassembly.cpp
src/gui/Src/Gui/CPUDisassembly.h
2016-05-25 16:39:45 +02:00
Torusrxxx
427890b014
GUI: change the icon
2016-05-25 14:31:24 +00:00
mrexodia
4752f96219
GUI: mnemonic help and mnemonic brief implemented
2016-05-25 15:59:07 +02:00
mrexodia
dd96e7aae0
GUI: added show mnemonic brief code
2016-05-25 15:58:35 +02:00
Torusrxxx
74a69e6c05
Trace record
...
#654
2016-05-25 12:14:26 +00:00
Torusrxxx
db07065ed7
GUI: Nothing actually changed
2016-05-25 12:12:11 +00:00
Torusrxxx
45c54a05e8
Trace record
...
#654
2016-05-25 12:04:42 +00:00
Torusrxxx
60a07e2cf9
Trace record
...
#654
2016-05-25 12:03:50 +00:00
Torusrxxx
94bba38a8f
Trace record
...
#654
2016-05-25 11:59:41 +00:00
Torusrxxx
426f456e64
Trace record
...
#654
2016-05-25 11:55:09 +00:00
Torusrxxx
c82f3a6ca3
Trace record
...
#654
2016-05-25 11:54:40 +00:00
Torusrxxx
205345e7b3
Delete TraceRecord.h
2016-05-25 11:25:17 +00:00
mrexodia
2560e19b88
GUI: should really fix #663
2016-05-25 13:07:49 +02:00
mrexodia
82aaf89d4c
GUI: fixed flags set in RegistersView
2016-05-25 12:56:05 +02:00
mrexodia
5d581304f9
GUI: resolved issue #663 (manual doesn't open)
2016-05-25 12:07:19 +02:00
mrexodia
c03e26d5ef
GUI: fixed ambiguous menu name in CPUStack
2016-05-25 12:04:45 +02:00
mrexodia
8bd6fe8aad
DBG+GUI: fixed comments with format strings (now you can also edit them as format strings)
2016-05-25 11:58:04 +02:00
mrexodia
22d026bcdd
GUI: fixed memory leaks with QMenu ( #660 )
2016-05-25 11:27:00 +02:00
mrexodia
845fb463f7
GUI: more icons + add stack comments when the dump is in stack range
2016-05-25 08:50:59 +02:00
mrexodia
53bc89f515
GUI: better history in CPUDump + history in CPUStack
2016-05-25 08:32:57 +02:00
mrexodia
7d9881a7b1
GUI: focus signals
2016-05-25 08:31:57 +02:00
mrexodia
0d7d1d7c5a
GUI: icons in CPUStack + changed double click behavior of CPUDump
2016-05-25 07:08:41 +02:00
mrexodia
34c58e4be0
GUI: added Modify Value in dump
2016-05-25 06:48:23 +02:00
mrexodia
f33b2ef1dd
GUI: resolved issue #548 (sync with expression in HexDump) + added icons in HexDump
2016-05-25 06:28:14 +02:00
mrexodia
38db88deaf
GUI: added mSyncAddrExpression to the HexDump
2016-05-25 06:27:25 +02:00
mrexodia
514a0e0966
GUI: added features to the GotoDialog
2016-05-25 06:26:53 +02:00
mrexodia
83d2b17193
GUI: adding more tr() calls
2016-05-25 06:26:13 +02:00
mrexodia
1848555ba0
GUI: allow certain things in the CPUWidget to collapse
2016-05-25 05:10:45 +02:00
mrexodia
e828a52bc1
GUI: added CPUArgumentWidget + moved scroll bar styles to Configuration
2016-05-25 05:04:21 +02:00
mrexodia
44f00b0cbd
GUI: added ArchValue function in StringUtil
2016-05-25 05:04:18 +02:00
mrexodia
90432d61e6
GUI: added updateArgumentView signal to the bridge
2016-05-25 05:04:17 +02:00
mrexodia
6d2703cd74
BRIDGE: updated GuiUpdateAllViews + added GuiUpdateArgumentWidget
2016-05-25 05:04:15 +02:00
Torusrxxx
d17d402ecf
TraceRecordManager class is created.
...
#654 . Upload this file first so we can talk about this before the implementation is finished.
2016-05-24 03:00:15 +00:00
Duncan Ogilvie
9a944dbf0d
Merge pull request #658 from torusrxxx/patch-3
...
GUI: yet more unusual instructions
2016-05-24 01:00:09 +02:00
mrexodia
4e4e0c6436
GUI: fixed missing addQWidgetTab (for plugins)
2016-05-24 00:43:00 +02:00
Torusrxxx
5c8e4fc91f
GUI: yet more unusual instructions
2016-05-23 13:03:00 +00:00
Duncan Ogilvie
54713025dc
Merge pull request #656 from torusrxxx/patch-1
...
Updated translation, and fixed an disturbing issue
Looks great! I'm going sleep now though. When I modify the GUI should I run `maketranslatetemplate.bat` and push the modified files by the way?
2016-05-23 14:30:43 +02:00
Torusrxxx
0b4b66f400
GUI: get rid of any message boxes!
2016-05-23 12:26:29 +00:00
Torusrxxx
778350d162
GUI: get rid of any message boxes!
2016-05-23 12:25:50 +00:00
Torusrxxx
d91eabccf3
GUI: fixed an issue
...
Native name is separated from real name
2016-05-23 11:11:46 +00:00
Torusrxxx
674ed013a0
GUI: fixed an issue
...
Native name is separated from real name
2016-05-23 11:09:07 +00:00
Torusrxxx
b752e31ad1
GUI: fixed an issue
...
Native name is separated from real name
2016-05-23 11:08:12 +00:00
Torusrxxx
17468fa674
GUI: fixed an issue
...
Native name separated from tab name
2016-05-23 11:07:15 +00:00
Torusrxxx
bdd960919f
GUI: translate this file
2016-05-23 11:06:11 +00:00
Torusrxxx
4b848fe149
GUI: translate this file
2016-05-23 11:04:33 +00:00
Torusrxxx
f5bae347d0
GUI: Get rid of any message boxes!
2016-05-23 11:03:21 +00:00
mrexodia
0055a19bd1
GUI: reset hit count is working again ( #655 )
2016-05-23 12:48:25 +02:00
Torusrxxx
0670f4108e
GUI: Get rid of any message boxes
2016-05-23 07:35:50 +00:00
mrexodia
8be93b08cc
GUI: fixed EditBreakpointDialog icon
2016-05-23 08:48:07 +02:00
mrexodia
913012dfa7
GUI: replaced individial edits with EditBreakpointDialog
2016-05-23 08:44:25 +02:00
mrexodia
833d0ea263
GUI: edit breakpoints directly from the disassembly view
2016-05-23 08:43:47 +02:00
mrexodia
5adddcc10b
GUI: editBP function in Breakpoints
2016-05-23 08:43:18 +02:00
mrexodia
42c9b70cae
GUI: finished EditBreakpointDialog
2016-05-23 08:43:00 +02:00
Torusrxxx
4b03e91ed9
GUI: update translation
2016-05-23 06:11:11 +00:00
mrexodia
b10a437bbb
GUI: resolved issue #652 (buggy register labels)
2016-05-23 07:24:08 +02:00
mrexodia
c55d5666b7
GUI: enable/disable all in the context menu for every breakpoint type
2016-05-23 06:16:12 +02:00
mrexodia
f669096f90
GUI: added EditBreakpointDialog (not used yet)
2016-05-23 03:48:36 +02:00
mrexodia
490b0ff878
BRIDGE+DBG+GUI: reduced the code for conditional breakpoints + added commandCondition and logCondition (when not set the behavior stays the same as before)
2016-05-23 03:29:52 +02:00
mrexodia
40555f1fb9
GUI: fixed compile warning with PatchDialog
2016-05-23 02:35:07 +02:00
mrexodia
e1736f7a4f
GUI: resolved issue #639 (crash when restarting from the references tab)
2016-05-23 02:30:43 +02:00
mrexodia
b48e29bbed
GUI: new icons + updated AttachDialog + reload style.css + updated translation template
2016-05-22 19:51:31 +02:00
mrexodia
9311df4f33
GUI: load custom stylesheets from style.css and fixed a bug with translations when currentDirectory is different
2016-05-22 19:06:22 +02:00
mrexodia
037a0eb091
GUI: use enum instead of int
2016-05-22 18:44:41 +02:00
mrexodia
a285bae310
GUI: fixed a bug in LogView
2016-05-22 18:17:16 +02:00
mrexodia
5d6b4f09f3
GUI: changed AppearanceDialog default tab and a misleading description
2016-05-22 17:34:33 +02:00
Torusrxxx
7d43769336
Re-apply recent commit
2016-05-22 13:50:52 +00:00
Torusrxxx
04d71a700b
More unusual instructions
2016-05-22 13:31:36 +00:00
Torusrxxx
7565f55c2e
translate this file
2016-05-22 13:29:01 +00:00
Torusrxxx
e84d27f667
translate this file
2016-05-22 13:28:15 +00:00
Torusrxxx
24405d4f9e
Conditional breakpoint
...
#314
2016-05-22 13:25:30 +00:00
Torusrxxx
a0134c3be8
Conditional breakpoint
...
#314
2016-05-22 13:24:48 +00:00
mrexodia
891240c4eb
GUI: AStyle + fixed compiler warning for appendRegister
2016-05-21 18:54:17 +02:00
mrexodia
ebb24d8df3
GUI: changed default color for unusual instructions
2016-05-21 18:36:05 +02:00
mrexodia
c780b40366
GUI: removed function+x at addresses + infobox now has relative addresses
2016-05-21 18:30:49 +02:00
Torusrxxx
05474d9863
GUI: Show label on comment area if no comments
...
Labels in address columns are often hidden to save screen space. Allowing these labels to show in comment area when nothing else needs to be shown improves work efficiency.
2016-05-21 15:47:31 +00:00
Torusrxxx
d3e38e453b
GUI: Apply unique color to unusual instructions
...
Unusual instructions are privileged, unknown or IRET.
PUSHF is recognised as push instructions.
2016-05-21 15:44:03 +00:00
Torusrxxx
20f4069970
GUI: Apply unique color on unusual instructions
2016-05-21 15:41:06 +00:00
Torusrxxx
0f05ebd57b
GUI: Apply unique color to unusual instructions
2016-05-21 15:40:02 +00:00
Torusrxxx
a1efbc1971
GUI: Apply unique color to unusual instructions.
...
Unusual instructions are privileged, unknown or "IRET"
2016-05-21 15:38:23 +00:00
Torusrxxx
81041bd1cf
GUI: translate more on this file
2016-05-21 15:12:07 +00:00
Torusrxxx
a0d085af1d
attach refresh
...
attach refresh ( #601 )
2016-05-21 11:13:36 +00:00
Torusrxxx
6b7dd2c055
remove currently unused variable
2016-05-21 05:41:54 +00:00
Torusrxxx
c10b383b70
reuse var
2016-05-21 05:37:32 +00:00
Torusrxxx
c9f37062ef
add appendRegister method
2016-05-21 05:30:01 +00:00
Torusrxxx
e0415f8743
improved layout of text
2016-05-21 05:29:18 +00:00
Torusrxxx
f5d7aeaee1
restructure the code to reduce code size
2016-05-21 05:23:21 +00:00
Torusrxxx
5ffe5b14a9
#613 : copy all registers
2016-05-21 04:08:08 +00:00
Torusrxxx
9b666704a2
translate this file
2016-05-21 04:04:35 +00:00
Torusrxxx
e55f6dc17d
GUI: button too small
2016-05-21 04:03:17 +00:00
Torusrxxx
072ed8c3e0
GUI: Add menu item "Hide Debugger"
2016-05-21 04:01:33 +00:00
Torusrxxx
4ee3bf6f29
GUI: Add menu item "Hide debugger"
2016-05-21 04:00:05 +00:00
Torusrxxx
7516eb1d22
GUI: Add menu item "Hide debugger"
2016-05-21 03:58:48 +00:00
Torusrxxx
19c403d036
#613 : copy all registers
2016-05-21 03:56:29 +00:00
Torusrxxx
ebaf1885d0
delete wMenu
2016-05-21 03:55:01 +00:00
Torusrxxx
e632c05e22
GUI: Logging GUI extended
...
#612 : save log
#373 : disable log
2016-05-21 03:53:59 +00:00
Torusrxxx
378b5651f5
GUI: Logging GUI extended
...
#612 : save log
#373 : disable log
2016-05-21 03:52:53 +00:00
mrexodia
da2018740c
GUI: load hidden setting from the INI file (for translation tests)
2016-05-20 21:11:08 +02:00
mrexodia
0590d8ed54
GUI: fixed signal connection errors
2016-05-20 21:10:39 +02:00
mrexodia
ddfedf50bb
DBG+GUI: AStyle (please run install.bat before commiting)
2016-05-20 20:47:56 +02:00
Torusrxxx
c26cd90315
load translator upon start up
2016-05-20 16:41:41 +00:00
Torusrxxx
6bee8d438e
Oops! Fix a compilation error introduced recently
...
mWindowMainTitle is set to `tr("x64dbg")` however it is not of type QString.
2016-05-20 16:28:37 +00:00
Torusrxxx
7607c6e4a8
translate this file
2016-05-20 07:45:06 +00:00
Torusrxxx
d161a64f59
translate this file
2016-05-20 07:44:17 +00:00
Torusrxxx
846d863fe8
translate this file
2016-05-20 07:43:17 +00:00
Torusrxxx
9e4fad6353
translate this file
2016-05-20 07:41:44 +00:00
Torusrxxx
cb8747a759
translate this file
2016-05-20 07:40:37 +00:00
Torusrxxx
75861c8a00
translate this file
2016-05-20 07:40:03 +00:00
Torusrxxx
c7ceb86272
translate this file
2016-05-20 07:39:23 +00:00
Torusrxxx
f1e087090c
translate this file
2016-05-20 07:37:26 +00:00
Torusrxxx
a8dd11de51
translate this file
2016-05-20 07:36:39 +00:00
Torusrxxx
fa596c757a
translate this file
2016-05-20 07:35:59 +00:00
Torusrxxx
e56ffde51a
translate this file
2016-05-20 07:32:45 +00:00
Torusrxxx
a0eaa8163c
translate this file
2016-05-20 07:31:39 +00:00
Torusrxxx
07679db51c
translate this file & shows invalid addr
2016-05-20 07:30:26 +00:00
Torusrxxx
dcd00ade51
translate this file
2016-05-20 07:28:34 +00:00
Torusrxxx
eda4c65b9c
translate this file
2016-05-20 07:27:48 +00:00
Torusrxxx
7ef5d21e82
translate this file
2016-05-20 07:27:01 +00:00
Torusrxxx
6fa70cb29d
translate this file
2016-05-20 04:36:12 +00:00
Torusrxxx
37b20289cd
translate this file
2016-05-20 04:33:42 +00:00
Torusrxxx
0e98b1dbf5
translate this file
2016-05-20 04:32:03 +00:00
Torusrxxx
3dc1648ff2
translate this file
2016-05-20 04:28:49 +00:00
Torusrxxx
d005610869
translate this file
2016-05-20 04:25:55 +00:00
mrexodia
8c462d7667
GUI: made SettingsDialog showable on my pc again (should in theory also scale fine on hdpi but probably it fucks up)
2016-05-20 04:17:34 +02:00
Duncan Ogilvie
6b632eac0a
Merge pull request #642 from torusrxxx/development
...
Add the ability to set breakpoints directly on stack
2016-05-20 03:50:03 +02:00
mrexodia
51bce4dd5c
GUI: fixed display of floats in the RegisterView
2016-05-20 03:48:46 +02:00
Torusrxxx
4958090b80
Don't compile 64bit HW slots on 32bit target
2016-05-19 00:04:40 +08:00
Torusrxxx
a64199fedf
Don't compile 64bit HW slots on 32bit target
2016-05-19 00:03:49 +08:00
Torusrxxx
83ad64555a
Able to set breakpoints directly on stack
2016-05-19 00:01:31 +08:00
Torusrxxx
56609b8e17
Able to set breakpoints directly on stack
2016-05-18 23:55:17 +08:00
GLindor
09b83b5a31
Fix UI bug in Setting dialog caused by hi resolution display and hi-DPI settings
2016-05-14 00:04:06 -04:00
mrexodia
087a2ef5cf
GUI: fixed an issue with the label menu not working correctly on instruction operands
2016-05-13 17:36:48 +02:00
mrexodia
5a2bc3c878
GUI: resolved issue #640 (normalized date output format)
2016-05-13 17:36:06 +02:00
mrexodia
003daf0624
GUI: fixed a bug with the set label on address (thanks pusher!)
2016-04-25 22:36:12 +02:00
mrexodia
e748e82ac3
DBG+GUI: added support for FS/GS segments + improved disasmget performance
2016-04-21 06:16:58 +02:00
mrexodia
07aa0cbaae
GUI: resolved issue #628 (tab order not working with new SEH tab)
2016-04-16 02:50:02 +02:00
mrexodia
c1fd7a82b6
GUI: resolved issue #616 (added more logic for forwarding to the search box)
2016-04-14 00:49:46 +02:00
mrexodia
8d49ec2c77
DBG+GUI: updated SEH (now shown in stack)
2016-04-13 22:52:01 +02:00
mrexodia
fbf415a3b8
DBG+GUI: small changes to the SEH view
2016-04-13 22:12:19 +02:00
Duncan Ogilvie
364c1b15a2
Merge pull request #615 from Avinm/development
...
SEH Viewer for 32-bit
2016-04-13 21:27:59 +02:00
mrexodia
03a4da7694
GUI: (hopefully) improved DisassembleBack
2016-04-12 23:52:00 +02:00
mrexodia
9fb0eff70e
GUI: resolved issue #617 (crash on binary fill with empty pattern)
2016-03-31 04:27:49 +02:00
Avin
3f90498ca5
Pressing enter on stack now follows stack or dissassembly intelligently based on the address in stack
2016-03-29 02:21:31 +05:30
Avin
fe18bd2a68
Added SEH Viewer to GUI
2016-03-28 21:01:05 +05:30
mrexodia
79903bff1f
DBG+GUI: more fixes regarding breakpoint management
2016-03-20 01:29:01 +01:00
mrexodia
81c2e4ec05
GUI: resolved issue #596 (bug in attach dialog)
2016-03-05 22:38:22 +01:00
mrexodia
e388415018
GUI: fixed various performance bottlenecks with unnecessary constructions of QPen instances
2016-03-05 13:03:32 +01:00
mrexodia
b5a574a7e6
PROJECT: updated capstone_wrapper + fixed a warning in the gui
2016-03-05 13:03:31 +01:00
mrexodia
50aa0b83ab
GUI: removed useless ";" when copying the disasm.
2016-03-04 16:54:47 +01:00
mrexodia
967db9cfc9
GUI: on x64 give the function argument registers (rcx, rdx, r8, r9) a different color (can be changed in the AppearanceDialog if you don't like it)
2016-02-27 06:01:05 +01:00
mrexodia
9c5339f5d3
GUI: slightly improved the follow in disassembly menu
2016-02-27 05:40:55 +01:00
Duncan Ogilvie
004607867b
Merge pull request #578 from blaquee/cpu_follow_in_disasm
...
Follow in CPU in Disassembly view
2016-02-27 05:21:15 +01:00
GLindor
b8479bd43f
Follow in CPU in Disassembly view
2016-02-26 23:01:28 -05:00
mrexodia
cfd1bc127f
GUI: some minor enhancements with icons and fixed a duplicate shortcut
2016-02-27 02:16:34 +01:00
RaMMicHaeL
8d3f6796a8
Fixed: X86_INS_LOOP shouldn't be of type Unconditional
2016-02-26 15:35:23 +02:00
mrexodia
6e128ddfea
GUI: fixed the update checker (hopefully)
2016-02-25 03:37:45 +01:00
GLindor
42e34286aa
ran astylewhore
2016-02-21 19:53:40 -05:00
GLindor
a7420ecfe0
fixed wrong address being followed bug
2016-02-18 19:46:18 -05:00
GLindor
9fb8ba706f
stack view follow in dump N implementation
2016-02-18 15:47:50 -05:00
Nukem
6034541458
GUI: Fix double space in infobox
2016-02-15 19:18:57 -05:00
mrexodia
be26a685c0
GUI: resolved issue #537 (Hide/Show FPU button font now syncs with the RegistersView font)
2016-02-15 05:04:59 +01:00
Nukem
255a139bcf
GUI: Use SearchListView in attach dialog
2016-02-14 18:43:41 -05:00
Nukem
a8c6aabfb4
GUI: Rewrite SearchListView to remove UI file
2016-02-14 18:32:23 -05:00
Duncan Ogilvie
0d17101ba8
Merge pull request #501 from x64dbg/searchlistview
...
Searchlistview
2016-02-14 22:30:53 +01:00
Duncan Ogilvie
a6d8ee43a5
Merge pull request #533 from blaquee/memdump
...
Dump Memory Regions
2016-02-14 22:26:22 +01:00
mrexodia
a9c711906d
GUI+BRIDGE: added api for argument visualisation http://i.imgur.com/RGqrudU.png
2016-02-14 21:30:27 +01:00
glindor
192650d9da
path fixup
...
Using Qt's toNativeSeperators to ensure we're converting to OS supported
paths
2016-02-14 00:37:01 -05:00
glindor
12e16e154e
improvements
...
per PR comments
2016-02-13 21:15:44 -05:00
glindor
d5f3f70c73
Dump Memory Regions
...
Added ability to dump mapped memory to file
2016-02-13 14:25:53 -05:00
Nukem
e0ec0c8f41
GUI: Update dd_real/float128
2016-02-09 19:28:13 -05:00
mrexodia
62c6408007
GUI: code formatting (newlines)
2016-01-19 04:09:57 +01:00
Nukem
9c897e58ab
GUI: Support 17 digit precision and exponents -4931 to 4932 in FPU
2016-01-13 19:39:28 -05:00
Nukem
c3b6c470ee
GUI: Handle standard/scientific notation. Exponents > 308 are bugged.
...
Replacement for Float128 pending.
2016-01-12 23:28:55 -05:00
Nukem
6fc3258f01
GUI: Implement ToLongDoubleString
2016-01-12 16:26:09 -05:00
Nukem
f0fc15c96b
GUI: Add float128 support library (dd_real)
2016-01-12 16:15:26 -05:00
mrexodia
5ffe220a8d
GUI: floating pointer to string conversion functions in StringUtil.h
2016-01-12 04:09:06 +01:00
Nukem
4d1245c046
GUI: if() -> switch() in RegistersView
2016-01-11 19:11:45 -05:00
Nukem
38324960cd
GUI: Fix shortcuts when using SearchListView
2016-01-10 19:39:22 -05:00
Nukem
0aad694d92
GUI: Refactor SearchListView to use setFocusProxy instead
2016-01-10 02:29:15 -05:00
mrexodia
152816542f
DBG+GUI+BRIDGE: fixed all kinds of small errors (thanks to coverity!)
2016-01-08 10:49:02 +01:00
mrexodia
61f7b4b38a
GUI: fixed more bugs with UpdateChecker
2016-01-07 13:24:55 +01:00
Duncan Ogilvie
b3e0aa647d
Merge pull request #494 from x64dbg/gui_scriptoption
...
looks great!
2016-01-07 13:21:32 +01:00
mrexodia
e5e0411ec3
GUI: fixed a bug in SearchListView where events were not correctly forwarded to QWidget::eventFilter (effectively disabling anything)
2016-01-07 12:09:53 +01:00
mrexodia
20e0803ad4
GUI: fixed warning message box to look nice + fixed a bug in UpdateChecker
2016-01-07 09:47:57 +01:00
mrexodia
01a7c1eea3
GUI: updated UpdateChecker that checks for the latest snapshots instead of the deprecated version.txt
2016-01-07 09:42:48 +01:00
Nukem
00a006578a
GUI: Fix signal.......
2016-01-06 22:59:52 -05:00
Nukem
7b6c839a76
Merge branch 'development' of https://github.com/x64dbg/x64dbg
2016-01-06 22:39:30 -05:00
Nukem
344a830475
GUI: Finalize script selector
2016-01-06 22:36:25 -05:00
Nukem
4a0687f856
DBG/GUI: Fix typos
2016-01-06 19:14:47 -05:00
Nukem
55e69f1457
GUI: Fix small autocomplete bug
2016-01-06 16:25:18 -05:00
Nukem
b0304a1a36
DBG/GUI: Move default script register to dbginit function
2016-01-06 15:36:44 -05:00
Nukem
a6e658c61b
GUI: Gui(Un)RegisterScriptLanguage + normalize variable names
2016-01-05 21:23:03 -05:00
Nukem
d078c80314
GUI: Add include for any Qt5 builds
2016-01-05 18:46:45 -05:00
Nukem
0ef0a46537
GUI: Fix a problem where the QLineEdit wasn't cleared
2016-01-03 15:45:28 -05:00
mrexodia
6922d916a6
GUI: fixed display of dword ptr fs:[0] in disassembly
2016-01-03 09:28:50 +01:00
Nukem
db92b2cf92
GUI: Add option for switching command bar script types
2016-01-03 03:16:36 -05:00
mrexodia
8f32952bd9
GUI: comment about memory leaks in the GUI
2016-01-03 05:36:44 +01:00
mrexodia
fa92e3bcb2
GUI: fixed a few memory leaks in the GUI (thanks to firelegend!)
2016-01-03 05:28:08 +01:00
Nukem
2ab0cc3e87
GUI: Remove unused declaration
2016-01-02 23:06:32 -05:00