fcasal
35b948bf19
added debug branch to travis
2018-06-21 15:40:49 +01:00
xarkes
b8e876ad9c
Made a quick open file dialog ( #543 )
2018-06-20 11:24:28 +02:00
mauronz
da2c4770fc
Fix references to pkg-config in lib_radare2.pri for Unix ( #540 )
...
* Fix references to pkg-config in lib_radare2.pri for Unix
2018-06-19 16:16:22 +02:00
dok
db76bffbe3
widgets/disasm: Add shortcuts to change font-size
...
Add two shortcut for changing the font-size in the Disassembly window:
CTRL+PLUS : increase font size
CTRL+MINUS: decrease font size
Issue: #298
2018-06-17 17:41:35 +02:00
jcaesar
81aa85e461
Add appstream XML file ( #536 )
2018-06-12 15:03:01 +02:00
0x00rick
b0b211d43e
added python dependencies notice for default building process ( #530 )
2018-06-10 10:24:43 +02:00
xarkes
2264353507
Reset settings do not modify architecture
2018-06-09 12:14:03 +02:00
fcasal
3300b59172
Update radare2 ( #520 )
2018-06-07 09:48:38 +02:00
fcasal
e8b024042b
Added widget to view register values ( #509 )
...
* Added backtrace info
* Make stack printing arch agnostic
* Split into registers/stack/backtrace widgets
* hide table idxs in stacktable
* backtrace table header has register name instead of generic PC/SP
* imports cleanup
* add sorting to stack table
* add Qheaderview import
* Added button to set registers
* added color to recently changed register
* reorganized Windows tab and added stacking to debug widgets
2018-06-06 13:05:20 +02:00
Florian Märkl
14cfe74324
Use QSharedPointer for AsyncTask
2018-05-28 16:19:04 +02:00
Florian Märkl
7777707062
Remove Progress UI from OptionsDialog
2018-05-27 22:10:23 +02:00
Florian Märkl
39eee858e6
Fix Memory Bug in AsyncTaskDialog
2018-05-27 21:57:37 +02:00
Florian Märkl
5dbaefb176
Exit AnalTask if interrupted
2018-05-27 21:49:14 +02:00
Florian Märkl
4ce04c4f95
Refactor Analysis Options
2018-05-27 21:38:19 +02:00
Florian Märkl
f09d32bd3d
Interrupt AsyncTask from AsyncTaskDialog
2018-05-27 18:45:30 +02:00
Florian Märkl
3e8b76138c
Use AsyncTaskDialog for initial Analysis
2018-05-27 18:03:29 +02:00
Florian Märkl
896925736f
Add Timer to AsyncTask
2018-05-27 16:51:33 +02:00
Florian Märkl
6dd71958e2
Add AsyncTaskDialog
2018-05-27 16:51:33 +02:00
Florian Märkl
68e57f536f
Fix CMake build for Qt 5.11
2018-05-27 16:38:08 +02:00
Florian Märkl
7117846b3e
Use AsyncTask for initial analysis
2018-05-26 20:17:01 +02:00
Florian Märkl
790dd4868e
Add AsyncTask
2018-05-26 20:17:01 +02:00
Florian Märkl
49dabaab71
Optimize seekChanged in FunctionsModel #498
2018-05-25 20:55:05 +02:00
fcasal
0cea9e3287
Multiple graph/disasm/hexdump widgets and independent seeks ( #504 )
2018-05-25 16:30:59 +02:00
xarkes
f2dab2d198
Bashim
2018-05-25 14:12:20 +02:00
Florian Märkl
c4a4cb8a25
Fix Graph Local Check
2018-05-24 18:58:57 +02:00
Florian Märkl
e642406192
Replace DisassemblerGraphView::sent_seek with connect/disconnect
2018-05-24 18:58:57 +02:00
rrreeezzz
b857e724e8
Add a panel for zignatures #463 ( #505 )
2018-05-24 17:37:37 +02:00
Florian Märkl
cd776c24ef
Avoid calling triggerRaisePrioritizedMemoryWidget() on every command
2018-05-24 15:42:27 +02:00
Florian Märkl
1ee7061c72
Remove unnecessary pass Statements
2018-05-24 10:41:01 +02:00
Florian Märkl
d2948c6888
Add cmake-build-* to gitignore
2018-05-24 10:40:44 +02:00
xarkes
2391b4eff6
Updated radare2
2018-05-24 08:21:12 +02:00
fcasal
7fdfad32f7
Added headers widget ( #499 )
2018-05-21 19:34:41 +02:00
Xaltonon
55be4efb8c
Graph improvements ( #500 )
...
* Add antialiasing to graphview
* Make panning speed up/slow down with current zoom
* Made scrolling proportional to zoom level
2018-05-21 19:33:46 +02:00
Itay Cohen
8ac598f992
Fixed x-refs to Address ( #495 )
2018-05-14 17:21:59 +02:00
xarkes
24941611fe
g++ fix ( #491 )
2018-05-13 21:38:53 +02:00
Xaltonon
a04c633655
Replace placeholder icons in preferences window with SVGs ( #493 )
2018-05-13 20:59:33 +02:00
Itay Cohen
fad76ecddb
Disable align to 0 of HexdumpWidget, highlight current seek ( FIX #64 ) ( #492 )
...
* Disable align to 0 of HexdumpWidget, highlight current seek
Disabled the alginment to `0x???????0` and made the current seek the first column.
Added color to highlight the current seek address.
* fixed camelCase
* Fixed camelCase#2
2018-05-13 16:43:38 +02:00
Xaltonon
21400952f2
Add tree-structured config dialog ( #489 )
2018-05-13 09:52:49 +02:00
Xaltonon
58226dda0e
Add forward/back functionality to mouse buttons ( #490 )
...
* Add forward/back functionality to mouse buttons
* Prevent other widgets from stealing mouseclicks for buttons 4 & 5
2018-05-13 09:50:01 +02:00
xarkes
03b762a77a
Improved gitignore
2018-05-12 09:27:54 +02:00
fcasal
4b148d74de
Added ctrl+wheel zoom in graph view ( #484 )
2018-05-10 16:08:03 +02:00
xarkes
4fa4460cd5
Updated radare2 (fix pdJ)
2018-05-09 16:27:25 +02:00
xarkes
43b147c6eb
Added message box when r_core_file_open fails
2018-05-08 22:44:53 +02:00
fcasal
8ab3a3664c
Fixed switching between views in same offset ( #483 )
2018-05-08 20:09:05 +02:00
xarkes
73d395c2be
Fix -B default value
2018-05-07 17:16:51 +02:00
xarkes
923a7e888c
A bit of AnalThread cleaning
2018-05-05 15:20:36 +02:00
rrreeezzz
53a7d5a959
Button grayed out if no signatures/version info available #474 ( #481 )
2018-05-05 14:58:26 +02:00
Itay Cohen
eef5022469
Add entropy to Section widget ( #480 )
2018-05-05 12:11:44 +02:00
Itay Cohen
31c7289726
Fixed Entropy and baddr on Dashboard view ( #479 )
2018-05-04 12:50:57 +02:00
xarkes
d34dab3925
Added info about nullptr and connect() style
2018-05-04 10:11:10 +02:00