On Thu, Jun 17, 2010 at 04:06:16PM +0200, Stefan Kuttler wrote:
,radare -V
radare 1.4 64bit on le32bit i686-unknown-linux-gnu dbg
,file `which radare`
/usr/bin/radare: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),
dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped
I didn't know they made 32-bit MacBooks... In fact, I'm pretty
certain they haven't...
,gdb -c core
[New Thread 10997]
Core was generated by `radare /bin/ls'.
Program terminated with signal 11, Segmentation fault.
#0 0x08063351 in ?? ()
(gdb) bt full
#0 0x08063351 in ?? ()
No symbol table info available.
#1 0x08c78d28 in ?? ()
No symbol table info available.
#2 0x08063c8e in ?? ()
No symbol table info available.
#3 0x0001a2cc in ?? ()
No symbol table info available.
#4 0x00000000 in ?? ()
No symbol table info available.
Obviously, you'll need a debugging build. Or, at the very
release, a build with a symbol table.
--
Kris Maglione
Anyone who considers arithmetical methods of producing random numbers
is, of course, in a state of sin.
--John von Neumann