Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Dyci Injection Steps

Paul Taykalo edited this page Mar 3, 2015 · 7 revisions
  1. Installation
    You just need install dyci first :)

  2. Locate file that should be injected

  3. Locate previous compilation parameters
    3.1. Locate latest build dir
    3.2. Find compilation string from previous build files (xcactivity-parser)
    3.3. Find working directory for compilation
    3.4. Locate architecture of file need to be injected

  4. Compile file with changes
    4.1. Compile file itself
    4.2. Link compiled object file in dynamic library

  5. Notify about new file with changes

  6. Upload file to the device

  7. Find classes/blocks those were updated

  8. Inject new code

  9. Call injected code

Clone this wiki locally