Rot127

Results 545 comments of Rot127

> Just for the record, all necessary changes were merged. Unfortunately not yet. I think I reverted the changes, because they were part of the new "guess string encoding" logic....

@notxvilka This is technically not a problem, because the command now has the option to print a string until a certain terminating character (NUL or invalid char). But the refactoring...

Feel free to send a PR. You would need to check out `RzAnalysisILConfig` and `rz_il_vm.h`. But contrary to the initial idea I think it is better to define not a...

Yes, something like that. I removed the "good-first-issue" label for now, because I might have misjudged the required code knowledge for the tasks.

> As for chunks, it splits the string into multiple chunks, so it could be reused e.g. in the ROP chain, if the whole string is not avaiable in the...

Seems to not break anything. I need to read into it a little though. But generally looks good.

Mark this as draft for now. Please change it back once you think the testing is enough.

@jxors > Is there a way to directly check the derived segment override rather than the raw prefix? Currently not. The segment overwrite is not even exposed in the API....

The problem with Hexagon (and other VLIW archs) is, it doesn't fit the assumptions Capstone makes about atomical execution units. For most architectures an atomical execution unit is one instruction....

@trufae ah, btw. I reworked [rz-hexagon](https://github.com/rizinorg/rz-hexagon) completely. So pretty much nothing from the first implementation is left.