well-mannered-goat
well-mannered-goat
Have tweaked some tests to check how they are working, will fix rz-test accordingly
Wrote some changes description in the PR Also in FreeBSD `sysctl` is used to fetch maps first, because `procfs` is not mounted on `\proc\` hence no pid directories are there...
Forgot about the step over test, will also add it
> > Wrote some changes description in the PR > > Also in FreeBSD `sysctl` is used to fetch maps first, because `procfs` is not mounted on `\proc\` hence no...
Hey, so these warnings are related to `ctype.h` functions. One thing I could do is use such functions as `tolower((unsigned char)c)` but that would cause problems in other builds i...
> If we speak about the backward step and recording, Rizin already supports it - see dsb and dts commands. It is experimental and could be better tested and improved....
I am creating a` RzBuffer` of `RzIO` length in `rz_str_stringify_raw_buffer()` but then i would also need to refactor the different functions used to get the `rsize` correct?
Ok sure Yea I thought refactoring `RzStrStringifyOpt` would be a better option. Would look into it.
ignore the comments for now Some relocation patching is still left especially the ones which have group masking, still trying to understand how those work.