52 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++
rmuller / Infomas AslOpen sourced code of the INFOMAS PIM Application Suite
acuarica / EvmA Symbolic Ethereum Virtual Machine (EVM) bytecode interpreter, parser and decompiler, along with several other utils for programmatically extracting information from EVM bytecode.
frozolotl / NoakA java bytecode decoding and encoding library written in rust. Mirror of https://gitlab.com/frozo/noak
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
Rikonardo / PluginScanMinecraft plugin anti-malware scanner
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++
TabooLib / FluxonJVM scripting language runtime: lexer/parser/runtime, interpreter, and bytecode compiler.
ahixon / SwiffasSWF parser and AVM2 (Actionscript 3) bytecode parser
Hippo / HippoCafeA Java bytecode manipulation library.
Excse / Ares Byte CodeA C++ library to parse and write Java Bytecode
PolyRocketMatt / ReflowA Java Bytecode Obfuscator