{"id":13282321,"url":"https://github.com/Subv/3ds_lua_repl","last_synced_at":"2025-03-10T04:31:32.597Z","repository":{"id":139657431,"uuid":"95735693","full_name":"Subv/3ds_lua_repl","owner":"Subv","description":"3DS Lua REPL is a Nintendo 3DS remote REPL to help debug the Nintendo 3DS kernel calls and OS functions.","archived":false,"fork":false,"pushed_at":"2017-06-29T18:13:06.000Z","size":84,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-29T16:16:06.229Z","etag":null,"topics":["3ds-homebrew","lua","repl"],"latest_commit_sha":null,"homepage":null,"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/Subv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-06-29T03:39:11.000Z","updated_at":"2024-07-29T16:16:06.230Z","dependencies_parsed_at":"2023-07-23T09:00:16.082Z","dependency_job_id":null,"html_url":"https://github.com/Subv/3ds_lua_repl","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/Subv%2F3ds_lua_repl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Subv%2F3ds_lua_repl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Subv%2F3ds_lua_repl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Subv%2F3ds_lua_repl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Subv","download_url":"https://codeload.github.com/Subv/3ds_lua_repl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242789563,"owners_count":20185487,"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":["3ds-homebrew","lua","repl"],"created_at":"2024-07-29T15:48:26.621Z","updated_at":"2025-03-10T04:31:32.577Z","avatar_url":"https://github.com/Subv.png","language":"C++","readme":"## Nintendo 3DS Lua REPL\n\n3DS Lua REPL is a Nintendo 3DS remote REPL to help debug the Nintendo 3DS kernel calls and OS functions.\n\n## Building\n\nYou'll need to install lua as a portlibs into your devKitARM environment to be able to build this program.\nA 3DS portlibs makefile that installs lua can be found [here](https://gist.github.com/Subv/4c45fd27bd656f8baaab072d7c23581d)\n\nRun ```make zlib \u0026\u0026 make install-zlib \u0026\u0026 make lua \u0026\u0026 make install``` in the directory of that makefile to install lua.\n\nAfter you have installed the lua portlib, you can build this program by running ```make``` in the root directory.\n\n## Usage\n\nThe 'svc' table contains the exposed 3DS kernel calls, just call them as you would a normal lua function:\n\n```\ntext = 'Hello!'\nsvc.OutputDebugString(text, strlen(text))\n```\n\n## TODO\n\nExpose the kernel calls (svc) to lua, currently only a minimal subset is exposed under the 'svc' table.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSubv%2F3ds_lua_repl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSubv%2F3ds_lua_repl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSubv%2F3ds_lua_repl/lists"}