Rot127

Results 548 comments of Rot127

@chf0x Can you join our Mattermost and ping me there please? I send you an invite and give you an update what is done so far. The basic analysis will...

We will do the analysis for the 0.9 release. This issue will definitely be added to the tests. We will close it with the corresponding PR when it is done....

You can save your work in a project and open it on another machine: ``` > P? Usage: P # Project management | Ps [] # Save a project |...

I see. You can use the Rizin command line in Cutter as well: `Windows -> Console`

If we allow to query for specific properties via `xcode()`, we should implement also a common buffer mechanism for disassembled instructions of a plugin. So the plugin doesn't need to...

Personally I'd like to see architectural details about the module. What it does, some examples how it is used etc. Problem is, that this is actually something people who worked...

> The Rizin hashing library, RzHash, offers a unified interface to various hashing algorithms, allowing other modules and users to easily compute and work with hash digests. > > RzHash...

Looks perfect to me! Thanks!

Maybe we could add the example code in a sub-directory in `/examples/api/hash/md5.c` and compile it if a certain flag is given? This would ensure our examples always build, we have...

This seems to be undefined behavior (of the ARM ISA). At least a [quick search](https://developer.arm.com/documentation/dui0802/b/Cihibbbh) gave at least one should be set: ![Image](https://github.com/user-attachments/assets/41ce1404-b9d0-4a05-b466-f60704c1ebde) Guess I would add the register and...