{"id":20034303,"url":"https://github.com/tacigar/lhades","last_synced_at":"2026-05-12T10:33:19.151Z","repository":{"id":210248370,"uuid":"115206045","full_name":"tacigar/Lhades","owner":"tacigar","description":":moon: Lua 5.3 Byte-Code Disassembler","archived":false,"fork":false,"pushed_at":"2019-02-14T04:54:45.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T05:44:52.115Z","etag":null,"topics":["cpp","disassembler","lua"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tacigar.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2017-12-23T15:56:59.000Z","updated_at":"2020-09-10T22:06:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab1bdfee-29aa-4232-8cf6-71b1c2a5051e","html_url":"https://github.com/tacigar/Lhades","commit_stats":null,"previous_names":["tacigar/lhades"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tacigar/Lhades","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tacigar%2FLhades","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tacigar%2FLhades/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tacigar%2FLhades/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tacigar%2FLhades/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tacigar","download_url":"https://codeload.github.com/tacigar/Lhades/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tacigar%2FLhades/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32934539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cpp","disassembler","lua"],"created_at":"2024-11-13T09:49:11.840Z","updated_at":"2026-05-12T10:33:19.115Z","avatar_url":"https://github.com/tacigar.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"lhades\n======\n\nLua 5.3 Byte-Code Disassembler\n\nInstall\n-------\n\n```sh\ngit clone https://github.com/tacigar/lhades.git\ncd lhades\nluarocks make\n```\n\nUsage\n-----\n\n```sh\nluac example.lua\nlhades luac.out\n```\n\nExample\n-------\n\n```lua\nlocal name = \"John\"\n\nfunction hello_world(count)\n    for i = 1, count do\n        print(\"Hello!, \" .. name)\n    end\nend\n\nhello_world(3)\n```\n\n↓\n\n```\nsource name \"@test.lua\": 0 - 0: 0 params, 3 stacks\n.codes: 7\n  [1] LOADK           0               0    ; R(0) := Kst(0)\n  [2] CLOSURE         1               0    ; R(1) := closure(KPROTO[0])\n  [3] SETTABUP        0     257       1    ; UpValue[0][RK(257)] := RK(1)\n  [4] GETTABUP        1       0     257    ; R(1) := UpValue[0][RK(257)]\n  [5] LOADK           2               2    ; R(2) := Kst(2)\n  [6] CALL            1       2       1    ; R(1), ... ,R(1+1-2) := R(1)(R(1+1), ... ,R(1+2-1))\n  [7] RETURN          0               1    ; return R(0), ... ,R(0+1-2)\n.consts: 3\n  [0] \"John\"\n  [1] \"hello_world\"\n  [2] 3\n.upvalues: 1\n  [0] inStack: true, index: 0    ; _ENV\n.locals: 1\n  [0] \"name\" (1 - 7)\n.protos: 1\n  [0] source name \"@test.lua\": 3 - 7: 1 params, 8 stacks\n    .codes: 11\n      [ 1] LOADK           1               0    ; R(1) := Kst(0)\n      [ 2] MOVE            2               0    ; R(2) := R(0)\n      [ 3] LOADK           3               0    ; R(3) := Kst(0)\n      [ 4] FORPREP         1               5    ; R(1)-=R(1+2); pc+=5\n      [ 5] GETTABUP        5       0     257    ; R(5) := UpValue[0][RK(257)]\n      [ 6] LOADK           6               2    ; R(6) := Kst(2)\n      [ 7] GETUPVAL        7               1    ; R(7) := UpValue[1]\n      [ 8] CONCAT          6       6       7    ; R(6) := R(6).. ... ..R(7)\n      [ 9] CALL            5       2       1    ; R(5), ... ,R(5+1-2) := R(5)(R(5+1), ... ,R(5+2-1))\n      [10] FORLOOP         1              -6    ; R(1)+=R(1+2); if R(1) \u003c?= R(1+1) then { pc+=-6; R(1+3)=R(1) }\n      [11] RETURN          0               1    ; return R(0), ... ,R(0+1-2)\n    .consts: 3\n      [0] 1\n      [1] \"print\"\n      [2] \"Hello!, \"\n    .upvalues: 2\n      [0] inStack: false, index: 0    ; _ENV\n      [1] inStack: true, index: 0    ; name\n    .locals: 5\n      [0] \"count\" (0 - 11)\n      [1] \"(for index)\" (3 - 10)\n      [2] \"(for limit)\" (3 - 10)\n      [3] \"(for step)\" (3 - 10)\n      [4] \"i\" (4 - 9)\n    .protos: 0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftacigar%2Flhades","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftacigar%2Flhades","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftacigar%2Flhades/lists"}