radare2-extras
radare2-extras copied to clipboard
Update the lua plugin and support lua 5.2 and 5.4
$ r2pm -i r2-lua53
Maybe use asm.cpu field to specify the version of lua we want to use, not sure if there are many differences
^ ~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
bin_lua53.c:340:3: error: field designator 'load' does not refer to any field in type 'RBinPlugin'
(aka 'struct r_bin_plugin_t')
.load = &load,
^