Rot127

Results 545 comments of Rot127

fyi: https://github.com/capstone-engine/capstone/discussions/2505

Actually it fits very well in the abstract interpretation I currently implement. The abstract interpreter is an independent module and can be used for it. Or it is a by-product...

`rr` apparently supports IDEs with it's gdb interface (https://github.com/rr-debugger/rr/wiki/Using-rr-in-an-IDE). So either it is already possible to use it or it shouldn't be too difficult to add. But I am not...

Though our RzIL VM can't step backwards IIRC.

You don't need a confirmation. Feel free to just work on issues if there is no open PR for them.

You can just work on it. Please see [CONTRIBUTING.md](https://github.com/rizinorg/rizin/blob/dev/CONTRIBUTING.md) for how to start.

@jelly8173 Do you have some bytes to asm-text mapping we can try out?

Please start with https://github.com/rizinorg/rizin/blob/dev/CONTRIBUTING.md and https://github.com/rizinorg/rizin/blob/dev/DEVELOPERS.md. @mudassirl6 Sorry for the late reply. A Python script is not what we are looking for. It needs to be a RzBin plugin.

@well-mannered-goat Please wait with addressing this issue until https://github.com/rizinorg/rizin/pull/4762 is merged. I made some changes there. Generally though we should refactor `RzStrStringifyOpt`, `core_print_string_in_block()` and `core_print_raw_buffer()` to work on the `RzBuffer`....