Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 619 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 619 Bytes

iCrawler

iCrawler automatically navigates native iPhone apps and reverse engineers a model of their user interface states.

Paper

The technique behind iCrawler is published as a research paper at WCRE 2012. It is titled Reverse Engineering iOS Mobile Applications and is available as a PDF.

Usage

Add the iCrawler class files to your project, add the QuartzCore framework if needed. To start:

[window makeKeyAndDisplay]

// always call after makeKeyAndDisplay.
[[ICrawlerController sharedICrawler] start];