Dhruv Maroo

Results 8 issues of Dhruv Maroo

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

good first issue
UI

**Your checklist for this pull request** - [x] I've read the [guidelines for contributing](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md) to this repository - [x] I made sure to follow the project's [coding style](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md#code-style) - [...

rz-test
RzAnalysis
X86

This way, the `strcmp` check in `SleighIDFromCore` function results as true, and in the corresponding branch, we extract the correct architecture using `SleighIdFromSleighAsmConfig`. Before the fix: ``` [0x00000000]> pdga WARNING:...

This PR adds extra arguments at the end of "attach" command, and these will be forwarded on to `perf` verbatim. Therefore, we can now use the following command ``` $...

This PR introduces an option (`-z-print-pid`) to be used when `Env_vars.debug` is set to `true`. This would print the PIDs of all the processes which magic-trace attaches to. A demo...

80-bit floats are handled incorrectly by Rizin. Partial fixes (like #4251) help in fixing some of the IL operations. But many other IL operations are still broken. Example: ``` x...

bug
high-priority
RzUtil
RZIL

### Work environment | Questions | Answers |------------------------------------------------------|-------------------- | OS/arch/bits (mandatory) | Arch Linux, x86-64 | File format of the file you reverse (mandatory) | Not relevant | Architecture/bits of...

bug
test-required
RzType
high-priority
crash

**Your checklist for this pull request** - [x] I've read the [guidelines for contributing](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md) to this repository - [x] I made sure to follow the project's [coding style](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md#code-style) - [...

RzAnalysis
RZIL
SPARC