From a6d2764d28ff59b09790f3e2f2715864c0f7babc Mon Sep 17 00:00:00 2001 From: CPunch Date: Fri, 26 Aug 2022 11:28:19 -0500 Subject: [PATCH] added LuaDecomp --- resume/projects.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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)}}