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
$ radare2 -v radare2 0.9 @ linux-little-x86 $ cat /etc/_-release | grep -i _name PRETTY_NAME="Ubuntu precise (12.04.1 LTS)" $ python -c 'print "f"_40000' > /tmp/zzzz $ rasm2 -a armthumb -b 32 -f /tmp/zzzz WARNING: cannot set asm backend to 32 bits *** buffer overflow detected ***: rasm2 terminated ======= Backtrace: ========= /lib/i386-linux-gnu/libc.so.6(__fortify_fail+0x45)[0x45f045] /lib/i386-linux-gnu/libc.so.6(+0x102e1a)[0x45de1a] /lib/i386-linux-gnu/libc.so.6(+0x10214d)[0x45d14d] ...
The text was updated successfully, but these errors were encountered:
2596d11
Thanks for reporting. i have fixed this in git. Just some notes.
Sorry, something went wrong.
No branches or pull requests
$ radare2 -v
radare2 0.9 @ linux-little-x86
$ cat /etc/_-release | grep -i _name
PRETTY_NAME="Ubuntu precise (12.04.1 LTS)"
$ python -c 'print "f"_40000' > /tmp/zzzz
$ rasm2 -a armthumb -b 32 -f /tmp/zzzz
WARNING: cannot set asm backend to 32 bits
*** buffer overflow detected ***: rasm2 terminated
======= Backtrace: =========
/lib/i386-linux-gnu/libc.so.6(__fortify_fail+0x45)[0x45f045]
/lib/i386-linux-gnu/libc.so.6(+0x102e1a)[0x45de1a]
/lib/i386-linux-gnu/libc.so.6(+0x10214d)[0x45d14d]
...
The text was updated successfully, but these errors were encountered: