On Thu, 1 Apr 2010 12:24:20 +0900
Jun Koi <[email protected]> wrote:

> hi,
> 
> i got the latest radare2 (mercurial repo), and play with it like below
> (this is on Ubuntu 9.10)
> 
> what does the message "Cannot read block at ..." mean?
> (i got a lot of them ...)
> 
> radare is great, thanks!
> J

Hi,

The r2 output is very verbose as it help us in the debugging stage. You
can disable all those warnings setting the variable ffio to false.  In
the mercurial tip the variable io.ffio is disabled by default, but you
can disable it in the revision that you are using adding:

e io.ffio = false

into your .radare2rc.

Regarding the messages, for all commands executed in r2, the io backend
test if is possible to read the full blocksize at the specified
address, if it is not possible then a warning message is printed.
During the initialization, rabin2 gets all the header info of the
loaded binary, so if some header field contains a non-readable offset, a
warning message will be printed.


Kind regards,
-- nibble
_______________________________________________
radare mailing list
[email protected]
http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org

Reply via email to