Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/creantan/LookinLoader

Lookin - iOS UI Debugging Tweak LookinLoader,Compatible with iOS 8~15
https://github.com/creantan/LookinLoader

ios12 jailbreak lookin lookinloader tweak ui

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        





LookinLoader

Compatible with iOS 8 to 15

[Lookin](https://lookin.work) 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.

![preview](https://github.com/creantan/LookinLoader/blob/master/example/preview.jpg "lookin" )


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](https://lookin.work)***

***[Download Tweak](https://github.com/creantan/LookinLoader/releases/download/v1.0.7/com.chinapyg.lookinloader_1.0.7-1_iphoneos-arm.deb)***

## Easy build

```bash
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

![Setting](https://github.com/creantan/LookinLoader/blob/master/example/setting.jpeg "Setting" )

![start](https://github.com/creantan/LookinLoader/blob/master/example/start.jpg "start" )

![Shake](https://github.com/creantan/LookinLoader/blob/master/example/debugui.png "Shake" )

![3D Debug](https://github.com/creantan/LookinLoader/blob/master/example/3dvew.png "3dview" )

![UI](https://github.com/creantan/LookinLoader/blob/master/example/ui.png "UI" )

## For more information

### community:[www.chinapyg.com](https://www.chinapyg.com)
### QQ:865130685

![公众号](https://github.com/creantan/LookinLoader/blob/master/example/qrcode.jpg "公众号" )