{"id":40479811,"url":"https://github.com/imring/disluapp","last_synced_at":"2026-01-20T18:30:45.161Z","repository":{"id":112964620,"uuid":"296909463","full_name":"imring/disluapp","owner":"imring","description":"Parser of compiled Lua scripts","archived":false,"fork":false,"pushed_at":"2024-10-23T16:21:39.000Z","size":211,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-23T22:37:53.811Z","etag":null,"topics":["luac","luajit","parser"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imring.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2020-09-19T16:35:03.000Z","updated_at":"2024-10-23T16:21:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"324d99c1-7305-454f-9275-57246eb482ef","html_url":"https://github.com/imring/disluapp","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/imring/disluapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imring%2Fdisluapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imring%2Fdisluapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imring%2Fdisluapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imring%2Fdisluapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imring","download_url":"https://codeload.github.com/imring/disluapp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imring%2Fdisluapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28609120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["luac","luajit","parser"],"created_at":"2026-01-20T18:30:45.021Z","updated_at":"2026-01-20T18:30:45.150Z","avatar_url":"https://github.com/imring.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DisLua\r\n[![Language](https://img.shields.io/badge/language-C++-blue.svg)](https://isocpp.org/)\r\n[![Standard](https://img.shields.io/badge/C%2B%2B-20-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B#Standardization)\r\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\r\n[![Release](https://img.shields.io/github/v/release/imring/disluapp)](https://github.com/imring/disluapp/releases/latest)\r\n\r\nDisLua is a header-only library that allows you to parse and rewrite the bytecode of compiled Lua scripts. At the moment, the library supports the [LuaJIT](http://luajit.org/) compiler and a parser for [luac](https://www.lua.org/) v5.4 is being developed (branch [luac](https://github.com/imring/disluapp/tree/luac)).\r\n\r\n## Projects using this library\r\n- [Luad](https://github.com/imring/luad) - Disassembler for compiled Lua scripts.\r\n\r\n## Documentation\r\nYou can build [Doxygen](https://www.doxygen.nl/index.html) documentation:\r\n- Using CMake specifying the `DISLUA_DOCS` option:\r\n```bash\r\n$ cmake .. -DDISLUA_DOCS=ON -B build\r\n$ cd build\r\n$ cmake --build . --target doc\r\n```\r\n- Manually using the command `doxygen`.\r\n\r\n## Testing\r\nYou can test the library using CTest specifying the `DISLUA_TESTS` option:\r\n```bash\r\n$ cmake .. -DDISLUA_TESTS=ON -B build\r\n$ cd build\r\n$ cmake --build .\r\n$ ctest\r\n```\r\n\r\n## Use in projects\r\nInstall the library using CMake (`DISLUA_INSTALL` option is enabled by default):\r\n```bash\r\n$ cmake .. -B build\r\n$ cd build\r\n$ cmake --build . --target install\r\n```\r\n\r\nAdd `dislua` to your CMake-project by using:\r\n```cmake\r\nfind_package(dislua REQUIRED)\r\n\r\ntarget_link_libraries(yourproject PRIVATE dislua)\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimring%2Fdisluapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimring%2Fdisluapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimring%2Fdisluapp/lists"}