Commit Graph

1794 Commits

Author SHA1 Message Date
Itay Cohen
7a34cf2024
Improve seek backward and outside of function in Decompiler widget (#1916)
* Improve seek backward and outside of function
* Improve seekToReference
2019-12-14 14:57:36 +02:00
Itay Cohen
108fff8925
Fix 1756: Disable seek when selecting text on Decompiler Widget (#1917) 2019-12-14 12:42:24 +02:00
Anton Kochkov
807e24edc6
Fix Coverity Build 2019-12-12 18:45:37 +08:00
Anton Kochkov
34350bda10
Fix Coverity Build 2019-12-12 18:11:32 +08:00
Properrr
3700bc63f5 Pressing Enter in disassembly will jump to the desired location (#1910)
* Implemented processing of 'Return' key in the disassembly widget
* renamed method in the DisasmWidget
2019-12-12 11:52:42 +02:00
Anton Kochkov
53452726ac Coverity Fix (#1912) 2019-12-12 11:49:34 +02:00
karliss
55017f6ba0 Replace hardcoded system plugin directories with list from Qt. (#1814) 2019-12-12 08:35:25 +01:00
karliss
c255fd1cfd Add menus to seek backward and forward buttons. (#1889) 2019-12-10 08:34:21 +01:00
xarkes
c7e7685314
Fixed some documentation formatting (#1909) 2019-12-10 08:32:52 +01:00
Anton Kochkov
28613cdf3d Fix coverity (#1907) 2019-12-10 07:47:17 +02:00
Anton Kochkov
a1ab8881e4
Fix Coverity Scan build 2019-12-09 13:22:58 +08:00
Anton Kochkov
c14e4c6d68
Fix Coverity Scan build 2019-12-09 13:15:46 +08:00
Itay Cohen
a50a8939ef Adding Adikso's Midnight Theme (#1895) 2019-12-08 10:57:42 +01:00
xarkes
9929694314
Added a temporary fix to allow backslashes names (#1899) 2019-12-08 08:08:44 +01:00
yossizap
6c7392c5ce Add CI GitHub actions (#1888) 2019-12-06 11:21:28 +01:00
Anton Kochkov
04ba4f04d7
Fix Coverity Scan project name 2019-12-06 17:16:02 +08:00
Anton Kochkov
891a7d61fa
Fix Coverity Scan time 2019-12-06 15:32:52 +08:00
Anton Kochkov
92a534668b
Add Coverity Scan 2019-12-06 12:30:36 +08:00
karliss
af5d1dd3aa Improve compatibility with cmake 3.10. (#1882) 2019-12-02 08:18:25 +01:00
GustavoLCR
c1093f3971 Highlight in red changes in the Hexdump Widget (#1880)
* Highlight changes in the Hexdump Widget
2019-11-30 16:55:29 +02:00
Florian Märkl
d0da81b592 Disable asm.lines and asm.bytes in XRefs Preview (Fix #1339) (#1893) 2019-11-30 12:39:23 +02:00
Florian Märkl
a4e0308e84
Update radare2 and fix Cutter for it (#1890) 2019-11-27 11:49:44 +01:00
Florian Märkl
4dc4982b3f Update radare2 and fix Strings (#1885)
* Update radare2
* Fix Strings after izzj changes in r2
2019-11-23 17:03:23 +02:00
karliss
67afaa6c1c Point build instructions to updated version. (#1881) 2019-11-18 21:25:23 +02:00
Leopold Kozioł
41f532ed7b Add instruction highlight in graph view (#1879) 2019-11-17 20:44:10 +02:00
karliss
524b27fabb
Change focus order in SetToDataDialog. (#1873) 2019-11-05 00:16:00 +02:00
Itay Cohen
a39700f016
Add highlight to hexdump (#1862) 2019-11-04 21:25:55 +02:00
karliss
8ce4700223
Specify shiboken macOS header path in travis.yml. (#1870) 2019-11-04 18:41:38 +02:00
Florian Märkl
4906e2b80b
Call MainWindow::initUI in Constructor (#1872) 2019-11-04 17:40:54 +01:00
Florian Märkl
2b20e83738
Add dump_syms_macos.sh Script for Breakpad Dumps (#1871) 2019-11-04 12:49:14 +01:00
xarkes
d8aac7a64d
Made a custom theme for sphinx documentation (#1847) 2019-10-21 22:39:51 +02:00
Itay Cohen
3e706ffd5a
Hide and resize hexdump sidebar with heuristics (#1798) 2019-10-21 05:46:17 +03:00
xarkes
cae07d15db Refactored qhelpers AbstractItemView item select (#1850) 2019-10-20 14:59:10 +03:00
Wesley King
3e0d5a8981 Fix decompiler widget not updating xrefs to decompiled function (#1851) 2019-10-20 10:58:58 +02:00
xarkes
723c1ea33d Automatically select the first line of xref (#1849) 2019-10-19 14:18:58 +03:00
Anthony Sasadeusz
d450044a2d Fix PR (#1812) 2019-10-19 11:00:29 +03:00
xarkes
afd63e97cd [skip ci] Improved building instructions (#1843) 2019-10-17 08:46:51 +03:00
karliss
771217d70a
Deduplicate seek forward and backward action. (#1844) 2019-10-17 03:02:48 +03:00
Sergei Z
f64972fda2 Show bytes has been renamed and moved (#1841)
* Show bytes has been renamed and moved
2019-10-14 14:24:32 +03:00
yossizap
235761941f Redirect stdout/stderr to Console Widget (#1821)
* Added stdout/stderr redirection to the console
2019-10-14 13:00:44 +03:00
Jochen Bauer
b81eed7f22 Replacing all QRegExp with QRegularExpression (#1820)
* Replacing all QRegExp with QRegularExpression
2019-10-13 17:59:12 +03:00
karliss
9d2a8d9deb Fix graph zoom reset and use same font size as everything else. (#1835) 2019-10-13 17:22:55 +03:00
Itay Cohen
4aa6927066
Add shortcuts to breakpoints widget (#1834)
* Add shortcuts to breakpoints widget
2019-10-12 11:33:21 +03:00
Wesley King
83b1ce2c49 Add common zoom action for widgets using font from configuration (#1813) 2019-10-12 08:50:10 +03:00
Maijin
81f23cbed3
Change submodule URL (radare/radareorg) 2019-10-11 13:54:09 +02:00
Paul I
54c8d26686
[skip ci] Update AppVeyor badge link (#1831) 2019-10-09 23:56:47 +03:00
Florian Märkl
b176fdad88
Fix Native Plugin Loading for CMake (#1829) 2019-10-09 18:41:16 +02:00
Florian Märkl
1d68115c93
Print Native Plugin Load Error (#1824) 2019-10-09 12:17:24 +02:00
Wesley King
f743b5ed55 Fix refresh after renaming imported function (#1828) 2019-10-09 08:46:48 +03:00
Itay Cohen
1d4ee2f86c
Change travis-ci URLs to .com (#1823) 2019-10-08 17:30:01 +03:00