{"id":37094017,"url":"https://github.com/creantan/lookinloader","last_synced_at":"2026-01-14T11:35:07.974Z","repository":{"id":40642081,"uuid":"198929954","full_name":"creantan/LookinLoader","owner":"creantan","description":"Lookin - iOS UI Debugging Tweak LookinLoader,Compatible with iOS 8~15","archived":false,"fork":false,"pushed_at":"2022-10-21T07:07:05.000Z","size":6260,"stargazers_count":548,"open_issues_count":4,"forks_count":90,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-12T22:36:04.484Z","etag":null,"topics":["ios12","jailbreak","lookin","lookinloader","tweak","ui"],"latest_commit_sha":null,"homepage":"","language":"Logos","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/creantan.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":"2019-07-26T02:11:37.000Z","updated_at":"2025-04-06T14:43:47.000Z","dependencies_parsed_at":"2023-01-19T23:01:16.416Z","dependency_job_id":null,"html_url":"https://github.com/creantan/LookinLoader","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/creantan/LookinLoader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creantan%2FLookinLoader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creantan%2FLookinLoader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creantan%2FLookinLoader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creantan%2FLookinLoader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creantan","download_url":"https://codeload.github.com/creantan/LookinLoader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creantan%2FLookinLoader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"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":["ios12","jailbreak","lookin","lookinloader","tweak","ui"],"created_at":"2026-01-14T11:35:07.280Z","updated_at":"2026-01-14T11:35:07.955Z","avatar_url":"https://github.com/creantan.png","language":"Logos","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/creantan/LookinLoader/blob/master/example/LookinLoader.png\"\u003e\n  \u003cbr/\u003e\n  LookinLoader\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\u003cb\u003eCompatible with iOS 8 to 15\u003c/b\u003e\u003c/p\u003e\n\n[Lookin](https://lookin.work) Free macOS App for iOS View Debugging\n\n\u003cp\u003e\n\tBecause Lookin official did not provide the jailbreak version of the integration, causing inconvenience to the reverse analyst, so refer to RevealLoader to write this plugin that supports iOS8~iOS15, named LookinLoader\n\u003c/p\u003e\n\u003cp\u003e\n\tLookinLoader dynamically loads LookinServer (Lookin.app support) into iOS apps on jailbroken devices. Configuration is via the Lookin menu in Settings.app.\n\u003c/p\u003e\n\n![preview](https://github.com/creantan/LookinLoader/blob/master/example/preview.jpg \"lookin\" )\n\n\u003cp\u003e\n\tYou can inspect and modify views in iOS app via Lookin, just like UI Inspector in Xcode, or another app called Reveal.\n\tAnd you can do more with features like Console or Method Trace.\n\tMoreover, Lookin can run on your iPhone or iPad without connecting to a Mac.\n\tAnd one more thing, Lookin is free.\n\u003c/p\u003e\n\n## Features\n\n+ Configure options from Settings\n+ Shake to show UIDebug Menu\n\n\n## Download\n\n***[Download Lookin App](https://lookin.work)***\n\n***[Download Tweak](https://github.com/creantan/LookinLoader/releases/download/v1.0.7/com.chinapyg.lookinloader_1.0.7-1_iphoneos-arm.deb)***\n\n## Easy build\n\n```bash\nmake package FINALPACKAGE=1\n```\n\n## Frida script (load into any process)\n```\nlet lookinLoaderPath = \"/usr/lib/Lookin/LookinServer.framework/LookinServer\"\nlet lkModule = Module.load(lookinLoaderPath)\nconsole.log('[+]module name:',lkModule.name)\nconsole.log('[+]module path:',lkModule.path)\nconsole.log('[+]module base:',lkModule.base)\n```\nfrida -U -l a.js -p PID\n\n## Samples\n\n![Setting](https://github.com/creantan/LookinLoader/blob/master/example/setting.jpeg \"Setting\" )\n\n![start](https://github.com/creantan/LookinLoader/blob/master/example/start.jpg \"start\" )\n\n![Shake](https://github.com/creantan/LookinLoader/blob/master/example/debugui.png \"Shake\" )\n\n![3D Debug](https://github.com/creantan/LookinLoader/blob/master/example/3dvew.png \"3dview\" )\n\n![UI](https://github.com/creantan/LookinLoader/blob/master/example/ui.png \"UI\" )\n\n## For more information\n\n### community：[www.chinapyg.com](https://www.chinapyg.com)\n### QQ:865130685\n\n![公众号](https://github.com/creantan/LookinLoader/blob/master/example/qrcode.jpg \"公众号\" )\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreantan%2Flookinloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreantan%2Flookinloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreantan%2Flookinloader/lists"}