rizinorg / ideas

Features that would be nice to have but they are not in the roadmap
3 stars 0 forks source link

LuaJIT bytecode support #50

Open XVilka opened 1 year ago

XVilka commented 1 year ago

Rizin supports Lua bytecode already:

But not the LuaJIT version one, which gets more and more popular these days due to the better performance compared to the mainstream Lua.

Different versions of LuaJIT produce different versions of the bytecode:

  1. Revision 1 (corresponding to LuaJIT 2.0.x)
  2. Revision 2 (corresponding to LuaJIT 2.1.x)
  3. Revision 3 (RaptorJIT fork)

https://www.mickaelwalter.fr/reverse-engineering-luajit/