You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After looking at the code that searches for strings... I'm not sure we can fix it in short time. The whole "string search" code is a quite convoluted that would likely require a big refactoring + unit tests to properly fix the problem and be sure things would still work.
I know the reason - it's actually quite trivial. The string search is ran using the physical address of the buf, for example in #1752 I did this code to search in the current address space:
This issue has been automatically marked as stale because it has not had recent activity. Considering a lot has probably changed since its creation, we kindly ask you to check again if the issue you reported is still relevant in the current version of rizin. If it is, update this issue with a comment, otherwise it will be automatically closed if no further activity occurs. Thank you for your contributions.
Work environment
rizin -v
full output, not truncated (mandatory)Expected behavior
Actual behavior
Steps to reproduce the behavior
Additional info
The address currently reported is wrong because there's nothing at that address, see:
The text was updated successfully, but these errors were encountered: