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
Following command causes core dump:
r2 -l ./asm/asm_or1k.so -l ./anal/anal_or1k.so -a or1k -c 'pd 0x1' vec/l.jr
where l.jr contains 4400a800 as binary.
4400a800
It is not clear if problem is on anal plugin side, or radare2 itself.
Skipping anal plugin works the problem around, but gives usual warnings:
WARNING: r_reg_get: assertion 'reg && name' failed (line 296)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following command causes core dump:
where l.jr contains
4400a800
as binary.It is not clear if problem is on anal plugin side, or radare2 itself.
Skipping anal plugin works the problem around, but gives usual warnings:
The text was updated successfully, but these errors were encountered: