Hey All,

How do Flags work in R2?
I used to catch the flags in r1 at the beginning but now I cant.
I already figured out it worked better with flag space etc but I just
cant manage to get it work.

I do the following:
<blob>

% radare2 /bin/ls
Cannot read block at 0x00218750
Cannot read block at 0x00218720
Cannot read block at 0x00218730
Cannot read block at 0x00218720
Cannot read block at 0x00218730
Cannot read block at 0x00218748
Cannot read block at 0x00218738
Cannot read block at 0x00218740
 -- Feedback, bug reports, patches, ideas are welcome to the mailing
list at radare.nopcode.org
[0x00002270]> flags
[0x00002270]> fs *
[0x00002270]> flags
[0x00002270]> fs?
00   sections
01   symbols
02   imports
03   functions
[0x00002270]> fs??
00   sections
01   symbols
02   imports
03   functions
[0x00002270]> fs 03
[0x00002270]> flags
[0x00002270]>


</blob>


So, how does this work..?
Thanks

Cheers,
Robin
_______________________________________________
radare mailing list
[email protected]
http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org

Reply via email to