Anderson Lizardo wrote: > > This may sound dumb question, but what does the Lua language has to do > with radare? Is Lua used in Radare somehow? > > Regards,
Since radare 0.94 lua is the default radare API for scripting. The API code is here: http://radare.nopcode.org/hg/radare?raw-file/38380e1fbfc2/src/plug/hack/radare.lua A minimal lua demo here: http://radare.nopcode.org/hg/radare?raw-file/e195042eaf68/scripts/search-demo.lua A radare fuzzer written in lua: http://radare.nopcode.org/hg/radare?raw-file/f2e115f228c2/scripts/fuzzer-loop.lua Cheers, pof -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature URL: <http://lists.nopcode.org/private.cgi/radare-nopcode.org/attachments/20080530/267eeae3/attachment.pgp> _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
