Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

creantan/LookinLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

65 Commits

Repository files navigation


LookinLoader

Compatible with iOS 8 to 15

Lookin Free macOS App for iOS View Debugging

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

LookinLoader dynamically loads LookinServer (Lookin.app support) into iOS apps on jailbroken devices. Configuration is via the Lookin menu in Settings.app.

You can inspect and modify views in iOS app via Lookin, just like UI Inspector in Xcode, or another app called Reveal. And you can do more with features like Console or Method Trace. Moreover, Lookin can run on your iPhone or iPad without connecting to a Mac. And one more thing, Lookin is free.

Features

  • Configure options from Settings
  • Shake to show UIDebug Menu

Download

Download Lookin App

Download Tweak

Easy build

make 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

QQ:865130685

About

Lookin - iOS UI Debugging Tweak LookinLoader,Compatible with iOS 8~15

Topics

Resources

Readme

License

GPL-3.0 license

Stars

Watchers

Forks

Packages

Contributors