{"id":16820251,"url":"https://github.com/tsrberry/ldn_debug_logger","last_synced_at":"2025-03-17T15:24:44.573Z","repository":{"id":41996596,"uuid":"510077432","full_name":"TSRBerry/ldn_debug_logger","owner":"TSRBerry","description":"[WIP] A mitm sysmodule to log all IPC calls to ldn:u, wlan:lcl, wlan:lg and wlan:lga","archived":false,"fork":false,"pushed_at":"2023-01-07T02:34:28.000Z","size":256,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T01:42:06.171Z","etag":null,"topics":["libstratosphere","nintendo-switch","sysmodule"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TSRBerry.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}},"created_at":"2022-07-03T16:31:56.000Z","updated_at":"2022-08-07T12:02:22.000Z","dependencies_parsed_at":"2023-02-06T10:45:53.432Z","dependency_job_id":null,"html_url":"https://github.com/TSRBerry/ldn_debug_logger","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/TSRBerry%2Fldn_debug_logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSRBerry%2Fldn_debug_logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSRBerry%2Fldn_debug_logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TSRBerry%2Fldn_debug_logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TSRBerry","download_url":"https://codeload.github.com/TSRBerry/ldn_debug_logger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244056432,"owners_count":20390720,"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":["libstratosphere","nintendo-switch","sysmodule"],"created_at":"2024-10-13T10:56:00.887Z","updated_at":"2025-03-17T15:24:44.548Z","avatar_url":"https://github.com/TSRBerry.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LDN Debug Logger\n\nA mitm sysmodule to log all IPC calls to `ldn:u`, `wlan:lcl`, `wlan:lg` and `wlan:lga`.\n\n## References\n\n### wlan:lcl, wlan:lg, wlan:lga\n\n- [WLAN swipcgen_server_modern.info](https://yls8.mtheall.com/ninupdates/sysupdatedl/autodl_sysupdates/2021-09-15_00-05-06-hac/0100000000000016/ALL/v872415452/swipcgen_server_modern.info)\n- [WLAN services](https://switchbrew.org/wiki/WLAN_services)\n- [MissionControl](https://github.com/ndeadly/MissionControl)\n- [Atmosphère](https://github.com/Atmosphere-NX/Atmosphere) (Stratosphère ams_mitm)\n\n### ldn:u\n\n- [LDN swipcgen_server_modern.info](https://yls8.mtheall.com/ninupdates/sysupdatedl/autodl_sysupdates/2022-03-22_00-05-06-hac/0100000000000018/ALL/v939525336/swipcgen_server_modern.info)\n- [LDN services](https://switchbrew.org/wiki/LDN_services)\n- [MissionControl](https://github.com/ndeadly/MissionControl)\n- [Atmosphère](https://github.com/Atmosphere-NX/Atmosphere) (Stratosphère ams_mitm)\n- [Libnx](https://switchbrew.github.io/libnx/ldn_8h.html)\n- [ldn_mitm](https://github.com/spacemeowx2/ldn_mitm)\n\n## Credits\n\nThank you to the ReSwitched Discord server for answering a lot of my questions and helping me understand IPC a bit better.\n\nIn particular I want to thank the following people:\n\n- [@ndeadly](https://github.com/ndeadly) for guiding me through the process of getting this module to work, letting me use a lot of his [MissionControl](https://github.com/ndeadly/MissionControl) code and explaining a lot of mitm stuff.\n- [@SciresM](https://github.com/SciresM) for helping with the countless issues I encounter and explaining everything I don't understand.\n- [@hexkyz](https://github.com/hexkyz) for adding most of the missing wlan commands for recent firmware versions to [WLAN services](https://switchbrew.org/wiki/WLAN_services).\n- [@misson20000](https://github.com/misson20000) for creating [twili](https://github.com/misson20000/twili) and [ilia](https://github.com/misson20000/ilia) which I used for debugging wlan.\n- [@yellows8](https://github.com/yellows8) for creating the [Nintendo System Update reports](https://yls8.mtheall.com/) website, which I used a lot during reverse engineering and creating this sysmodule.\n- [SwitchBrew](https://switchbrew.org/wiki/Main_Page) for documenting [LDN services](https://switchbrew.org/wiki/LDN_services) and [WLAN services](https://switchbrew.org/wiki/WLAN_services) which gave me an inital understanding of the services hosted by the sysmodules.\n- [@spacemeowx2](https://github.com/spacemeowx2/) for creating [ldn_mitm](https://github.com/spacemeowx2/ldn_mitm), the basis of the first version of this module.\n- [@Lenrow](https://github.com/Lenrow) for enduring me only talking about this topic for the last few days.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsrberry%2Fldn_debug_logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsrberry%2Fldn_debug_logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsrberry%2Fldn_debug_logger/lists"}