UNPKG

rms-runtime-mobile-security

Version:

Runtime Mobile Security (RMS), powered by FRIDA, is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime

13 lines (10 loc) 437 B
/************************************************************************ * Name: Dump UI * OS: iOS * Author: @mobilesecurity_ * Source: https://github.com/m0bilesecurity *************************************************************************/ send("[*] Dumping UI - script loaded") var current_window = ObjC.classes.UIWindow.keyWindow() send(current_window.recursiveDescription().toString()); send("[*] Dumping UI - completed")