radare2-extras icon indicating copy to clipboard operation
radare2-extras copied to clipboard

Update the lua plugin and support lua 5.2 and 5.4

Open radare opened this issue 6 years ago • 0 comments

$ 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,
         ^
Screenshot 2019-08-21 at 12 27 41

radare avatar Aug 21 '19 10:08 radare