Commit Graph

2546 Commits

Author SHA1 Message Date
xarkes
b27ee987da
Update MapFileDialog.cpp (#3165) 2023-05-04 12:13:57 +08:00
Giovanni
3166843dff
Add rz-silhouette to cutter builds (#3161) 2023-04-11 11:35:52 +08:00
Anton Kochkov
fcd504d87f
Update rizin to the latest "dev", translations (#3160) 2023-04-10 15:58:34 +08:00
Florian Märkl
1f133741ab
Make ClassesWidget a ListDockWidget (#3152)
Adds Quick Filter and generic address-based context menu entries to the
existing ClassesWidget. The original ClassesWidget.ui is not used
anymore as the layout is provided by ListDockWidget and only adjusted.
The AddressableItemContextMenu may now also optionally be shown when
there no currently selected item by using
setShowItemContextMenuWithoutAddress(). This is used e.g. to display the
"Create Class" option when nothing is present in the list.

Fixes #2237

Co-authored-by: Tristan Crawford <tristanthtcrawford@gmail.com>
2023-03-30 19:33:31 +02:00
Anton Kochkov
d3ee310a21 Set Rizin version to 0.6 2023-03-13 14:12:46 +08:00
Anton Kochkov
af970e29d7 Update Rizin to the latest dev 2023-03-13 14:12:46 +08:00
Anton Kochkov
1c1355df1f Bump version to v2.2.0 2023-03-13 14:12:46 +08:00
Florian Märkl
63125b16c7
Unify parents of dialogs shown by DisassemblyContextMenu (#3148)
Analogous to 2d7fd02a62, parents of
dialogs shown from the DisassemblyContextMenu are consistent now and
windowing issues when lauched through shortcuts are fixed.
2023-03-12 18:54:00 +01:00
Yappa
e69a007b8f Fix "New Function" Dialog (#3102) 2023-02-24 10:43:55 +08:00
Anton Kochkov
68ec5a3da1
Fix attaching debugger (#3139)
* Fix attaching debugger
* Fix deadlock on attach

Co-authored-by: wargio <wargio@libero.it>
2023-02-22 23:09:24 +08:00
Joakim Nohlgård
c68598757d
Fix typo in CMake option names (#3137) 2023-02-22 09:06:32 +08:00
Anton Kochkov
d39a282ea7 Update Rizin to the latest stable 2023-02-21 22:21:34 +08:00
Anton Kochkov
4701cedfd2 Get type format from RzBaseType directly 2023-02-21 16:55:33 +08:00
Anton Kochkov
54e8e9c403 Remove LGTM badge 2023-02-20 21:27:36 +08:00
Anton Kochkov
b98eb64646 Remove pci hexdump parsing mode 2023-02-20 16:41:12 +08:00
wargio
7a96fad546 Fix graph export commands to use c api 2023-02-18 22:43:15 +08:00
Anton Kochkov
20801f7fe6 Enable graphviz for AppImage 2023-02-18 22:43:15 +08:00
Anton Kochkov
7057c8606f Update Russian and Chinese translations 2023-02-18 22:34:56 +08:00
Anton Kochkov
eb0327ab0c Update rizin to the latest "stable" 2023-02-18 22:34:56 +08:00
wargio
f2e00c59c8 Fix #3113 - Wrong usage of rz_cmd_call instead of rz_core_cmd and @! 2023-02-18 22:07:47 +08:00
Florian Märkl
235b75f3ed
Update translations (#3122) 2023-02-15 15:58:45 +01:00
Anton Kochkov
d3790af78e
Update rizin to the latest "stable" (#3120) 2023-02-14 19:17:31 +01:00
Anton Kochkov
6397a2ec64
Update rizin to the latest "stable" (#3112) 2023-02-09 09:00:37 +02:00
Anton Kochkov
957364dedf
Update rizin to the latest "stable" (#3107) 2023-02-08 17:25:55 +01:00
Anton Kochkov
fdb2f9e545 Add Qt6 CI job 2023-02-08 21:26:43 +08:00
Anton Kochkov
bbd4961468 Use QFontMetrics instead of fontMetrics() 2023-02-08 21:26:43 +08:00
Anton Kochkov
3e0bc74e77
Use git branch and revision in version string (#3109) 2023-02-07 18:04:14 +01:00
Khairul Azhar Kasmiran
9bf4dd3be2
Run always the bundled Rizin's Ninja (#3108)
This ensures that the bundled Rizin will always be built when Cutter is,
to compile with any changes made to Rizin.
2023-02-07 17:48:33 +01:00
Khairul Azhar Kasmiran
9b093d6f4c
Add note on missing qt5-default in latest Debian dists (#3106) 2023-02-05 22:06:59 +08:00
Anton Kochkov
baeffba7d1
Fix #3087 - use new RzStrEnc for RzBinString (#3088) 2023-01-29 09:51:48 +01:00
Anton Kochkov
7f0daf96dd
Update Rizin to the latest dev (#3086) 2023-01-27 17:46:12 +08:00
Rohit Bisht
5144c3f3b5
Support graph and disassembly scrolling via PgUp and PgDown 2023-01-19 09:49:54 +08:00
Lovecraft's_Cat
3921ba172e
Added Scoop in the Windows download instructions (#3071)
Since Scoop supports this project, it would be sensible to make it explicit for Windows users that it's an available install option.
2023-01-16 17:33:08 +08:00
Florian Märkl
4e0e0000e1 Remove Breakpad Crash Reporting
Crash dumps generated with breakpad were not made use of to an extent
that would justify the extra maintenance overhead that it comes with. As
Windows builds have recently been broken by it, now is a good time to
retire it.
2023-01-13 14:53:27 +01:00
Florian Märkl
c5f6cc0c3f Update gha get-release action to fix it on new macOS 2023-01-13 14:53:27 +01:00
Semnodime
54cd0f1a42
Fix fo/fortune command in python sample (#3076, Fix #3075) 2023-01-11 10:39:43 +01:00
Tristan
93acec9682
Add text debounce to QuickFilterView & ComboQuickFilterView (#3072) 2023-01-11 10:38:23 +01:00
karliss
a82d4402f8
Store action data as QString. (#3073)
Fixes compilation error in newer QT versions, and also prevents risk of potential memory issues.
2023-01-10 09:45:47 +08:00
Florian Märkl
34018519de
Cleanup and fix macOS CI (#3070)
2to3 has some suffix now and workarounds are no longer necessary.
2023-01-08 12:04:36 +01:00
Florian Märkl
3d49c4b65a
Fix parsing of new types from C (#3068)
In the TypesWidget, right-click+Load New Types was opening the dialog
for editing an existing type instead of creating a new one. This would
either result in an error (for atomic types) or the old type being
deleted on success.
2023-01-07 20:05:41 +01:00
Florian Märkl
ad82407c2c
Fix changing the CC of a function (#3067)
The QByteArray must be kept alive as long as its contens are used. Also
in this function, Core()->renameFunction() is not used to avoid sending
multiple signals for a single edit action.
2023-01-07 20:05:14 +01:00
Florian Märkl
2d7fd02a62
Unify parents of dialogs shown by DecompilerContextMenu (#3066)
When triggered through a keyboard shortcut, the dialogs shown here would
be positioned at the last position of the context menu or (0, 0), which
is not desired. Using a currently shown widget as the parent fixes this.
2023-01-04 18:23:07 +01:00
Florian Märkl
d47eb1c41f
Update to new variable storage in Rizin (#3062) 2023-01-02 13:29:41 +01:00
Giovanni
d58edca0c8
Fix wrong tg link in new issue (#3057) 2022-11-25 22:53:10 +08:00
Paula
22613b52ed
Adding some functions to "banned" (#2816) 2022-11-06 08:32:30 +02:00
Florian Märkl
abfcad6584
Update rizin with new var counting functions (#3053) 2022-11-05 00:13:02 +01:00
Florian Märkl
dda1ece261
Remove use of deprecated rz_analysis_var_all_list() (#3052) 2022-11-04 14:17:23 +00:00
Anton Kochkov
e56a0b5581
Fix GitHub Actions warnings (#3051) 2022-11-02 19:13:57 +08:00
Anton Kochkov
e7c9ab515e
Update Rizin to the latest dev (#3050)
* Update Rizin
* Remove rz-agent from CMake scripts
2022-11-02 11:14:23 +01:00
Theofilos Pechlivanis
22e8bf2381
Refresh Call Graph when renaming functions (#3049) 2022-11-01 22:01:56 +02:00