-
Linux Kernel Modules has no `ret` in functions. Rizin is able to detect them. However, the decompiler failed to parse data of each function, causing very long function in decompiler widget which is to…
-
### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) …
imyxh updated
9 months ago
-
### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) …
-
When trying to run your example given in the README of this repo I came across this error.
```
package command-line-arguments
imports github.com/perlin-network/noise
imports github.com/oasislabs…
-
Implement side-by-side diffing mode for:
- [ ] Hexadecimal view
- [ ] Disassembly view
- [ ] Graph view
- [ ] Pseudocode view
See also Rizin's `RzDiff`-labeled issues: https://github.com/ri…
-
Hi!
Thanks a lot for the packaging, it's very convenient :)
Since you first published it, the KDE desktop portal [now supports complete filesystem accesses](https://github.com/flatpak/flatpak-docs…
-
**Is your feature request related to a problem? Please describe.**
There should be an option in Cutter (probably in `Edit -> Preferences`) to store the `.rzdb` project in compressed format. Relevan…
-
I have tried to build this and it will not build. Also the llvm-tricore distribution you reference will not build as well. Can you provide information on how to build a release. Any help would be grea…
-
Depending on what types are assigned to variables in Rizin, they might overlap depending on their size. This is not supported by the decompiler and it has to remove some if such a case is detected.
W…
-
Using API directly will improve the performance and allow to avoid situations when Rizin command has changed but it went unnoticed in Cutter. Using API will guarantee if the function has changed - it …