https://github.com/ethanlabs101/lua-toolkit
A collection of Lua utilities, encoders, parsers, binary tools, and experiments built for learning and fun.
https://github.com/ethanlabs101/lua-toolkit
binary encoder hex lua lua-programming lua-scripting parser reverse-engineering xor
Last synced: 3 days ago
JSON representation
A collection of Lua utilities, encoders, parsers, binary tools, and experiments built for learning and fun.
- Host: GitHub
- URL: https://github.com/ethanlabs101/lua-toolkit
- Owner: ethanlabs101
- License: mit
- Created: 2026-06-04T23:01:09.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2026-06-07T00:59:49.000Z (17 days ago)
- Last Synced: 2026-06-07T01:13:14.017Z (17 days ago)
- Topics: binary, encoder, hex, lua, lua-programming, lua-scripting, parser, reverse-engineering, xor
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lua Toolkit

A collection of Lua utilities, experiments, and developer tools built for learning and exploration.
Features may include:
* XOR encoders
* Text encoders and decoders
* Hex and binary conversion utilities
* Serialization helpers
* Obfuscation experiments
* Beautifiers and formatters
* Utility libraries
* Educational cryptography demonstrations
* Fengari web-based Lua experiments
* Game-Guardian Lua utilities
> Built because Lua is fun.
---
| Tool | Description | Status |
|---------|-------------|--------|
| 🛡️ [Lua Filename Integrity](https://github.com/ethanlabs101/lua-toolkit/blob/main/mds/lua-filename-integrity.md) | ***Lua file name integrity checker. For GG*** | ✅
| 🔄 [Lua XOR Encoder](https://github.com/ethanlabs101/lua-toolkit/blob/main/mds/lua-xor-encoder.md) | ***Basic Lua XOR encoder/decoder.*** | 🚧
Legend:
- ✅ Completed
- 🚧 In Progress