rockrid3r

Results 9 issues of rockrid3r

C++ executables usually require `libstdc++` shared object file. Having version mismatch btw `libc` and `libstdc++` will usually cause an error on startup: ``` $ LD_PRELOAD=./libc.so.6 ./ld-2.35.so ./exe ./libc.so.6: version `GLIBC_2.36'...

Adds kernel-pwning support. Partly fixes #293 Right now it works if shell commands `vmlinux-to-elf [file] [outfile]` and `extract-vmlinux [file] > [outfile]` works. We need to discuss how to add the...

**Is your feature request related to a problem? Please describe.** SLUB allocator is the default allocator in Linux Kernel since `2.6`. While debugging it would be nice to have a...

Fixes issue #154. dumpargs() working for syscalls

### Work environment | Questions | Answers |------------------------------------------------------|-------------------- | OS/arch/bits (mandatory) | Debian amd64 | File format of the file you reverse (mandatory) | ELF | Architecture/bits of the file...

test-required
RzType
DWARF

Addresses #4421 . - [ ] Introduce `RzTypeScope`. - [x] Make the `*_by_offset` hashtables in `dwarf_process.c` being attached to 1 compilation unit: allocate at the beginning, free before the end...

RzAnalysis
API
RzType
DWARF

# DO NOT MERGE IT'S STILL UNTESTED * There is no legitimate way to test the functionality now. I will tell you later why exactly. * Firstly the #4385 should...

rz-test
RzAnalysis
API
RzCore
RzUtil

### Work environment | Questions | Answers |------------------------------------------------------|-------------------- | OS/arch/bits (mandatory) | Debian 12 x86/64 | File format of the file you reverse (mandatory) | ELF | Architecture/bits of the...

bug
Debug
performance

**Is your feature request related to a problem? Please describe.** Working on #4257 currently. It is useful to be able to get offset from base type to it's member. For...

test-required
RzType