mandlebro
2bfa3b7a3f
fix saving settings when debugging
2018-07-26 12:57:05 +02:00
mandlebro
ac4751eb4a
added debug option to change debug plugin
2018-07-26 12:57:05 +02:00
mandlebro
ffb3903311
add continue until call/syscall to toolbar
2018-07-26 12:57:05 +02:00
mandlebro
b1fa37a999
when quitting debug, we go to where we were before debug
2018-07-26 12:57:05 +02:00
mandlebro
40ce944381
added basic debug view and stop debug button to toolbar
2018-07-26 12:57:05 +02:00
fcasal
7eea0ed311
Debug toolbar ( #521 )
2018-07-26 12:57:05 +02:00
Florian Märkl
b74560eb0f
Fix flagspace for initial script
2018-07-24 19:50:55 +02:00
Florian Märkl
e0c7e625e4
Add R2Task class
2018-07-22 15:04:19 +02:00
Adam Zambrzycki
db682f6ef9
Added options to remove excessive spacing ( #577 )
...
* Add option to configure asm.tabs.off
* Add option to configure asm.cmt.col
2018-07-17 09:25:17 +02:00
Florian Märkl
806bd6346f
Set r2 prefix before r_core_loadlibs()
2018-07-14 21:04:13 +02:00
xarkes
bf911b4ba2
Initialize settings earlier and disable jmptbl ( #576 )
2018-07-12 15:04:33 +02:00
Florian Märkl
125006b1c2
Optimize VisualNavbar Stats Loading
2018-07-06 18:00:26 +02:00
Florian Märkl
8566e9e2b3
Fix VisualNavbar range
2018-07-06 17:32:50 +02:00
Florian Märkl
f12118f4d4
WIP VisualNavbar
2018-07-06 17:32:50 +02:00
Florian Märkl
7e8e182f72
Use p- in VisualNavbar
2018-07-06 17:32:50 +02:00
xarkes
22465615a4
Fixed weird widget priority behaviour and fix #514
2018-07-01 13:47:15 +02:00
Florian Märkl
1a0f307dcb
Add CutterCore::getBlockStatistics()
2018-06-29 12:34:01 +02:00
Florian Märkl
dd7a5f4eb6
Fix some warnings
2018-06-26 18:17:03 +02:00
xarkes
bfa495321a
C++ Plugins ( #550 )
...
* Added Cutter plugins listing
* Added SetupInterface callback
* Added seekChanged signal handling to plugin
2018-06-26 09:40:08 +02:00
Florian Märkl
83c6fd5d22
Fetch Functions in Task
2018-06-25 21:28:34 +02:00
Florian Märkl
8b293bfe8c
Add CommandTask
2018-06-24 21:12:22 +02:00
Florian Märkl
e3bd0612d9
Use r2 tasks for fetching strings
2018-06-24 21:12:22 +02:00
Florian Märkl
2e26ead446
Get Strings from r2 API
2018-06-24 21:12:22 +02:00
xarkes
b8e876ad9c
Made a quick open file dialog ( #543 )
2018-06-20 11:24:28 +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
790dd4868e
Add AsyncTask
2018-05-26 20:17:01 +02:00
fcasal
0cea9e3287
Multiple graph/disasm/hexdump widgets and independent seeks ( #504 )
2018-05-25 16:30:59 +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
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
Itay Cohen
8ac598f992
Fixed x-refs to Address ( #495 )
2018-05-14 17:21:59 +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
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
Paul I
bebc2ec36d
More c++11 ( #478 )
...
* Replace 0 and Q_NULLPTR with nullptr
* Use c++11 foreach
2018-05-04 09:58:32 +02:00
rrreeezzz
f5f2c4702e
Add a button "Version Information" in Dashboard (iVj) #317 ( #468 )
2018-05-01 20:53:14 +02:00
rrreeezzz
756ebec512
Delete project with pop-up confirmation ( #451 )
2018-04-23 09:54:24 +02:00
rrreeezzz
6642f60f75
Add information about register used in a function #381 ( #442 )
...
* Add information about register used in a function #381
2018-04-18 11:13:08 +02:00
Florian Märkl
1e81aafb37
Use r_sys_prefix() for AppImage and macOS AppBundle ( Fix #432 )
2018-04-16 21:36:55 +02:00
Florian Märkl
839ec9fffe
Fix seeking to anything but Adresses in Omnibar
2018-04-13 10:55:54 +02:00
xarkes
d263778ad2
Radare2 update
2018-04-11 11:44:01 +02:00
rrreeezzz
997b68ac38
Add more information in Function Panel #382 ( #436 )
...
* Add more information in Function Panel #382
* Fix sort
* Fix calltype
* Fix build dir
2018-04-10 20:34:11 +02:00
Florian Märkl
adb311a122
Move default AsmOptions code to Configuration and shorten it ( #415 )
...
* Correct asm.cmtright to asm.cmt.right
* Add asm.flgoff to Disassembly Options
* Add Configuration::get/setConfig
2018-03-22 09:42:54 +01:00
xarkes
3cd71f75e1
Changing coding style
2018-03-21 21:33:40 +01:00
fcasal
0a252bda7b
Added rop gadget search ( #403 )
2018-03-16 10:07:41 +01:00
Florian Märkl
cd28e00bb5
Add FlagsWidget Context Menu
2018-03-11 17:40:52 +01:00
Florian Märkl
2ab6907746
Add CutterCore::getAllClassesFromFlags()
2018-03-11 12:13:08 +01:00