Sahil Siddiq

Results 73 comments of Sahil Siddiq

Hi. I am sorry for the really late response. I think I have understood what I need to do here. I believe I need to change the description given in...

Hi. I have opened a PR in #6177. Please do let me know if there are changes that need to be incorporated. > it would seem to be nice to...

Hi. This seems like a challenging task. I would like to give this a try.

Cool, thank you! I'll take a look at the examples first.

Hi. I am currently working on this issue as a microtask for gsoc this year. I was going through the code and there are several questions that I would like...

@XVilka Thanks for the clarifications! I'll start working on this immediately.

There are a few more modes that I have come across. Could you please let me know what they are? They are 'c', 'x' and 'w' in this [switch case](https://github.com/rizinorg/rizin/blob/dev/librz/core/canalysis.c#L4460)...

In that case, should I leave the ones that aren't described in `RzOutputMode` untouched?

In some functions (for example in [this one](https://github.com/rizinorg/rizin/blob/dev/librz/core/cmd_info.c#L350)), `mode` is being initialized to a number for example `int mode = 0`. Should I change this to `RzOutputMode mode = RZ_OUTPUT_MODE_STANDARD`?...

I tried rebuilding and recompiling the project after making the changes and got a compilation error. In [this](https://github.com/rizinorg/rizin/blob/dev/librz/config/config.c#L169) switch case, there's `case 2` on line 181 and `case 'j'` on...