/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

wachter-space.de
| | www.willsroot.io
3.6 parsecs away

Travel
| | Vulnerability Research on Low-Level Systems
| | chovid99.github.io
1.2 parsecs away

Travel
| | Security's blog made by Chovid99
| | tcode2k16.github.io
2.5 parsecs away

Travel
| | a random blog about cybersecurity and programming
| | openpunk.com
50.3 parsecs away

Travel
| So recently I've been getting back into Lua, my first scripting language. I've already done a series about manipulating the LuaVM, (which you can read here) but this time I was interested in the LuaVM bytecode, specifically the Lua 5.1 bytecode. If you don't know what bytecode is or even how Lua works, here's a basic rundown: LuaC is the Lua Compiler. Its job is to turn our human readable script into Lua Bytecode ready to be executed by the LVM (LuaVM) This bytecode is everything the LVM needs to run!