well-mannered-goat
well-mannered-goat
**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). - [...
**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** - [ ] I've read the [guidelines for contributing](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md) to this repository. - [ ] I made sure to follow the project's [coding style](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md#code-style)....
The current signal handling implementation incorrectly skips instructions when a signal handler is marked to be bypassed. This approach works for instruction-triggered signals (e.g., SIGSEGV from memory access) but fails...
[librz/debug/p/native/linux/linux_coredump.c](https://github.com/rizinorg/rizin/blob/dev/librz/debug/p/native/linux/linux_coredump.c) is used to generate coredump for linux systems. The pre defined compiler macro used for arm64 macro is `__arm64__` which is incorrect, it should be `__aarch64__`. Check out the...