gitextract_2rj_t86d/ ├── .gitignore ├── DiskTree/ │ ├── DiskTree.html │ ├── DiskTree.xib │ └── tree.c ├── InjectionAppCode/ │ ├── .idea/ │ │ ├── InjectionAppCode.iml │ │ ├── ant.xml │ │ ├── compiler.xml │ │ ├── copyright/ │ │ │ └── profiles_settings.xml │ │ ├── dictionaries/ │ │ │ └── johnholdsworth.xml │ │ ├── encodings.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── scopes/ │ │ │ └── scope_settings.xml │ │ ├── uiDesigner.xml │ │ └── workspace.xml │ ├── Injection.iml │ ├── Injection.jar │ ├── META-INF/ │ │ └── plugin.xml │ └── src/ │ └── com/ │ └── injectionforxcode/ │ └── InjectionAppAction.java ├── InjectionBootstrap/ │ └── Info.plist ├── InjectionHelper/ │ ├── Info-Launchd.plist │ └── Info.plist ├── InjectionLoader/ │ ├── BundleContents.h │ ├── BundleContents.mm │ ├── Info.plist │ └── InjectionLoader.xcodeproj/ │ └── project.pbxproj ├── Injectorator/ │ ├── App.icns │ ├── Assets.xcassets/ │ │ └── AppIcon.appiconset/ │ │ └── Contents.json │ ├── Benchmark.swift │ ├── Credits.rtf │ ├── INController.swift │ ├── Info.plist │ ├── InjectionIdle.tif │ ├── InjectionOK.tif │ ├── Injectorator-Bridging-Header.h │ ├── Integration.swift │ ├── Integration.xib │ └── RMController.swift ├── Injectorator.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ ├── contents.xcworkspacedata │ └── xcshareddata/ │ └── Injectorator.xcscmblueprint ├── LICENSE ├── README.md ├── XprobeSwift/ │ ├── Info.plist │ ├── XprobeSwift-Bridging-Header.h │ └── XprobeSwift.xcodeproj/ │ └── project.pbxproj ├── docs/ │ ├── index.html │ └── injectionfaq.html └── injectSource/ └── main.m