Rot127
Rot127
### Work environment | Questions | Answers |------------------------------------------------------|-------------------- | OS/arch/bits (mandatory) | ... | File format of the file you reverse (mandatory) | ... | Architecture/bits of the file (mandatory)...
## Tracker - [ ] https://github.com/rizinorg/rizin/issues/3676 - [ ] https://github.com/rizinorg/rizin/issues/3996 - [ ] https://github.com/rizinorg/rizin/issues/3145 # ESIL vs. RzIL ESIL only allowed for concrete emulation. While RzIL now allows for concrete,...
**Is your feature request related to a problem? Please describe.** The string search could use some more extensions and fine-tuning options for the user. **Describe the solution you'd like** -...
**Your checklist for this pull request** - [x] I've read the [guidelines for contributing](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md) to this repository. - [x] I made sure to follow the project's [coding style](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md#code-style). - [...
**Your checklist for this pull request** - [x] I've read the [guidelines for contributing](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md) to this repository. - [x] I made sure to follow the project's [coding style](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md#code-style). - [...
It is possible to crash tree-sitter when many captures are sorted. Valgrind output;: ``` ==7579== Invalid read of size 4 ==7579== at 0x75BA4D8: ts_query_end_byte_for_pattern (query.c:2887) ==7579== by 0x75A54D4: query_end_byte_for_pattern (query.c:699)...
### Qubes OS release Qubes OS 4.2 ### Brief summary Rebasing a large branch (signing 70+ commits) can make the split-gpg2 VM freeze up. This happens possibly because of all...
…uded. **Your checklist for this pull request** - [ ] I've read the [guidelines for contributing](https://cutter.re/docs/contributing/code/getting-started.html) to this repository - [ ] I made sure to follow the project's [coding...
Not all API structs and functions have the `cs_` prefix. This leads to issues like these: https://github.com/capstone-engine/capstone/issues/2316 and https://github.com/capstone-engine/capstone/issues/2810 The question is now, should this be addressed before the v6...
**Your checklist for this pull request** - [ ] I've documented or updated the documentation of every API function and struct this PR changes. - [ ] I've added tests...