All Projects → ferib → LuaToolkit

ferib / LuaToolkit

Licence: MIT license
Lua Encode/Decoder/Decompiler/Obfuscator in C#

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to LuaToolkit

Senegal
Senegal programming language
Stars: ✭ 116 (+141.67%)
Mutual labels:  vm
SDA
SDA is a rich cross-platform tool for reverse engineering that focused firstly on analysis of computer games. I'm trying to create a mix of the Ghidra, Cheat Engine and x64dbg. My tool will combine static and dynamic analysis of programs. Now SDA is being developed.
Stars: ✭ 98 (+104.17%)
Mutual labels:  decompiler
unbox
🎁 unbox - Unpack and Decompile the $h*! out of things
Stars: ✭ 39 (-18.75%)
Mutual labels:  decompiler
drupalci-sonar-jenkins
DEPRECATED - Drupal CI environment with SonarQube and Jenkins for Drupal Core code analysis.
Stars: ✭ 40 (-16.67%)
Mutual labels:  vm
cb-tumblebug
Cloud-Barista Multi-Cloud Infra Management Framework
Stars: ✭ 33 (-31.25%)
Mutual labels:  vm
ghidra2dwarf
🐉 Export ghidra decompiled code to dwarf sections inside ELF binary
Stars: ✭ 135 (+181.25%)
Mutual labels:  decompiler
Graal
GraalVM: Run Programs Faster Anywhere 🚀
Stars: ✭ 16,272 (+33800%)
Mutual labels:  vm
browser-vm
A small Linux x86 VM meant for use in the browser
Stars: ✭ 122 (+154.17%)
Mutual labels:  vm
clox
A virtual machine and a tree-walk interpreter for the Lox programming language in C89 🌀
Stars: ✭ 38 (-20.83%)
Mutual labels:  vm
Tagha
Minimal, low-level, fast, and self-contained register-based bytecode virtual machine/runtime environment.
Stars: ✭ 101 (+110.42%)
Mutual labels:  vm
Proxmox
Proxmox Helper Scripts
Stars: ✭ 3,882 (+7987.5%)
Mutual labels:  vm
TML.Patcher
Console application for decompiling, recompiling, packaging, and patching tModLoader's .tmod files at blazing-fast speeds.
Stars: ✭ 38 (-20.83%)
Mutual labels:  decompiler
Velocity
🚀Velocity template engine for JavaScript and PHP.
Stars: ✭ 33 (-31.25%)
Mutual labels:  vm
vm-rpc
Discord RPC for VMs.
Stars: ✭ 38 (-20.83%)
Mutual labels:  vm
pocketlang
A lightweight, fast embeddable scripting language.
Stars: ✭ 1,412 (+2841.67%)
Mutual labels:  vm
FIDL
A sane API for IDA Pro's decompiler. Useful for malware RE and vulnerability research
Stars: ✭ 421 (+777.08%)
Mutual labels:  decompiler
cikit
Continuous Integration Kit (CIKit)
Stars: ✭ 21 (-56.25%)
Mutual labels:  vm
specter
a (tiny) VM project built with Go
Stars: ✭ 57 (+18.75%)
Mutual labels:  vm
php-enphp-decoder
EnPHP Decoder written in PHP
Stars: ✭ 105 (+118.75%)
Mutual labels:  decompiler
uvm
Universal Virtual Machine for Node and Browser
Stars: ✭ 29 (-39.58%)
Mutual labels:  vm

LuaToolkit

LuaToolkit is a library for C# that aims for Obfuscation.

The toolset not only comes with a customizable Obfuscator that supports a plugin framework. It also has features such as Decompiling and Disassembling of compiled Lua binary's.

For now, the LuaToolkit is only supporting Lua version 5.1.

Research

This project is part of my series of articles listed below:

Examples

You can find a few examples in the demo/ directory, one of the most visually interesting ones is the graph example that renders an interactive visual representation of the Lua function it Decompiled. grmGraph

Source

The source for the core library can be found in the src/ directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].