Riccardo Schirone
Riccardo Schirone
### Work environment | Questions | Answers |------------------------------------------------------|-------------------- | OS/arch/bits (mandatory) | Fedora 33 | File format of the file you reverse (mandatory) | ELF | Architecture/bits of the file...
### Work environment | Questions | Answers |------------------------------------------------------|-------------------- | OS/arch/bits (mandatory) | MacOS | File format of the file you reverse (mandatory) | Mach-O | Architecture/bits of the file (mandatory)...
**Describe the bug** These defects were found with coverity and they look legit. ``` Error: USE_AFTER_FREE (CWE-416): [#def979] dyninst-10.1.0/dyninst-10.1.0/patchAPI/src/PatchBlock.C:423: freed_arg: "destroy" frees "this->points_.entry". dyninst-10.1.0/dyninst-10.1.0/patchAPI/src/PatchBlock.C:424: deref_arg: Calling "~Point" dereferences freed pointer...
I think we should introduce new APIs to increment/decrement the ref value of a Sdb. This can be very useful in radare2 where sdb are passed around and sometimes it's...
If a client fills the input buffer, client_work() disables the AVAHI_WATCH_IN event, thus preventing the function from executing the `read` syscall the next times it is called. However, if the...
**Is your feature request related to a problem? Please describe.** When we open a binary with relocs, for example an ELF, Rizin now automatically shows the patched relocations. However, one...
There seems to be no way to determine the base of a number when there are no analysis hints defined
Copied from https://github.com/radareorg/radare2/issues/17727 # Description I'm trying to implement a hotkey to toggle the immediate base in Cutter. For the hotkey to always work correctly, I need to obtain the...
### Work environment | Questions | Answers |------------------------------------------------------|-------------------- | OS/arch/bits (mandatory) | Fedora 33 | File format of the file you reverse (mandatory) | Mach-O 64-bit x86_64 executable, | Architecture/bits...
With https://github.com/rizinorg/rizin/pull/2057 we introduced CMake files generated from meson, so that systems without pkg-config (e.g. windows) can still easily discover Rizin libs. They are also useful for cmake projects such...
**Is your feature request related to a problem? Please describe.** * `.comment` value in the cpu/platform profiles is not used in any way. * there is no way to specify...