cutter
cutter copied to clipboard
Free and Open Source Reverse Engineering Platform powered by rizin
Add flag in Hexdump context menu
**Is your feature request related to a problem? Please describe.** Trying to understand how cutter is connected to rizin from the source code is challenging for new comers and especially...
Show the entropy values and bars in the optional column of hexdump to quickly show the entropy differences between different rows.
There is `rz_cons_html_filter()` call in `src/core/Cutter.cpp` that has output depending on the internal state of the RzCons. It should be substituted with reading the JSON output from `rz_core_print_disasm_json()` instead.
**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....
Use the same scheme as Rizin does. For example, header could look like this: ```c // SPDX-FileCopyrightText: 2019 Jane Doe // SPDX-License-Identifier: GPL-3.0-or-later ``` More at https://reuse.software/faq/#quick-summary See also: -...
**Your checklist for this pull request** - [x] I've read the [guidelines for contributing](https://cutter.re/docs/contributing/code/getting-started.html) to this repository - [x] I made sure to follow the project's [coding style](https://cutter.re/docs/contributing/code/development-guidelines.html) - [x]...
**Environment information** * Operating System:+Linux Ubuntu 18 * Cutter version: 2.0.5 * Obtained from: - [ ] Built from source - [X] Downloaded release from Cutter website or GitHub -...
**Environment information** * Operating System: Windows 7 x64 Service Pack 1 * Cutter version: 2.0.5 x64 * Obtained from: https://cutter.re/ - [ ] Built from source - [x] Downloaded release...