LookinLoader
Lookin - iOS UI Debugging Tweak LookinLoader,Compatible with iOS 8~15
[Lookin](https://lookin.work) Free macOS App for iOS View Debugging The project is written primarily in Logos, distributed under the GNU General Public License v3.0 license, first published in 2019. Key topics include: ios12, jailbreak, lookin, lookinloader, tweak.
Latest release: v1.0.7— update LookinServer.framework to v1.0.9
October 21, 2022View Changelog →
<h1 align="center">
<img src="https://github.com/creantan/LookinLoader/blob/master/example/LookinLoader.png">
<br/>
LookinLoader
</h1>
<p align="center"><b>Compatible with iOS 8 to 15</b></p>
Lookin Free macOS App for iOS View Debugging
<p> Because 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 </p> <p> LookinLoader dynamically loads LookinServer (Lookin.app support) into iOS apps on jailbroken devices. Configuration is via the Lookin menu in Settings.app. </p>
Features
- Configure options from Settings
- Shake to show UIDebug Menu
Download
Easy build
bashmake package FINALPACKAGE=1
Frida script (load into any process)
let lookinLoaderPath = "/usr/lib/Lookin/LookinServer.framework/LookinServer"
let lkModule = Module.load(lookinLoaderPath)
console.log('[+]module name:',lkModule.name)
console.log('[+]module path:',lkModule.path)
console.log('[+]module base:',lkModule.base)
frida -U -l a.js -p PID
Samples





For more information
community:www.chinapyg.com
QQ:865130685

Contributors
Showing top 1 contributor by commit count.
This article is auto-generated from creantan/LookinLoader via the GitHub API.Last fetched: 6/22/2026
