diff --git a/resume/projects.tex b/resume/projects.tex index 1279e13..66971b3 100644 --- a/resume/projects.tex +++ b/resume/projects.tex @@ -44,6 +44,19 @@ \end{cvitems} } + \cventry + {Lua 5.1 bytecode decompiler \& disassembler} + {\href{https://github.com/CPunch/LuaDecompy}{LuaDecompy (https://github.com/CPunch/LuaDecompy)}} + {Personal Project} + {Aug 2022 – Present} + { + \begin{cvitems} + \item {\textbf{Lua} 5.1 bytecode deserializer, wrote by reading the source and online documentation} + \item {Register-based \textbf{decompiler}, with configurable settings for aggressive localization} + \item {Well \textbf{annotated and documented} code, allowing anyone to hack on the codebase} + \end{cvitems} + } + \cventry {Personal Blog, Portfolio \& Gitea instance} {\href{https://github.com/CPunch/openpunk-ansible}{OpenPunk (https://github.com/CPunch/openpunk-ansible)}}