karliss
cd42adc832
Use cmake for linux DEPLOY build. ( #2223 )
...
* Add cmake script for building and installing translations.
* Improve APPIMAGE related path handling.
2020-06-17 12:35:26 +03:00
karliss
53da90625c
Add missing includes on VS2019. ( #2251 )
2020-06-17 11:49:39 +03:00
Surendrajat
7736088ea9
Expose asm.reloff.flags in Preferences ( #2244 )
2020-06-16 13:54:36 +03:00
karliss
e28ee3bebd
Add options for tweaking graph layout. ( #2246 )
...
* Fix overview refresh when switching layout.
2020-06-16 13:43:45 +03:00
karlis
1d8c9de37c
Link cutter r2ghidra decompiler against ghidra_core.
2020-06-16 00:27:51 +03:00
NIRMAL MANOJ C
255ffe1208
Refactored Decompiler Widget and R2Dec Plugin to use RAnnotatedCode ( #2227 )
2020-06-16 00:27:51 +03:00
Surendrajat
498d2076c8
Expose asm.reloff in configuration ( #2243 )
...
* Expose asm.reloff in configuration
2020-06-11 19:43:32 +03:00
Itay Cohen
592c050617
Improve warning for multiple x-refs causing unexpected behavior ( #2236 )
...
* Improve warning for multiple x-refs causing unexpected behavior
2020-06-07 11:39:58 +03:00
karliss
76773eadd6
Reduce amount of warnings ( #2233 )
...
* Deal with QT depracated warnings
2020-06-06 19:02:24 +03:00
karliss
837dd63e6b
Horizontal graph ( #2234 )
...
* Create adapter for converting vertical layout into horizontal
* Fix edge spacing override for edges going out of switch statement.
* Update documentation.
2020-06-06 02:06:38 +03:00
bartoszek
56c2e3741a
Fix qt>5.15 build ( #2231 )
2020-06-04 06:51:03 +03:00
Ali Raheem
7127f0e556
Fix mismatch closing parenthesis ( #2232 )
2020-06-04 06:41:55 +03:00
karliss
54ecc33ca9
Rewrite part of graph layout code ( #2207 )
...
* Rewrite node placement and edge routing parts of graph layout code
* Document the high level structure of layout algorithm
* Tighter layout and less edge crossings
* Better worst case memory and CPU usage
2020-06-03 18:36:44 +03:00
karliss
1e9b82839e
Add documentation for TempConfig. ( #2221 )
2020-05-31 09:20:54 +03:00
Surendrajat
5dcf53dff6
refactor hexdumpwidget sidepanel parsing ( #2222 )
...
Avoid use of magic numbers.
2020-05-30 16:29:29 +03:00
Surendrajat
4ddba1b8d3
add pci to hexwidget sidepanel ( #2219 )
2020-05-30 13:00:29 +03:00
tobigrimm
cd6fc26ed1
Cmdline option to open a file in write mode ( #2216 )
...
* Added an option to directly enable write mode via -w/--writemode to the command line option parser
2020-05-28 14:33:19 +03:00
Itay Cohen
bfec29f825
Toggle Console Widget and clear output ( #2213 )
...
* Add shortcuts to toggle Console and clear its output
* Update the docs
Co-authored-by: Kārlis Seņko <karlis3p70l1ij@gmail.com>
2020-05-25 12:19:05 +03:00
karliss
0ea5d6fa4b
Add UI for managing layouts ( #2211 )
...
* Add dialog for deleting and renaming layouts.
* Add documentation.
Co-authored-by: Itay Cohen
2020-05-24 01:12:32 +03:00
Itay Cohen
6f75fa1a71
Add menu options for changing IO mode ( #2187 )
2020-05-23 14:41:12 +03:00
karliss
3545f059f1
Rewrite layout management code ( #2172 )
...
* Use QDockWidget::toggleViewAction instead of custom solution.
* Improve new dock placement.
2020-05-22 14:49:34 +03:00
karliss
8a3b51c291
Take into account interactive flag in more cases ( #2208 )
...
* Edge style
* Token highlighting
2020-05-21 16:31:22 +03:00
NIRMAL MANOJ C
1181f7ff5c
Cutter RC Editor - Part B (basic editor) ( #2162 )
2020-05-20 23:38:20 +03:00
fcasal
26cafecc4e
Add emu.str to be saved in settings ( #2205 )
2020-05-18 21:10:47 +03:00
Itay Cohen
a68ce67b2a
Use "analysis" for -A option ( #2203 )
2020-05-17 22:34:38 +03:00
NIRMAL MANOJ C
2078790278
Update r2 and fix API changes ( #2199 )
2020-05-16 20:28:34 +03:00
Itay Cohen
18a21048dd
Update radare2 submodule ( #2189 )
...
* Update radare2 submodule
* Use the new API, r_meta_get_string doesn't return owned pointer anymore.
2020-05-11 19:55:38 +03:00
karliss
1aad797722
Update version number 1.10.3-pre2 -> 1.10.3 ( #2185 )
2020-05-08 19:51:36 +03:00
karliss
cd85582164
Don't do e- when resetting settings. ( #2180 )
2020-05-07 12:05:09 +02:00
Florian Märkl
fab5f901f9
Fix Sample C++ Plugin ( #2182 )
2020-05-07 11:32:21 +02:00
Itay Cohen
fe96ee1b51
Recreate hashes widgets when refreshing ( #2181 )
2020-05-06 20:21:51 +03:00
karliss
ca7b3a623d
Detect when native theme's darkness doesn't match color theme. ( #2176 )
2020-05-04 12:49:40 +03:00
karliss
f65f5cab4b
Notify about seek change when using seek(QString). ( #2175 )
2020-05-02 19:10:02 +03:00
karliss
6135fc7024
Add option for not loading plugins ( #2160 )
...
* Separate commandline parsing from rest of logic.
* Add options for not loading plugins.
2020-04-21 00:22:10 +03:00
karliss
aa8ecee8e2
Use drrj to read values for RegistersWidget. ( #2141 )
...
* Avoids problem with 64bit value as number in json
* Keeps registers in the order reported by r2
2020-04-17 16:01:05 +03:00
karliss
b69dff0fcd
Add commandline option for disabling stdout redirection ( #2144 )
...
* Add option for disabling stdout and stderr redirection.
* Add command line option description to documentation.
2020-04-17 15:02:44 +03:00
karliss
4d2ef58e6a
Fix errors reported by UB sanitizer ( #2150 )
...
* Use qt parent for deleting completer
Manually deleting causes some UAF due to it being installed as event
filter.
Qt seems to destroy things in correct order. Sanitizer doesn't report
completer as being leaked.
* Fix sanitizer problems in HexWidget
* Initialize size properties to somewhat sane values to avoid
unrealized variable use when calculating them first time.
* Change AbstractData interface. Old one returned pointer to unknown
sized block of data which was difficult to use correctly. Adjust bound
checking to avoid out of bounds access when comparing with oldData and
scrolling.
2020-04-16 20:32:24 +03:00
karliss
ccb53fedbf
Use r2 c api for reading comments. ( #2154 )
...
C api allows specifying address directly thus avoiding unnecesarry reads
caused by seek(rb=true).
2020-04-16 20:31:15 +03:00
Itay Cohen
a4cf66d13c
Resource names are strings ( #2151 )
2020-04-15 19:20:57 +03:00
karliss
56543fa0c7
Fix memory leak in listFlagsAsStringsAt. ( #2145 )
2020-04-14 10:58:25 +03:00
Itay Cohen
b7d0c8531b
Slight improvements to light theme ( #2137 )
2020-04-12 09:38:46 +03:00
karliss
80c2128039
Change include order to prevent warning from GNUInstallDirs ( #2132 )
...
CMake >= 3.17 warns that GNUInstallDirs might not work correctly if
included before some target details are known.
closes #2122
2020-04-08 16:45:13 +03:00
itayc0hen
f789337f45
Rename OpenFileDialog to MapFileDialog
2020-04-08 00:10:31 +03:00
itayc0hen
e7691eb956
Rename "Open" to "Map File" and "New" to "New Window"
2020-04-08 00:10:31 +03:00
karliss
0753147930
Update cutter-deps to include qt 5.14.2 ( #1868 )
...
* Use the qt from cutter-deps on windows.
* Adjust shiboken lib name to match cutter-deps
2020-04-07 23:24:25 +03:00
karliss
55d4ee3ce4
By default search r2 in /usr/local used by sys/install.sh. ( #2128 )
2020-04-07 12:39:15 +03:00
Dhaval Purohit
7110d73979
Add tooltip for displaying flag and comment in hexdump ( #1471 ) ( #2116 )
...
* Add tooltip for displaying flag and comment in hexdump (#1471 )
Co-authored-by: Itay Cohen <itaycohen23@gmail.com>
Co-authored-by: karliss <karlis3p70l1ij@gmail.com>
2020-04-04 10:09:30 +03:00
NIRMAL MANOJ C
b06a6d0da8
Added function to load cutterrc from all standard paths along with home ( #2109 )
...
* added function to load cutterrc from all standard paths along with home
2020-03-26 15:07:33 +02:00
itayc0hen
5d02449094
Use cmdRaw and cmdRawAt in Cutter.cpp
2020-03-25 19:12:18 +02:00
itayc0hen
281e75389f
Use cmdRaw and cmdRawAt in MainWindow
2020-03-25 19:12:18 +02:00
itayc0hen
638c838e6f
Use cmdRaw and cmdRawAt in TypesWidget
2020-03-25 19:12:18 +02:00
itayc0hen
1849568c5f
Use cmdRaw and cmdRawAt in HexdumpWidget
2020-03-25 19:12:18 +02:00
itayc0hen
cb1177b35c
Use cmdRaw and cmdRawAt in GraphWidget
2020-03-25 19:12:18 +02:00
itayc0hen
fa2350dfb6
Use cmdRaw and cmdRawAt in DisassemblerGraphView
2020-03-25 19:12:18 +02:00
itayc0hen
4f01d54443
Use cmdRaw and cmdRawAt in DebugActions
2020-03-25 19:12:18 +02:00
itayc0hen
b98c2671b3
Use cmdRaw and cmdRawAt in Dashboard
2020-03-25 19:12:18 +02:00
itayc0hen
31c994ae4c
Use cmdRaw and cmdRawAt in ColorThemeListView
2020-03-25 19:12:18 +02:00
itayc0hen
34e2cdf960
Use cmdRaw and cmdRawAt in DisassemblyContextMenu
2020-03-25 19:12:18 +02:00
itayc0hen
1f41983923
Use cmdRaw and cmdRawAt in ColorThemeEditDialog
2020-03-25 19:12:18 +02:00
itayc0hen
a47dcb26f9
Use cmdRaw and cmdRawAt in XrefsDialog
2020-03-25 19:12:18 +02:00
itayc0hen
647978260a
Use cmdRaw and cmdRawAt in WriteCommandsDialog
2020-03-25 19:12:18 +02:00
itayc0hen
87b9741767
Use cmdRaw and cmdRawAt in NewFileDialog
2020-03-25 19:12:18 +02:00
itayc0hen
932318b407
Use cmdRaw and cmdRawAt in EditVariablesDialog
2020-03-25 19:12:18 +02:00
itayc0hen
07a5b4a748
Use cmdRaw and cmdRawAt in CommentsDialog
2020-03-25 19:12:18 +02:00
itayc0hen
b735cb6f23
Use cmdRaw and cmdRawAt in Configuration.cpp
2020-03-25 19:12:18 +02:00
itayc0hen
6bd0d78b73
Use cmdRaw and cmdRawAt in ColorThemeWorker
2020-03-25 19:12:18 +02:00
itayc0hen
cccbf62ec0
Use cmdRaw and cmdRawAt in AnalTask
2020-03-25 19:12:18 +02:00
itayc0hen
2cefc7444c
Improve cmdRaw
2020-03-25 19:12:18 +02:00
itayc0hen
8501d03615
Version 1.10.3-pre
2020-03-24 13:00:36 +02:00
Liumeo
d202b7d15d
fix statement has no effect warning ( #2110 )
2020-03-23 18:33:55 +02:00
NIRMAL MANOJ C
5fb7fa5b99
fixed - a word not clearly was not clearly visible in preferences-debug ( #2106 )
2020-03-21 19:45:35 +02:00
karliss
1304624b03
Define dependency between python binding target and generated sources. ( #2104 )
2020-03-21 11:29:31 +02:00
optizone
e50eddb8cd
Implement some of w? commands in HexWidget ( #1854 )
...
* Implement write commands in hex widget
* Add cmdRawAt and seekSilent
* Document patching context menu
Co-authored-by: itayc0hen
Co-authored-by: Kārlis Seņko
2020-03-19 11:36:36 +02:00
karliss
c4d7d649f1
Add installing to CMake ( #2084 )
2020-03-15 14:43:42 +01:00
Dhaval Purohit
ddeb7fbe53
Toggle remove option for string definition of instruction ( #2059 ) ( #2094 )
...
* Toggle remove option for string definition of instruction (#2059 )
2020-03-15 14:51:49 +02:00
ITAYC0HEN
b78df947d0
Version 1.10.2
2020-03-10 11:02:52 +02:00
NIRMAL MANOJ C
d12aae2ac0
Add scaling and background transparency options to graph export ( #2089 )
2020-03-09 22:59:03 +02:00
Itay Cohen
a327a33c3e
Add configuration description getter to improve Initial Analysis dialog ( #2088 )
...
* Implement configuration description getter
* Use helper function and remove trimming
2020-03-08 18:27:47 +02:00
karliss
b173d05865
Limit amount of JSON dumped in case of error. ( #2081 )
2020-03-04 09:39:52 +02:00
Florian Märkl
b3f2c9c6c3
Fix deprecated QString usage on empty relro info ( #2075 )
2020-02-28 13:40:51 +01:00
Itay Cohen
7008d4e9b9
Refactor hashes in dashboard to support newly added hashes ( #2067 )
...
* Fix regression of API to get all hashes
* Refactor hashes and entropy in Dashboard
* Update radare2 submoudle
2020-02-28 10:48:30 +02:00
Itay Cohen
c93681649b
Change column oreder in xrefs ( #2068 )
2020-02-28 10:37:07 +02:00
Florian Märkl
e38ff14bac
Add -B option for Base Address ( #2074 )
2020-02-27 20:12:49 +01:00
Itay Cohen
dd7e01be3a
Show realname on disassembly context menu ( #2049 )
...
* Show realname on disassembly context menu
2020-02-15 19:31:11 +02:00
Itay Cohen
9b7e3a3a30
Fix typo "Adanced" -> "Advanced" ( #2060 )
2020-02-15 10:46:19 +02:00
yossizap
eb88c8b21a
Add AddressableItemContextMenu bindings ( #2054 )
2020-02-06 18:32:15 +01:00
karliss
5af4dce7f6
Fix crash when opening theme editing window. ( #2050 )
2020-02-04 11:02:34 +02:00
Itay Cohen
37544b45d5
Don't set comments to vertical when resizing ( #2045 )
2020-02-01 16:54:36 +01:00
Itay Cohen
cf65c0304a
Fix themes in welcome dialog ( #2043 )
2020-02-01 15:06:45 +02:00
Florian Märkl
857ca7fa8d
Version 1.10.1 ( #2041 )
2020-01-31 19:04:11 +01:00
karliss
1ae78655fa
Simplify and move Plugin context menu gui code out of core. ( #2039 )
2020-01-31 11:13:28 +01:00
yossizap
a1b5a41e56
Register refs widget improvements ( #2038 )
...
* Move register refs to the new telescoping function and add an addressable context menu
2020-01-30 19:40:27 +02:00
yossizap
969ce5ac30
Make breakpoints available outside of debug ( #2027 )
...
* Make breakpoints available outside of debug
2020-01-29 18:58:05 +02:00
Hye Sung Jung
57b5879593
fix spelling errors ( #2036 )
2020-01-28 10:02:17 +02:00
karliss
63ae6e665e
Make user plugin path in settings a link. ( #2034 )
...
Closes #1793
2020-01-25 21:26:41 +02:00
Itay Cohen
8266cd074f
Add realname and libname to Flags and Imports widgets ( #2024 )
...
* Add realname and libname to flags and imports
2020-01-25 09:18:53 +02:00
Florian Märkl
7b83bbf07b
Bundle r2dec into macOS Builds ( #2033 )
2020-01-24 21:15:34 +01:00
Florian Märkl
14f830dd81
Bundle r2dec into AppImage ( #2023 )
2020-01-24 12:18:18 +01:00
Itay Cohen
d88bb43d22
Add virtual-size to section widget ( #2030 )
...
* Add virtual-size to table
2020-01-24 13:16:40 +02:00
yossizap
409102afa7
Add api for context menu extensions ( #2029 )
2020-01-24 10:49:52 +01:00
Itay Cohen
e3f7036de7
Improve default line-width values on graph ( #2026 )
2020-01-23 13:09:47 +02:00
Paul I
27449af445
Fix potential nullptr dereference ( #2028 )
2020-01-23 01:07:41 +02:00
Itay Cohen
c7d66cec06
If available, set r2ghidra the default decompiler ( #2007 )
...
* If available, set r2ghidra the default decompiler
* Honor user preferences
2020-01-21 18:43:30 +02:00
Itay Cohen
1c39aa6d41
Add asm.flags.real to preferences and enable by default ( #2014 )
2020-01-21 11:00:38 +01:00
karliss
e0c80182dd
Improve flag and string widget performance ( #2021 )
...
* Deffer vtable refresh.
* Use uniformRowHeight mode
* Adjust StringsWidget column resizing mode.
2020-01-20 20:36:32 +02:00
Florian Märkl
a9ed742cad
Update radare2 and fix Cutter for it ( #2017 )
2020-01-15 20:19:24 +01:00
Itay Cohen
3eeb631c68
Add sha256 and crc32 to the hexdump widget ( #2006 )
...
* Add SHA256 and CRC32 to hexdump widget
* Fix layout
* Add copied-to-clipboard messages
2020-01-13 21:48:43 +02:00
karliss
b3776a6b73
Set zoom factor when opening appearance settings. ( #2003 )
2020-01-11 00:02:28 +02:00
yossizap
830e9cd947
Add a custom telescoping function and improve StackWidget's output ( #1990 )
...
* Add a custom telescoping function and improve StackWidget's output
* Use colors from the color configuration for stackswidget
* Improve telescoping output
2020-01-10 22:46:49 +02:00
karliss
c645cbee01
Refresh monospace font after it gets reset by style or font change. ( #2002 )
2020-01-08 00:03:25 +02:00
xarkes
2850a61086
Added translations target languages ( #1988 )
2020-01-05 12:53:40 +02:00
ps
692346f08b
src/CutterApplication.cpp: Fix Typo ( #1987 )
2020-01-04 21:22:41 +02:00
Itay Cohen
653cefc2b1
set Style tab to default view ( #1986 )
2020-01-04 20:43:05 +02:00
karliss
90c7bfab1e
Breakpoint editor dialog ( #1975 )
...
* Add breakpoint dialog for editing breakpoint properties
* Allow editing breakpoint using context menu from breakpointWidget and disassembly menu.
2020-01-04 20:05:49 +02:00
int_13h
32be76fabc
multiple instructions can be patched now ( #1984 )
2020-01-02 10:07:10 +02:00
int_13h
7fdd8117a9
added a ';' delimiter and responsive dialog box ( #1983 )
2020-01-02 10:03:04 +02:00
int_13h
12c1d2c5ab
Show multiple instructions in edit->bytes dialog
...
closes #1940
2020-01-01 15:39:27 +02:00
yossizap
7e6a8ae17a
Fix debug not working with paths that have a space in them ( #1978 )
...
* Fix debug not working with paths that have a space in them
* Updated r2 for spaced paths fix and other debug fixes
2019-12-30 17:00:54 +02:00
karliss
46ba0dc20a
Add more breakpoint editing options ( #1967 )
...
* Convert breakpoint widget to AddressableItemWidget
* When selecting multiple breakpoints and pressing delete key delete all of them
* Allow toggling breakpoint trace and active properties by doublicking them in table
2019-12-26 22:51:55 +02:00
karliss
550d079f14
Improve graph HighDPI scaling ( #1963 )
2019-12-22 20:56:33 +02:00
Florian Märkl
c0d4fda0c7
Version 1.10.0 ( #1954 )
2019-12-20 18:13:31 +01:00
yossizap
45f7c78726
Moved the debug exit dialog to DebugActions
...
Qt may crash or freeze if a window is created outside of the main loop
2019-12-20 18:03:39 +01:00
yossizap
f5cd754a0d
Use events to notify the user about the debugee's death
2019-12-20 18:03:39 +01:00
yossizap
3be0472837
Fix remote debug crash after the first session
2019-12-20 18:03:39 +01:00
yossizap
96baaeada6
Prevent the update of some widgets while debug task is in progress to avoid freezing
2019-12-20 18:03:39 +01:00
yossizap
2fb59b26ad
Switch to registerChanged from seekChanged where possible
...
Some widgets would constantly refresh when moving around, making the
interface very laggy
2019-12-20 18:03:39 +01:00
karliss
0b849bc05e
When using add breakpoint button add it not toggle. ( #1953 )
2019-12-20 18:02:27 +01:00
karliss
faf6959278
Workaround for new debug widgets being opened in normal mode. ( #1950 )
2019-12-20 08:19:44 +02:00
karliss
05acb30076
Show debug widget menu under Debug. ( #1949 )
2019-12-19 20:03:44 +02:00
Itay Cohen
4e84d1b502
Highlight Breakpoints and PC in decompiler ( #1948 )
2019-12-19 18:58:30 +01:00
Florian Märkl
58b44893f9
Add -F command line option to specify Format ( #1946 )
2019-12-19 13:59:15 +01:00
Properrr
78c6e651c8
Define string of length N in address ( #1915 )
...
* Implemented "setString" submenu for the Disasm widget
2019-12-18 16:26:51 +02:00
Florian Märkl
8f480d9c2c
Fix Segfault on Quit after Debug/Emulation ( #1943 )
2019-12-18 14:56:57 +01:00
Florian Märkl
fd98694c9a
Fix automatic function naming ( #1942 )
2019-12-18 15:20:33 +02:00
karliss
6b2433e986
Increase input field size when resizing NativeDebugDialog. ( #1930 )
2019-12-16 00:16:11 +02:00
yossizap
64371bb07a
Fix formatBytecount's sizes ( #1928 )
...
This caused a crash (ref #1925 ) when seek was set to UT64_MAX.
2019-12-15 09:44:43 +02:00
yossizap
59af77fb72
Separate the search widget's boundaries for debug and non-debug modes
...
Previously, you could search in spaces that weren't available in debug
mode and freeze Cutter. That also meant most existing searches would freeze
Cutter when debug started.
2019-12-14 16:44:57 +02:00
yossizap
17d5ae0cfd
Replace changeDebugView and changeDefinedView with toggleDebugView
2019-12-14 16:44:57 +02:00
yossizap
2f6e4b183e
Removed disabling of startEmul to show the restart debug option when emulating
2019-12-14 16:44:57 +02:00
yossizap
77081526b2
Add startRemote to the debug dropdown menu
2019-12-14 16:44:57 +02:00
yossizap
d60f9aa52a
Updated r2 for 'doc' and 'oo' reloc fixes and integrated 'doc'
2019-12-14 16:44:57 +02:00
yossizap
a8bc37f0de
Add a signal for widget rebasing and switch to oodf for remote debug rebasing ( #1913 )
...
* Add codeRebased to sync widgets after debug starts
* Switch attachDebug to oodf to enable rebasing
2019-12-14 16:44:57 +02:00
yossizap
519cd5dabd
Add debug dialogs ( #1903 )
2019-12-14 16:44:57 +02:00
yossizap
ef97c84351
Add processes widget for kernel and child debugging ( #1894 )
...
* Update r2 for dp fixes and general debug fixes
* Added ProcessesWidget for kernel debugging and switching between children
* Update r2 for dpl fixes
* Update r2 for linux and gdbserver dp/dp= fixes
* Added switchedThread and switchedProcess events to refresh their widgets
Seek doesn't always change after switching if the other process is at
the same offset in the same binary so it's better to have another event
for it.
* Disable threads/processes widget during a debugtask/when not debugging and clear it's history after a session
* Improve Processes Widget's UI
- Remove vertical numbers
- Highlight the current process with bold instead of using the "current"
column
* Updated r2 for fork fixes
2019-12-14 16:44:57 +02:00
itayc0hen
4d306616f9
Use proper docstrings
2019-12-14 16:44:57 +02:00
itayc0hen
272cf68818
Remove metadata from inkscape icons
2019-12-14 16:44:57 +02:00
itayc0hen
52f9a57c04
Remove auto scroll from registerRefs widget
2019-12-14 16:44:57 +02:00
itayc0hen
e54ab621fc
Support multi-theme icons on debug
2019-12-14 16:44:57 +02:00
itayc0hen
a75533c3ae
Improve debug icons
2019-12-14 16:44:57 +02:00
itayc0hen
bb4a82a352
Show icon in menus
2019-12-14 16:44:57 +02:00
itayc0hen
d197339665
Use uppercase for program counter name
2019-12-14 16:44:57 +02:00
itayc0hen
c15cac1cba
Make labels selectable by mouse
2019-12-14 16:44:57 +02:00
itayc0hen
88afd22af8
Disable auto scroll in stack widget
2019-12-14 16:44:57 +02:00
itayc0hen
0eb5753758
Rename backtrace func name column
2019-12-14 16:44:57 +02:00
itayc0hen
a02753f866
Auto-select text in EditInstructionDialog
2019-12-14 16:44:57 +02:00
itayc0hen
035aa52cca
Improve RegistersWidget grid UI
2019-12-14 16:44:57 +02:00
itayc0hen
489b89dc7c
Improve stack widget ui
2019-12-14 16:44:57 +02:00
itayc0hen
ccd8e86052
Remove column of active thread in ThreadsWidget
2019-12-14 16:44:57 +02:00
itayc0hen
44e68146db
Remove vertical numbers in debug widgets
2019-12-14 16:44:57 +02:00
itayc0hen
a63c3401b6
Change label to suspend process
2019-12-14 16:44:57 +02:00
yossizap
f284f9d209
Stdin redirection for locally debugged processes ( #1892 )
2019-12-14 16:44:57 +02:00
yossizap
49d58b3624
gdbserver and windbg remote debugging support ( #1874 )
...
* Added remote debugging
2019-12-14 16:44:57 +02:00
yossizap
c85e1db3b3
Detach Cutter interface from debug command execution ( #1857 )
2019-12-14 16:44:57 +02:00
yossizap
a3e140bf4d
ThreadsWidget and r2 debugging fixes ( #1846 )
...
* Added wrappers for dpt and dpt=
* Added ThreadsWidget used for thread monitoring during debugging
* Updated r2 for dpt, dpt= and drrj fixes
* Convert r2's pid status letters to more informative strings
* Replaced cmdj with cmd and ensure the thread's data is synced
* Moved viewThreas to threadsWidget.ui, switched from onDoubleClick to Activated and added a column cleanup
* Add old row cleanup to BacktraceWidget
* Clean up
* Added sorting and filters
* Modified ThreadsWidget for Qt5.3 compatibility
2019-12-14 16:44:57 +02:00
xarkes
c3ce953134
Fixed include
2019-12-14 16:44:57 +02:00
mandlebro
9e9ad353c6
Look for sym.main instead of main 'cause latter is not rebasing in PIEs
2019-12-14 16:44:57 +02:00
mandlebro
9970028914
Fix PIE debug
2019-12-14 16:44:57 +02:00
mandlebro
b0effdf94f
Hides the ContinueUntilMain button if there is no flag called main
2019-12-14 16:44:57 +02:00
mandlebro
75ae47dbcb
Fixes issues with reset layout in debug mode
2019-12-14 16:44:57 +02:00
mandlebro
721870ac0e
Fix emulation not working after a debugging session
2019-12-14 16:44:57 +02:00
mandlebro
f627b1306b
Reenable debugging/attaching
2019-12-14 16:44:57 +02:00
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
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
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
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
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
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
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
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
9755fb5ec0
Implement parsing selected bytes as Yara ( #1818 )
...
* Export selected bytes to Yara
* update radare2
2019-10-08 14:22:09 +03:00
karliss
b11ba240d2
Improve compatibility with cmake 3.5 and QT 5.5-5.11. ( #1805 )
2019-10-06 20:35:44 +03:00
Teddy Heinen
de8aef47f7
fix #1802 (newly created graph docks have no title) ( #1815 )
2019-10-04 22:57:30 +03:00
karliss
38cdb90dc4
Restore breakpoint listing. ( #1811 )
2019-10-03 21:04:15 +03:00
karliss
1cef190d29
Use AddressableItemContextMenu in Registers widgtet. ( #1794 )
...
* Use AddressableItemContextMenu in Registers widgtet.
* Hide shortcuts becasue they can't be used in register widget.
2019-10-02 14:22:04 +03:00
optizone
59161e633f
Add search color option feature + sort color options by name ( #1803 )
2019-10-01 10:39:59 +03:00
Itay Cohen
2589e713fd
Improve about dialog ( #1799 )
...
* Improve about dialog
2019-09-30 14:33:24 +03:00
Alex Vorobyev
41234e0ea7
Fix link to screenshot in appdata ( #1804 )
2019-09-29 11:36:43 +02:00
Alex Vorobyev
d69dee7225
Add information from aai to Dashboard, fixes #1571 ( #1792 )
...
* Add information from aai to Dashboard
2019-09-28 23:46:40 +03:00
karliss
88553ae7d9
Fix crash when using graph shortcut ( #1801 )
2019-09-28 18:21:13 +03:00
xarkes
a15d104b45
Fixed zoom shortcuts to something more generic ( #1781 )
2019-09-27 19:16:05 +03:00
karliss
23561f4337
Add addressable item context menu to stack widget ( #1779 )
...
* Use addresableItemContextMenu in stack widget.
* Show hexwidget when seeking to stack.
2019-09-25 17:18:30 +03:00
karliss
75e98cb05d
Update R2Task.cpp ( #1790 )
2019-09-25 16:00:43 +02:00
Itay Cohen
2d34eb286a
Add more shortcuts to DisassemblyContextMenu ( #1782 )
2019-09-25 15:58:58 +02:00
Paul I
d1d1f97592
Update r2 submodule ( #1786 )
2019-09-25 14:36:30 +02:00
karliss
8287e426ba
Graph export without graphviz ( #1773 )
2019-09-19 08:19:50 +03:00
Óscar Carrasco
e7ead2e1b6
Fix "ta" commands after radare2 command refactoring #1774 ( #1775 )
...
* Fix "ta" commands after radare2 command refactoring #1774
* update radare2 submodule
2019-09-15 14:41:12 +03:00
Florian Märkl
b866e16b26
Fix Segfault on Theme Editor Preview Click
2019-09-09 16:36:39 +02:00
xarkes
1d1e2af9c3
Fixed TypeWidget font to monospace. ( #1755 )
...
Also the tab width was set to 4 chars.
2019-09-07 16:26:25 +02:00
Florian Märkl
b4535227cf
Version 1.9.0
2019-09-06 08:40:20 +02:00
Florian Märkl
33d97ee16a
Bundle r2ghidra-dec
2019-09-06 08:40:20 +02:00
Itay Cohen
1d692db261
Rename PseudoCode widget to Decompiler ( #1728 )
2019-09-06 07:40:20 +02:00
xarkes
806de0b341
Fixed refactoring leftover ( #1746 )
2019-09-06 07:38:28 +02:00
Itay Cohen
2a978081a1
Center Rename Dialogs ( #1743 )
2019-09-05 10:22:05 +02:00
karliss
6fe473948b
Select highlighted variable in EditVariablesDialog if possible. ( #1727 )
2019-09-04 19:39:33 +03:00
Florian Märkl
77ab80a5b2
Fix unnecessary Auto-Decompile on Seek ( #1734 )
2019-09-03 16:25:28 +02:00
karliss
89e87dbbf2
Read global offset when opening a new hexdump widget. ( #1732 )
2019-09-02 22:51:35 +03:00
karliss
a4ba6f8b2b
Allow seeking in unsynchronized widgets using 'g'. ( #1731 )
2019-09-02 10:34:41 +03:00
karliss
567f852c3a
Common behaviour for lists with items that have address part 2 ( #1718 )
...
* Seperate addressable item list widget from ListDockWidget.
* Convert ResourceWidget, strings widget, flags widget, search widget, MemoryMapWidget, xrefs dialog
* Don't silently overwrite comment in add comment action.
2019-09-02 00:30:25 +03:00
Itay Cohen
fa759dd660
Increase asm.tabs indention
2019-09-01 17:51:42 +03:00
Florian Märkl
86473e3465
Decompiler Auto-Refresh ( #1724 )
...
* Implement Decompiler Auto-Refresh
2019-09-01 12:06:54 +03:00
Florian Märkl
81f7169379
Fix Main Task Synchronization ( #1723 )
2019-08-30 17:31:30 +02:00
Florian Märkl
76b9354673
Make Decompilation asynchronous ( #1721 )
2019-08-28 19:01:12 +02:00
karliss
d49caae37b
Fix Disassembly widget focus detection. ( #1720 )
2019-08-28 14:37:52 +02:00
Florian Märkl
13e18f77de
Refactor Decompiled Code Structure ( #1717 )
2019-08-27 17:27:39 +02:00
Florian Märkl
448350c83d
Fix Segfault after changing Decompiler ( Fix #1705 ) ( #1715 )
2019-08-23 22:06:44 +02:00
karliss
0aa91c328c
Common behaviour for lists with items that have address ( #1700 )
2019-08-19 15:35:25 +02:00
karliss
cd2dbc4a29
Restore cursor after making empty selection. ( #1714 )
2019-08-19 08:23:42 +03:00
karliss
f50fecc57b
Add context menu entries for target address ( #1712 )
...
* Refactor "used here" logic.
* Add menu for showing instruction target.
2019-08-14 21:47:30 +03:00
karliss
468100c52d
Don't interpret data as code in xrefs from table. ( #1710 )
2019-08-11 21:42:15 +03:00
Itay Cohen
d3f91a5ed6
Add context menu to PseudocodeWidget ( #1702 )
2019-08-07 14:38:22 +03:00
Florian Märkl
9c1f4e6a34
Use Graphviz as Target ( #1701 )
2019-08-04 00:13:21 +02:00
Itay Cohen
330795a650
Improve InitialOptionsDialog and modify UI terminology for analysis ( #1669 )
...
* Define CommandDescription struct
* Refactor InitialOptionsDialog to to work with CommandDescription
* Clean InitialOptionsDialog UI
2019-08-04 00:58:41 +03:00
karliss
2f0c0ddc23
Graphviz based graph layout ( #1691 )
2019-08-03 15:10:44 +02:00
karliss
1fd06a26c5
Fix out of bounds memory access. ( #1697 )
2019-08-03 13:18:05 +03:00
xarkes
148c7aa9e9
Fixed file name display in new file dialog ( #1675 )
2019-07-31 13:21:01 +02:00
karliss
a5dc85c3c5
Graph edge highlight ( #1693 )
...
* Highlight edges to and from current block in graph.
2019-07-30 21:35:00 +03:00
karliss
64d0d6b00d
Allow returning to top level in sdb widget. ( #1696 )
2019-07-29 07:56:23 +03:00
karliss
5dc5fe1cee
Fix memory leak in sdbListKeys. ( #1695 )
2019-07-29 00:42:25 +03:00
Florian Märkl
329a9b6da1
Update r2 and Fix for /c -> /a change ( #1689 )
2019-07-24 21:21:25 +02:00
Adam Zambrzycki
a6e03d4195
Fix ClassesWidget sorting by vtable offset ( #1686 )
...
* Fix ClassesWidget sorting by vtable offset
* Force showing base above methods
2019-07-24 09:14:14 +02:00
karliss
c2a7fd85a4
Transfer zoom events from overview to main graph. ( #1685 )
2019-07-22 22:28:11 +03:00
Florian Märkl
9dd3b2f2f3
Use bundled radare2 as ExternalProject in cmake ( #1674 )
2019-07-22 21:18:14 +02:00
Paul I
ae1c1a741c
Add CUTTER_DEPS_DIR option
2019-07-21 16:09:07 +02:00
Florian Märkl
39a9266be1
Don't use scr.html in CommandTask ( #1683 )
2019-07-21 13:57:57 +02:00
karliss
239fde50be
Fix arrow offset when scrolling with arrows or zooming in. ( #1677 )
2019-07-20 16:10:49 +03:00
karliss
6c40191cce
Rewrite raise memory widget functionality ( #1654 )
...
* Seperate seek from seeking and changing focused widget.
* Change memory widget priorities
* Add Show in context menu
2019-07-19 22:21:12 +03:00
Jovany Leandro G.C
914b35e637
Update lib_radare2.pri
...
Override PREFIX= from command 'qmake PREFIX='
2019-07-19 10:16:13 +02:00
xarkes
b4f7f1a232
Added QtVersion inside AboutDialog
2019-07-18 22:24:32 +02:00
Adam Zambrzycki
d22769ee9c
Unify preferences layouts ( #1670 )
...
* Unify preferences layout
2019-07-18 23:02:13 +03:00
karliss
6ee6b41786
Use more specific stylesheet selecters. ( #1668 )
...
Prevents unintend application of style to internal subwidgets.
2019-07-18 09:05:29 +03:00
xarkes
f830fc17fb
Updated DisasWidget zoom shortcuts
...
Now the shortcuts are consistent with the GraphView widget.
2019-07-17 09:23:14 +02:00
Florian Märkl
dee24b861d
Remember last selected Decompiler
2019-07-17 09:08:26 +02:00
Florian Märkl
26dce4c7b9
Add Plugin Interface for Decompilers
2019-07-17 09:08:26 +02:00
xarkes
fc9bbe1432
Remove old radare2 configuration variable ( #1665 )
2019-07-16 20:34:10 +02:00
Kārlis Seņko
d78e43a403
Adjust arrow offset calculation.
2019-07-16 18:47:26 +02:00
Florian Märkl
4487564f7d
Add a generic Decompiler interface and remove pdc ( #1659 )
2019-07-15 14:08:44 +02:00
adikso
736d3e1f1d
Add scrolling to DisassemblyWidget left panel
2019-07-15 09:13:17 +02:00
ITAYC0HEN
4b9a4ff2e2
Make penSizePix thinner
2019-07-13 10:54:37 +02:00
Unknown
77a7710daf
Improve arrow widget
2019-07-13 10:54:37 +02:00
xarkes
33dca54176
First implementation of new disassembly widget
2019-07-13 10:54:37 +02:00
Itay Cohen
243b10adae
Bump cutter to 1.8.4 ( #1651 )
2019-07-13 10:52:40 +02:00
Florian Märkl
7c605e3fed
Make Syntax Highlighter react to Theme Changes ( #1650 )
2019-07-12 15:37:19 +02:00
Florian Märkl
7017c8a323
Sync PseudocodeWidget with Seek ( #1648 )
2019-07-12 10:57:07 +02:00
Florian Märkl
db3c34a9cd
Use KSyntaxHighlighting ( #1645 )
2019-07-11 15:21:54 +02:00
Florian Märkl
c7d582f00a
Add Loading ~/.cutterrc ( #1644 )
2019-07-11 12:32:56 +02:00
Florian Märkl
78ff1459c9
Fix Qt 5.13 deprecations ( #1641 )
2019-07-09 20:55:07 +02:00
xarkes
68a864ee0a
Fix r2dec detection ( #1640 )
2019-07-09 00:53:27 +03:00
Florian Märkl
a7a7bad6d9
Cleanup Remnants of Widget Actions ( #1637 )
2019-07-04 20:51:44 +02:00
fcasal
2ac1455642
Rename dialog text is now preselected ( #1635 )
2019-07-03 08:52:06 +02:00
Florian Märkl
2feb8d1280
Version 1.8.3
2019-07-01 22:26:38 +02:00
Itay Cohen
d8b53421cd
Disable asm.movlea by default ( #1630 )
2019-06-30 11:48:25 +02:00
Itay Cohen
4e0d899f68
fix asm.describe typo ( #1629 )
2019-06-29 19:38:43 +03:00
karliss
552021c38d
Move graph header to GraphWidget. ( #1628 )
...
* prevents layout problems
* fix header change when doubleclicking in unsynchronized function
2019-06-29 09:28:35 +03:00
Itay Cohen
5758ffcafb
Initial refactoring and improvement for Assembly Options Dialog ( #1627 )
...
* set asm.refptr default to false
* Cleanup of AsmPreferences
* Use a single slot to handle boolean checkboxes
2019-06-29 08:09:51 +03:00
Itay Cohen
f712038de4
Case Insensitive ASM search + Update radare2 submodule ( #1612 )
2019-06-23 10:29:44 +02:00
optizone
8138a43923
Disable modification buttons for builtin color themes ( #1615 )
2019-06-21 18:27:21 +03:00
optizone
594896c06f
Fix crash on theme edition ( #1614 )
2019-06-20 16:28:35 +02:00
Florian Märkl
6762f4c153
Fix Console Font for some Platform Themes ( #1610 )
2019-06-19 13:49:29 +02:00
karliss
dba42e7cd8
Don't raise unsynced widgets. ( #1609 )
2019-06-19 00:59:24 +02:00
Florian Märkl
c96c72a147
Remove Memory Widget Pointers and Toggle Actions
2019-06-18 20:24:17 +02:00
Florian Märkl
ede98df6ac
Fix initial objectName for Memory Widgets
2019-06-18 20:24:17 +02:00
Florian Märkl
0c3b7e7f07
Fix saved unsync list
2019-06-18 20:24:17 +02:00
optizone
06aceaf9b1
Refactor Layout Save and Restore Feature ( #1538 )
...
#1515
2019-06-18 15:02:41 +02:00
karliss
bb80cbd862
Use correct character width for hexwidget ( #1607 )
2019-06-18 10:34:30 +02:00
Florian Märkl
e5370d171d
Fix def. Cutter specific Colors for Custom Themes ( #1606 )
2019-06-17 19:42:17 +02:00
karliss
69748d064c
Improve hex selection painting and right click behavior. ( #1602 )
...
* Improve hex selection painting and right click behavior.
* Do not remove selection when right clicking outside selection
* Indicate active hex widget side by painting selection differently
* Add horizontal padding and indicate partial selection.
2019-06-17 15:13:34 +03:00
Itay Cohen
5fb2c8ac6f
Implement Editing and Viewing of Types in the Types Widget ( #1597 )
...
* Implemet Edit and View for types
* Rename LoadNewTypes to TypesInteraction
2019-06-13 09:22:20 +03:00
optizone
228d3a454a
Interface theme and theme features refactoring ( #1598 )
...
* init commit
* use hex
* delete obsolete code
* alpha channel feature update
* enhance pattern painting
* remove useless code
* add comment
2019-06-12 20:46:07 +03:00
Itay Cohen
a3657f913b
Combine Set-As menu items ( #1601 )
2019-06-12 10:08:15 +03:00
Charles Ellis
d59ea03f87
Remove default Shiboken2 executable in qmake proj ( #1600 )
2019-06-11 09:57:20 +02:00
Itay Cohen
f9f8e90ac6
Improve Graph Overview Fill and node Colors ( #1596 )
2019-06-05 14:28:05 +03:00
Itay Cohen
c141eb34cc
Implement Seek to start/end of function Shortcuts ( #1589 )
...
* fix ctrl+'+' to zoom in`
* Add '^' and '$' shortcuts
2019-05-30 11:41:14 +03:00
Itay Cohen
53756f29d2
Sync hex.pairs eval to "Bytes as pairs" in Hexdump ( #1586 )
...
* Sync hex.pairs eval
2019-05-29 09:25:23 +03:00
rrockru
adf28e4362
Added natural registers sorting in RegistersWidget ( #1591 )
2019-05-27 10:55:09 +03:00
karliss
6c76c85c97
Fix memory leaks found by ASAN. ( #1590 )
2019-05-26 13:12:23 +03:00
Itay Cohen
14665cbe8a
make the shadow selection wider in hex ( #1584 )
2019-05-25 10:02:20 +03:00
optizone
31838a3a35
Basic Block Highlight ( #1533 )
2019-05-23 18:22:31 +02:00
karliss
214e6f4264
Hide duplicate and cross-function edges. ( #1582 )
2019-05-23 12:52:56 +02:00
karliss
75146d63f9
Update hex side panel only when visible. ( #1578 )
...
Fixes #1528
2019-05-23 12:44:28 +02:00
Itay Cohen
1e4f933733
Fix PNG iCCP errors ( #1583 )
2019-05-23 11:34:09 +02:00
karliss
9a42b3cdd2
Fix QToolbutton color and offset in light theme. ( #1579 )
2019-05-23 08:03:16 +03:00
karliss
63bf1864d0
Remove tab style modifications in native style sheet. ( #1565 )
2019-05-23 07:40:53 +03:00
Florian Märkl
a6f4ac2dd3
Lock Core in CutterCore::loadScript() ( #1581 )
2019-05-22 13:29:26 +02:00
Florian Märkl
5390a7d173
Bump to Version 1.8.2 ( #1568 )
2019-05-20 21:14:35 +02:00
Florian Märkl
c0b359cb65
Keep Console Font on Theme Change ( #1567 )
2019-05-20 21:06:25 +02:00
Florian Märkl
29aed93bc9
Remove vertical padding in QMenuBar in Light Theme ( #1566 )
2019-05-20 20:53:25 +02:00
Florian Märkl
3cef904843
Update r2 and fix r_free ( #1564 )
...
* Update radare2 to 3.5.1
* Use r_mem_free() instead of r_free()
2019-05-20 20:35:56 +02:00
karliss
15a4d37a1c
Remove unnecesarry native theme modifications. ( #1562 )
2019-05-20 19:33:22 +02:00
Florian Märkl
b9ada358ad
Fix ColorThemeEditDialog.h Include Guard ( #1563 )
2019-05-19 23:21:42 +02:00
Florian Märkl
90f71085d7
Fix some Warnings ( #1561 )
2019-05-19 22:11:09 +02:00
optizone
822034b392
Improve Color Theme Copy Feature ( #1560 )
2019-05-19 19:29:01 +02:00
Florian Märkl
2012637922
Add Settings and Color Theme Versioning ( #1557 )
2019-05-19 17:34:06 +02:00
Florian Märkl
d32e3fa20f
Enable Console Completion only on Tab ( #1558 )
2019-05-19 16:24:06 +02:00
Florian Märkl
7e8eb9c393
Disable Up/Down in Console during Completion ( #1554 )
2019-05-19 14:45:49 +02:00
karliss
c0f4f458ed
Take in to account selected instruction when moving view offset. ( #1551 )
2019-05-19 13:27:15 +03:00
karliss
1aabddc3f6
Make code compatible with QT 5.9 ( #1553 )
...
* Make code compatible with QT 5.9, Ubuntu 18.04.
* Fix high dpi scaling in ColorThemeListView.
2019-05-19 13:24:24 +03:00
Florian Märkl
051eb3aaf3
Save Console Wrap in QSettings ( #1550 )
2019-05-17 19:48:59 +02:00
Florian Märkl
2352477805
Fix HexWidget ShortcutContext ( #1549 )
...
Fixes Ctrl+C not working anywhere else.
2019-05-17 18:40:45 +02:00
Florian Märkl
db4dcb5964
Fix XrefsDialog Preview Font ( #1548 )
2019-05-17 14:19:47 +02:00
xarkes
2734ff026a
Code cleanup ( #1535 )
2019-05-17 13:40:50 +02:00
Florian Märkl
ef22f20548
Fix non-integer Font Metrics in Graph ( #1545 )
2019-05-17 13:00:54 +02:00
karliss
ff0f15605b
Fix io plugin listing. ( #1544 )
2019-05-17 10:09:10 +03:00
Florian Märkl
a38d6707cd
Remove unnecessary Console Messages ( #1546 )
2019-05-16 21:42:27 +02:00
karliss
d55ae67dc0
New Hexedit ( #1516 )
2019-05-16 18:03:48 +02:00
Florian Märkl
4f71526100
Fix Sections Size in Visualization
2019-05-16 14:57:18 +02:00
Florian Märkl
a18265a022
Remove Code Duplication in AbstractAddrDock
2019-05-16 14:57:18 +02:00
Florian Märkl
8f49722bf9
Auto Resize Visualization in SectionsWidget
2019-05-16 14:57:18 +02:00
Florian Märkl
a3a8daae55
Add Permissions Column to SectionsWidget
2019-05-16 14:57:18 +02:00
Florian Märkl
e48392a1e0
Make gui.dataoffset color adapt to Native
2019-05-16 14:57:18 +02:00
karliss
7bc4dd06bc
Always enter mouse drag mode when clicking on overview widget. ( #1539 )
...
Fixes #1503 .
2019-05-16 14:17:38 +02:00
karliss
5a59546009
Refresh overview even when function doesn't change ( #1541 )
...
It may be necesarrry to update data after changes in graph layout or
other properties.
2019-05-16 14:15:12 +02:00
Florian Märkl
72eab68be1
Revert "Fix layout save and restore feature ( #1515 )" ( #1537 )
...
This reverts commit 2ba9e170c5
.
2019-05-15 20:45:16 +02:00
optizone
2ba9e170c5
Fix layout save and restore feature ( #1515 )
2019-05-14 23:30:10 +03:00
Florian Märkl
65b5f78a59
Fix Bindings of Signals ( Fix #1482 ) ( #1530 )
2019-05-13 13:55:02 +02:00
karliss
170d77e62c
Check if target graph has been set. ( #1517 )
...
Fixes #1508 .
2019-05-12 07:08:48 +03:00