1
0
Fork 0
Commit Graph

4770 Commits

Author SHA1 Message Date
Yu Xuanchi 09f768bb4c GUI: fixed wired process refresh (#697) (#728)
* GUI: fixed wired process refresh (#697)

* GUI: fixed search list view will not refresh search list when enable regex button clicked
2016-06-08 23:54:39 +02:00
Huemac 7f06e759f1 Create .gitattributes (#733)
You seem to have issues with inconsistent line endings. 

Please read more about .gitattributes here: https://help.github.com/articles/dealing-with-line-endings/

The above file is a simple example.
2016-06-08 23:52:41 +02:00
Torusrxxx ab4df7e600 Fix multiple issues (#730)
* GUI: invalidate font cache

* Fix incorrect logical sequence

* GUI: fix #257 (MMX,XMM,YMM show as little endian)

* GUI: fix #257(MMX,XMM,YMM show as little endian)

* GUI: fix #257(MMX,XMM,YMM show as little endian)

* GUI: fix #257(MMX,XMM,YMM show as little endian)

* GUI: fix #257(MMX,XMM,YMM show as little endian)

* GUI: fix #257 and #701

* GUI: fix #257(MMX,XMM,YMM show as little endian)

* Save column widths

* Save column widths

* translate this file

* Save column widths

* translate this file

* Save column widths

* Save column widths

* Save column widths

* Save column widths

* Save column widths

* Save column widths

* Save column widths

* Save column widths

* Save column widths

* Save column widths

* Save column widths

* Save column widths

main window have to be stored in a pointer now because column widths are saved only at destructors.

* Save column widths
2016-06-08 23:52:13 +02:00
mrexodia e4920c72a8
DBG: fixed issue #731 2016-06-08 03:11:42 +02:00
mrexodia 137b3f3164
DBG: (probably) resolved issue #732 2016-06-08 02:48:32 +02:00
Torusrxxx f60c38e47b Update translation (#725) 2016-06-06 17:59:40 +02:00
mrexodia fc96c7340e
GUI: updated translation template 2016-06-06 13:54:53 +02:00
mrexodia 424c69bc54
DBG: added GetFileNameFromProcessHandle as fallback if CreateProcessInfo->hFile is NULL 2016-06-06 13:51:48 +02:00
mrexodia 749d526257
GUI: added to option to convert text from a codepage in HexEditDialog + save last code page in CodepageSelectionDialog 2016-06-06 13:44:20 +02:00
mrexodia 9d2335cbbb
GUI: handle \0 characters in HexLineEdit (shows as space but doesn't replace your bytes with 0x2E) 2016-06-06 12:21:56 +02:00
mrexodia a0307a0974
GUI: removed redundant buttons from HexEditDialog 2016-06-06 12:10:42 +02:00
mrexodia cc3194cc02
GUI+PROJECT: delete binary translation files + generate translation files on build 2016-06-06 11:59:32 +02:00
mrexodia 46f3c0963b
GUI: small changes to ColumnReorderDialog + reorder ScriptView + allow right/middle click on header to reorder 2016-06-06 11:56:33 +02:00
mrexodia 88a005fcf9
GUI: AStyle 2016-06-06 11:26:00 +02:00
mrexodia 8ef2234caa
DBG: (minimal) performance increase in FileHelper::ReadAllData 2016-06-06 11:21:09 +02:00
Torusrxxx c800b2f5ba Invalidate font size cache (#723)
* GUI: fix issues related to surrogates

Assume UTF-16LE byte order now.

* GUI: resolve issue #722

invalidate font size cache when font is updated.

* GUI: remove asterisks

* GUI: allow hiding columns

* GUI: column edit dialog

* GUI: column edit dialog

* GUI: column edit dialog

* GUI: column edit dialog

* GUI: resolve issue #722

* GUI: column edit dialog
2016-06-06 11:19:38 +02:00
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
mrexodia be1a2c70f0
PROJECT: updated capstone_wrapper 2016-06-05 11:31:49 +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 7830ec98e5
DBG+GUI: resolved issue #609 (fixed assert for UTF-8 characters) + updated translation 2016-06-05 03:16:02 +02:00
mrexodia 60034795e5
DBG: small performance optimizations 2016-06-04 20:24:34 +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
yuxuanchiadm ac35b0d3ad DBG: fixed weird thread pause (#564) (#709) 2016-06-04 11:09:39 +02:00
mrexodia 42163fa5cd
DBG: resolved issue #711 (condition reverted) 2016-06-04 10:40:29 +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 abe53d3492
DBG: fixed a bug with database storing on entries with empty modules 2016-06-03 18:35:47 +02:00
mrexodia c801811184
GUI: jolly good fixes to various things 2016-06-03 16:44:24 +02:00
mrexodia 38546c51aa
PROJECT: updated contributers list 2016-06-03 15:08:08 +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
Torusrxxx b1ca7db063 Update translation (#700)
* Update translation

* Delete x64dbg_zh_CN.qm

* Update translation
2016-06-02 11:04:27 +02:00
mrexodia c0b63e052f
PROJECT: updated README to include an activity graph 2016-06-02 10:39:36 +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 5a5f64e1e1
DBG: fixed warning in TraceRecord 2016-06-01 11:08:47 +02:00
mrexodia 5e01b34178
DBG: added SerializableTMap (less code duplication) 2016-06-01 11:07:49 +02:00