46 skills found · Page 1 of 2
metaworm / Luac Parser Rslua bytecode parser written in Rust using nom, part of metaworm's lua decompiler, support lua51/lua52/lua53/lua54/luajit/luau https://luadec.metaworm.site/
rochus-keller / LjToolsLuaJIT 2.0 bytecode parser, viewer, assembler and test VM. Lua 5.1 parser, IDE and debugger.
efrederickson / LuaAssemblyToolsLua Assembly/Bytecode Tools. Has functions for virtually all aspects of LASM, including reading/writing, verifying, stripping debug info, LASM decompilation, and LASM parsing.
tgjones / SlimshaderSlimShader is a Direct3D shader bytecode parser for .NET and C++
acuarica / EvmA Symbolic Ethereum Virtual Machine (EVM) bytecode interpreter, parser and decompiler, along with several other utils for programmatically extracting information from EVM bytecode.
opalj / OpalNo description available
berke / AurochsAurochs is a parser generator that uses the parse expression grammar (PEG) or "packrat" approach. It takes a grammar in a BNF-like notation (a .peg file) and produces bytecode (a .nog file) for a stack automaton. This bytecode is later interpreted on the input to parse using a C library. Bindings are given for Ocaml, Java and Exascript.
sgodbillon / BytecodeParserA Java library to parse JVM bytecode, simulate the stack and extract as much information as possible
GaloisInc / Jvm ParserA Haskell parser for JVM bytecode files
benallard / CaprunnerA CAP file parser, and executer. CAP file are Javacard bytecode. The format is specified by Oracle (ex-Sun).
johnsonyl / CppsCPPS is a lightweight embedded scripting language with syntax similar to C++. It has many features of the current mainstream languages, including coroutine, object-oriented, lambda, closure, generic variable, custom module support, GC garbage collection and cross platform. CPPS interprets the program as bytecode to run in virtual machine through built-in syntax parsing
FI-Mihej / CengalBytecode manipulation in runtime, true shared memory, async LMDB, async Tkinter, async wxPython, async PySide, async PyQt, async loop with almost preemptive multitasking within the single thread, text parsing, rich introspection, etc.
tgjones / Slimshader CppSlimShader is a Direct3D shader bytecode parser for .NET and C++
ahixon / SwiffasSWF parser and AVM2 (Actionscript 3) bytecode parser
TabooLib / FluxonJVM scripting language runtime: lexer/parser/runtime, interpreter, and bytecode compiler.
Excse / Ares Byte CodeA C++ library to parse and write Java Bytecode
dylan-sutton-chavez / Edge PythonSingle-pass SSA compiler for Python 3.13: hand-written lexer, token-to-bytecode parser, adaptive VM with inline caching, template memoization, and configurable sandbox limits.
ChrisHixon / ChpegParsing Expression Grammar (PEG) bytecode parser/compiler library
CPunch / LuaPytecodeParses Lua 5.1 bytecode
too4words / Call Graph Builder DotNetcreate call graphs for .NET projects using the Roslyn infrastructure for parsing .NET bytecode