Skip to content

An command line tool to find abused .pch dependency in iOS project

Notifications You must be signed in to change notification settings

flybrotherlixiang/FBPCHSniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FBPCHSniffer

A command line tool to find abused .pch dependency in iOS project

Installation

Install ruby gems

bundle install

Usage

  • build your project
  • locate the .o files to be examined
  • implement get_header_files and get_source_files in sniffer.rb
  • then run:
ruby main.rb sniff

Architecture

Todo

  • reads header .o files from .pch
  • reads source .o files from .xcodeproj

About

An command line tool to find abused .pch dependency in iOS project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages