{"id":16217268,"url":"https://github.com/synodriver/lua-win32","last_synced_at":"2025-04-07T23:14:46.865Z","repository":{"id":247036601,"uuid":"824177776","full_name":"synodriver/lua-win32","owner":"synodriver","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-21T01:55:51.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T00:23:47.498Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/synodriver.png","metadata":{"files":{"readme":"README.markdown","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":"2024-07-04T14:16:17.000Z","updated_at":"2024-09-21T01:55:54.000Z","dependencies_parsed_at":"2024-11-03T20:25:10.973Z","dependency_job_id":"93776503-e6a2-4ab1-b5a8-59eef299e5a7","html_url":"https://github.com/synodriver/lua-win32","commit_stats":null,"previous_names":["synodriver/lua-win32"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synodriver%2Flua-win32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synodriver%2Flua-win32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synodriver%2Flua-win32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synodriver%2Flua-win32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/synodriver","download_url":"https://codeload.github.com/synodriver/lua-win32/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247744333,"owners_count":20988783,"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-10-10T11:26:21.699Z","updated_at":"2025-04-07T23:14:46.833Z","avatar_url":"https://github.com/synodriver.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lua-win32\n\n```lua\nlocal win32 = require(\"win32\")\nprint(win32.get_current_process_id())\nfor process in win32.iter_process(0) do\nprint(\"name: \"..process.szExeFile..\"  id: \"..tostring( process.th32ProcessID))\nend\n\nfor module in win32.iter_module(0) do\nprint(\"name: \"..module.szModule..\"  path: \"..module.szExePath)\nend\n\nfor thread in win32.iter_thread(0) do\nprint(\"threadid: \"..thread.th32ThreadID..\"  pid: \"..thread.th32OwnerProcessID)\nend\nwin32.lock_workstation()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynodriver%2Flua-win32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynodriver%2Flua-win32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynodriver%2Flua-win32/lists"}