Riccardo Schirone

Results 71 issues of 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...

high-priority
ELF

### 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)...

RzAnalysis
test-required
Mach-O

**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...

bug
code cleanup
user-reported

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...

RzBin
config
stale

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...

test-required
disassembly
stale

### 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...

bug
good first issue
RzBin
test-required
RzType
stale

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...

buildsystem

**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...

RzArch