Lucas Hosseini
e523ac8365
Get rid of stale jump arrows in disassembly widget. ( #3175 )
...
This commit clears arrows from edited instructions, in order to avoid
stale arrows to remain drawn.
closes #3114
2023-05-14 21:29:26 +08:00
Giovanni
9cbacff329
Fix broken English in UI ( #3184 )
2023-05-14 21:29:26 +08:00
Anton Kochkov
a96206e7ab
Update Hindi, French, Russian translations ( #3182 )
2023-05-14 21:29:26 +08:00
Giovanni
4191a00965
Fix 'Rizin Graph' widget ( #3179 )
2023-05-14 21:29:26 +08:00
Anton Kochkov
b6e1778344
Update Japanese, Spanish, Ukranian translations ( #3167 )
2023-05-14 21:29:26 +08:00
xarkes
546999978e
Update IOModesController.cpp ( #3166 )
2023-05-14 21:29:26 +08:00
xarkes
4f0d8f7e2b
Update MapFileDialog.cpp ( #3165 )
2023-05-14 21:29:26 +08:00
Anton Kochkov
c0f260ca69
Fix attaching debugger ( #3139 )
...
* Fix attaching debugger
* Fix deadlock on attach
Co-authored-by: wargio <wargio@libero.it>
2023-02-22 23:39:52 +08:00
Anton Kochkov
ef0d69b53a
Bump version to v2.2.0
2023-02-22 21:25:45 +08:00
Anton Kochkov
4701cedfd2
Get type format from RzBaseType directly
2023-02-21 16:55:33 +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
7057c8606f
Update Russian and Chinese translations
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
bbd4961468
Use QFontMetrics instead of fontMetrics()
2023-02-08 21:26:43 +08:00
Anton Kochkov
baeffba7d1
Fix #3087 - use new RzStrEnc for RzBinString ( #3088 )
2023-01-29 09:51:48 +01:00
Rohit Bisht
5144c3f3b5
Support graph and disassembly scrolling via PgUp and PgDown
2023-01-19 09:49:54 +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
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
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
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
Theofilos Pechlivanis
22e8bf2381
Refresh Call Graph when renaming functions ( #3049 )
2022-11-01 22:01:56 +02:00
Theofilos Pechlivanis
ae1e15b7a2
Keep CallGraph widget active when seeking to other functions
2022-10-31 18:33:54 +02:00
Duncan Ogilvie
1ac814c1b9
Fix the padding in SimpleTextGraphView ( #3046 )
2022-10-25 12:16:48 +02:00
Alex Anderson
3224daa0ee
Add case insensitive string search ( #2817 )
2022-10-23 13:43:30 +02:00
Duncan Ogilvie
0624cd1d19
Show a nice folder structure in Visual Studio ( #2890 )
2022-10-23 11:40:26 +00:00
Giovanni
8ad700a6dc
Update rizin ( #3044 )
2022-10-05 10:35:43 +08:00
Florian Märkl
d972f86e6f
Bump version to 2.1.2 ( #3039 )
2022-09-19 09:47:22 +02:00
karliss
2e414069c5
Support editing in hex editor ( #3026 )
2022-09-06 18:46:39 +03:00
turlututututu
a2ed7971aa
Update iterator synthax to be compatible with cpp17 ( #3033 )
...
std::iterator is deprecated in cpp17 thus in order to be able to upgrade
to cpp17 if needed we manually define the relevant types for iterator.
See https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/ for
more details.
2022-09-05 19:39:53 +03:00
Edd Barrett
e6db27135d
Fix build on 32-bit systems. ( #3032 )
2022-08-18 17:18:40 +02:00
billow
7a83001a06
convert ?E
to API ( #3025 )
2022-08-18 06:52:50 +08:00
Kārlis Seņko
cab85d204e
Set org domain to fix alt tab icon on Linux #3022
2022-08-15 17:50:43 +03:00
Kārlis Seņko
ee7cfc1b89
Make library list in dashboard scrollbable when needed #3019
2022-08-15 17:31:17 +03:00
Kārlis Seņko
550c416c04
Don't refresh graph breakpoints during redraw.
2022-08-14 13:50:46 +03:00
billow
756850ae27
Convert cmds {.
, afv[WR]j
} ( #3017 )
...
* remove `asyncCmd` `asyncCmdEsil`, `cmdjTask`, `cmdEsil`, `cmdjAt`
* convert `afv[WR]j`
2022-08-14 12:10:18 +03:00
karliss
41c4857ed9
Introduce some helpers to deal with rizin C API more cleanly. ( #3020 )
2022-08-13 23:12:57 +03:00
Kārlis Seņko
39bf5c6429
Don't try to load files with wrong extension as native plugins. #2626
2022-08-11 20:47:49 +03:00
billow
617c79f976
Convert pdsf
to API ( #3010 )
...
* convert `pdsf`
* remove unused
- `CutterCore.opcodes`
- `cmdList`
2022-08-11 20:46:18 +08:00
Kārlis Seņko
6b7b1d1450
Do not check "Built from source" in bug report template by default.
2022-08-11 13:28:23 +03:00
billow
a5b0dd3ed2
Convert commands(agJ
, anj
, pi
) to rizin APIs ( #3005 )
2022-08-11 18:05:14 +08:00
billow
c263d4bd1b
Convert agcj
command call to the API ( #3012 )
2022-08-11 01:18:56 +08:00