Skip to content

saltlab/iCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

iCrawler automatically navigates a native iPhone app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages