We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rizin -v
emulate the strlen
strlen
get stuck
rizin count_len
s main
aa
aei
aeim
V
s
#include <string.h> int main() { char *test = "hello world"; int len = strlen(test); return 0; }
count_len.bin.tar.gz
main function
call sym.imp.strlen
then finally get lost
The text was updated successfully, but these errors were encountered:
Blocked until ESIL->RzIL conversion is complete #2080
Sorry, something went wrong.
No branches or pull requests
Work environment
rizin -v
full output, not truncated (mandatory)Expected behavior
emulate the
strlen
Actual behavior
get stuck
Steps to reproduce the behavior
rizin count_len
s main
,aa
aei
aeim
...V
and emulate withs
Additional Logs, screenshots, source code, configuration dump, ...
count_len.bin.tar.gz
main function
call sym.imp.strlen
then finally get lost
The text was updated successfully, but these errors were encountered: