Hi pancake, The following did the trick for me:
af @@ sym.* | egrep -e ^size -e ^label i.e. it prints the name and size of each symbol. The only issue is that the pipe is not like the shell one, i.e. it does not filter out the output lively but waits the entire analysis to finish. Hopefully in my case the analysis is quick, but it is something to keep in mind :) Regards, -- Anderson Lizardo Instituto Nokia de Tecnologia (INdT) Manaus - Brazil _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
