/iCrawler

iCrawler automatically navigates a native iPhone app.

Primary LanguageObjective-C

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];