{"id":13282339,"url":"https://github.com/kynex7510/CTRDL","last_synced_at":"2025-03-10T04:31:33.442Z","repository":{"id":53577043,"uuid":"514681334","full_name":"kynex7510/CTRDL","owner":"kynex7510","description":"dl API implementation for the 3DS","archived":false,"fork":false,"pushed_at":"2024-11-20T17:53:07.000Z","size":127,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-11-20T18:42:10.809Z","etag":null,"topics":["3ds","3ds-homebrew"],"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/kynex7510.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":"2022-07-16T20:45:10.000Z","updated_at":"2024-11-20T17:46:07.000Z","dependencies_parsed_at":"2024-11-08T18:19:57.942Z","dependency_job_id":"6e38ea17-683f-40ed-9182-0fbfcd7e17eb","html_url":"https://github.com/kynex7510/CTRDL","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kynex7510%2FCTRDL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kynex7510%2FCTRDL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kynex7510%2FCTRDL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kynex7510%2FCTRDL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kynex7510","download_url":"https://codeload.github.com/kynex7510/CTRDL/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242789575,"owners_count":20185488,"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","3ds-homebrew"],"created_at":"2024-07-29T15:48:45.566Z","updated_at":"2025-03-10T04:31:33.424Z","avatar_url":"https://github.com/kynex7510.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CTRDL\n\nImplementation of common `dl*` APIs, along with custom additions, which can be used for loading and executing ELF files on the Nintendo 3DS.\n\n## Build\n\nDownload a [prebuilt](https://github.com/kynex7510/CTRDL/releases) version, use as a CMake dependency, or build manually:\n\n```\ncmake -B Build -G \"Unix Makefiles\" -DCMAKE_TOOLCHAIN_FILE=\"$DEVKITPRO/cmake/3DS.cmake\" -DCMAKE_BUILD_TYPE=Release\ncmake --build Build --config Release\ncmake --install Build --prefix Build/Release\n```\n\n## Symbol resolution\n\nSince all homebrew is statically linked by default, there's no way for a program to expose symbols to shared objects. This behaviour can be simulated by redeclaring `ctrdlProgramResolver`, which is called internally whenever a symbol has to be looked up in the program, or its dependencies. By default `ctrdlProgramResolver` returns `NULL`.\n\nAdditionally, a custom resolver can be passed to the extensions `ctrdlOpen`, `ctrdlFOpen`, `ctrdlMap`, which will be used at the relocation step, and which always precedes other lookup mechanisms (`dlsym` is not affected).\n\n## Limitations\n\n- `RTLD_LAZY`, `RTLD_DEEPBIND`, and `RTLD_NODELETE` are not supported.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkynex7510%2FCTRDL","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkynex7510%2FCTRDL","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkynex7510%2FCTRDL/lists"}