{"id":7786374,"url":"https://github.com/metaworm/luac-parser-rs","last_synced_at":"2025-04-04T21:06:03.623Z","repository":{"id":145811939,"uuid":"612604629","full_name":"metaworm/luac-parser-rs","owner":"metaworm","description":"lua bytecode parser written in Rust using nom, part of metaworm's lua decompiler, support lua51/lua52/lua53/lua54/luajit/luau https://luadec.metaworm.site/","archived":false,"fork":false,"pushed_at":"2023-11-29T15:40:37.000Z","size":178,"stargazers_count":239,"open_issues_count":35,"forks_count":31,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-28T20:06:00.445Z","etag":null,"topics":["decompile","lua","lua-decompiler","luadec","luajit","luau","parser","rust","webassembly"],"latest_commit_sha":null,"homepage":"https://luadec.metaworm.site/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/metaworm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-11T12:54:28.000Z","updated_at":"2025-03-26T02:12:02.000Z","dependencies_parsed_at":"2024-11-24T21:30:52.639Z","dependency_job_id":"d00d7f21-2caa-4d3c-8de4-4a5c5c071bad","html_url":"https://github.com/metaworm/luac-parser-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaworm%2Fluac-parser-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaworm%2Fluac-parser-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaworm%2Fluac-parser-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaworm%2Fluac-parser-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metaworm","download_url":"https://codeload.github.com/metaworm/luac-parser-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249524,"owners_count":20908212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["decompile","lua","lua-decompiler","luadec","luajit","luau","parser","rust","webassembly"],"created_at":"2024-04-11T22:02:32.489Z","updated_at":"2025-04-04T21:06:03.589Z","avatar_url":"https://github.com/metaworm.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"\n[![crates.io](https://img.shields.io/crates/v/luac-parser.svg)](https://crates.io/crates/luac-parser)\n[![docs.rs](https://docs.rs/luac-parser/badge.svg)](https://docs.rs/luac-parser)\n\n# luac-parser (中文)\n\nlua字节码解析器, 目前支持 lua51, lua52, lua53, lua54, luajit, luau\n\n这是目前效果最好的lua反编译器 [metaworm's luadec](http://luadec.metaworm.site) 的一部分\n\n可以基于此代码定制你所需的lua字节码解析器，编译成WASM，让[metaworm's luadec][luadec]加载使用，来反编译非官方的lua字节码\n\n得益于[nom][nom]库的灵活性，编写定制的解析器是很简单的一件事情，可以看[这篇文章][write-parser]了解如何编写\n\n# luac-parser (in English)\n\nlua bytecode parser, currently support lua51, lua52, lua53, lua54, luajit, luau\n\nThis is part of [metaworm's luadec][luadec], which is the best lua decompiler at present\n\nYou can write your custom luac parser based on this code, which can be able to compiling to WASM and loaded by [metaworm's luadec][luadec], to decompile the unofficial lua bytecode\n\n[luadec]: http://luadec.metaworm.site\n[nom]: https://github.com/rust-bakery/nom\n\nThanks to the flexibility of [nom][nom], it is very easy to write your own parser in rust, read [this article][write-parser] to learn how to write a luac parser\n\n[luadec]: http://luadec.metaworm.site\n[nom]: https://github.com/rust-bakery/nom\n[write-parser]: https://github.com/metaworm/luac-parser-rs/wiki/Write-custom-luac-parser","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaworm%2Fluac-parser-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetaworm%2Fluac-parser-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaworm%2Fluac-parser-rs/lists"}