karliss
503907909f
Create SyntaxHighlighter based on RAnnotatedCode. ( #2409 )
2020-08-31 09:00:55 +03:00
Oriol Castejón
9e346275c5
Add new Analysis section to the Preferences widget ( #2332 )
2020-08-10 19:12:38 +03:00
karliss
d6d2e90028
Clazy warnings ( #2371 )
...
* Refactor some of the connect calls.
* Refactor more old style signal connect calls.
2020-08-07 17:18:42 +03:00
karliss
c149f38f11
Output colors in rgb:nnnnnn format instead of #nnnnnn. ( #2376 )
...
ec name #nnnnnn can get mixed up with comment.
2020-08-07 17:01:50 +03:00
karliss
7c9c7e6fe4
Add symbol exports. ( #2345 )
...
* Add symbol exports required for external native plugins to work on Windows
* Make Linux build behave more like Windows so that missing export
annotations can be more easily detected.
2020-08-01 17:14:30 +03:00
karliss
a0eb9e3fa9
Remove debug output. ( #2315 )
2020-07-22 11:57:26 +02:00
Itay Cohen
c923576b7e
Fix the "all green" navbar ( #2305 )
...
* Specify the search range for search.in
* Add config_set(key, const char*) overloads to prevent char* being automatically casted to bool and config_set(key, bool) being chosen unexpectedly.
2020-07-20 23:11:31 +03:00
karliss
e14d0d8ef6
Update r2 to 4.5 and fix renamed configuration variables. ( #2288 )
2020-07-20 15:47:48 +03:00
karliss
8c52627312
Graph optimize placment ( #2255 )
...
Add optional placement optimization pass which tries to push everything together and ignores the grid.
2020-07-03 20:09:37 +03:00
NIRMAL MANOJ C
d26e48f3f5
Fixed Memory Leak in R2DecDecompiler::decompileAt ( #2257 )
2020-06-20 13:06:13 +03:00
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
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
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
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
fcasal
26cafecc4e
Add emu.str to be saved in settings ( #2205 )
2020-05-18 21:10:47 +03:00
karliss
cd85582164
Don't do e- when resetting settings. ( #2180 )
2020-05-07 12:05:09 +02:00
karliss
ca7b3a623d
Detect when native theme's darkness doesn't match color theme. ( #2176 )
2020-05-04 12:49:40 +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
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
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
NIRMAL MANOJ C
d12aae2ac0
Add scaling and background transparency options to graph export ( #2089 )
2020-03-09 22:59:03 +02:00
Hye Sung Jung
57b5879593
fix spelling errors ( #2036 )
2020-01-28 10:02:17 +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
c645cbee01
Refresh monospace font after it gets reset by style or font change. ( #2002 )
2020-01-08 00:03:25 +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
Itay Cohen
4e84d1b502
Highlight Breakpoints and PC in decompiler ( #1948 )
2019-12-19 18:58:30 +01: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
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
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
a50a8939ef
Adding Adikso's Midnight Theme ( #1895 )
2019-12-08 10:57:42 +01:00
Florian Märkl
a4e0308e84
Update radare2 and fix Cutter for it ( #1890 )
2019-11-27 11:49:44 +01:00
Leopold Kozioł
41f532ed7b
Add instruction highlight in graph view ( #1879 )
2019-11-17 20:44:10 +02:00
xarkes
cae07d15db
Refactored qhelpers AbstractItemView item select ( #1850 )
2019-10-20 14:59:10 +03:00
Jochen Bauer
b81eed7f22
Replacing all QRegExp with QRegularExpression ( #1820 )
...
* Replacing all QRegExp with QRegularExpression
2019-10-13 17:59:12 +03:00
Wesley King
83b1ce2c49
Add common zoom action for widgets using font from configuration ( #1813 )
2019-10-12 08:50:10 +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
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