{"id":13896260,"url":"https://github.com/codervijo/luascope","last_synced_at":"2025-07-17T12:31:22.263Z","repository":{"id":159611464,"uuid":"223700068","full_name":"codervijo/luascope","owner":"codervijo","description":null,"archived":false,"fork":false,"pushed_at":"2020-12-30T19:04:29.000Z","size":351,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-25T01:33:34.560Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/codervijo.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":"2019-11-24T06:03:28.000Z","updated_at":"2023-10-24T16:48:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"ba5e4fa0-7863-4264-93fd-24e036e7e9b4","html_url":"https://github.com/codervijo/luascope","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codervijo/luascope","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codervijo%2Fluascope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codervijo%2Fluascope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codervijo%2Fluascope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codervijo%2Fluascope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codervijo","download_url":"https://codeload.github.com/codervijo/luascope/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codervijo%2Fluascope/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265606636,"owners_count":23796973,"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":[],"created_at":"2024-08-06T18:02:46.828Z","updated_at":"2025-07-17T12:31:22.257Z","avatar_url":"https://github.com/codervijo.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# luascope\n\nLua Scope is for looking into Lua chunk, or IOW, decode lua chunks.\nA Lua 5.1/5.2/5.3 binary chunk disassembler.\nLuaScope was inspired by Jein-Hong Man's ChunkSpy.\nLuaScope attempts to be lua version agnostic.\n\n- Based on ChunkSpy on Lua 5.1\n- Works as ChunkSpy on Lua 5.2\n- Works also as ChunkSpy on Lua 5.3\n\n\nDockerfile and shell scripts are provided for you to run 5.1/5.2/5.3 inside a container.\n\n# Compatibility\n\nThis was tested only on Ubuntu, but should work on any Unix-based system.\n\n# Steps to get started\n\n1. Make sure b2b directory has git submodule by running\n  either ```git clone --recurse-submodules https://github.com/codervijo/luascope```\n  or     ```git submodule update --init```\n2. Make sure docker is installed\n3. Run ```./lua53dock.sh``` to run luascope with Lua-5.3\n\nIf you do not have docker for any reason, do the following instead of 3 steps above:\n```lua ./scope.lua```\n\n# How to use luascope\n```\n$ ./lua53dock.sh \nFound Lua Version\tLua 5.3\n\u003eprint \"hi\"\nhi\nPos   Hex Data   Description or Code\n------------------------------------------------------------------------\n0000                     ** source chunk: (interactive mode)\n                         ** global header start **\n0000  1B4C7561           header signature: \"\\27Lua\"\n0004  53                 version (major:minor hex digits)\n0005  00                 format (0=official)\n...\n....\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodervijo%2Fluascope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodervijo%2Fluascope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodervijo%2Fluascope/lists"}