Date: September 13, 2022
Welcome back to the LuaJIT series: After the 1st part is behind us, where we introduced the VM & execution model. Now we’ll get a source-code tour & ...
Read more ·
28 min read
Date: August 23, 2022
Welcome to the 1st part in the LuaJIT blog series.
In this one, I’ll share my take on learning about the LuaJIT interpreter. From Lexing/Parsing, to bytecod...
Read more ·
18 min read
Date: August 22, 2022
Welcome to the LuaJIT blog series. In this one, we will go over some basic introduction, stuff like the motivation behind this research, setup notes, etc.
T...
Read more ·
7 min read
Date: July 19, 2022
Last year I did a research on the embedded Lua interpreter of redis-server(+wrote a pwnable). During this research, I managed to spot a hidden, 2-year old pr...
Read more ·
11 min read
Date: July 6, 2022
It’s 2022 and Matrix released their annual challs. This year, I chose to focus on the pwnables.
The first two(‘Connection Failed’ and ‘Cookies’) were quit...
Read more ·
9 min read