Aswin C
Aswin C
> and remove https://github.com/radare/radare2/blob/master/libr/syscall/example.syscall-file Should this file be still removed? I saw plans to update it [here](https://github.com/radareorg/radare2/issues/1025#issuecomment-46087416).
Hey @XVilka, What does `@v` do exactly? I couldn't find in the internal help, so I thought I'll add it too.
Awesome! So, can we have the help like: `@v:value modify the current offset to a custom value` ?
+1 for this issue. Awesome project, by the way. :)
> Is this PR still going on? I've had long COVID and is still recovering, so there's a bit of a drop in the motivation. Feel free to steal it...
> I am not sure if this "list" is a right solution though. This output mode-dependent logic should be only in the printing function. The `rz_cons_pal_list()` just should return a...
Yes, I was looking at this again and was still stuck at figuring out what sort of C structure to make an RzList out of. > The rz_cons_pal_list() just should...
I was trying to update `hppa/gnu`. It compiles fine, but they seem to have changed their format a bit and removed braces for `if` statements with one lines, making a...
> rz_core_cmd0(core, "pg"); For the above command, if [this](https://github.com/rizinorg/rizin/blob/dev/librz/core/cmd_print.c#L1559-L1568) is what's getting executed, I can get an API just for that, I suppose. Same calls are in agraph as well.
>I think instead it should be added as a Rizin comment to the address where the port is used. Alright, so I think adding comments from Platform profiles [here at...