Skip to content

Commit

Permalink
KEXT loads without LaunchDaemon and injects earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
shinvou committed Apr 12, 2016
1 parent 2f5088a commit 3c982ec
Show file tree
Hide file tree
Showing 15 changed files with 275 additions and 335 deletions.
189 changes: 94 additions & 95 deletions Parasite/Parasite.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1C8855EC1C85B93B0089A8A4"
BlueprintIdentifier = "1C906F871CBB01FA00B47299"
BuildableName = "Parasite.kext"
BlueprintName = "Parasite"
ReferencedContainer = "container:Parasite.xcodeproj">
Expand Down Expand Up @@ -45,7 +45,7 @@
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1C8855EC1C85B93B0089A8A4"
BlueprintIdentifier = "1C906F871CBB01FA00B47299"
BuildableName = "Parasite.kext"
BlueprintName = "Parasite"
ReferencedContainer = "container:Parasite.xcodeproj">
Expand All @@ -63,7 +63,7 @@
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1C8855EC1C85B93B0089A8A4"
BlueprintIdentifier = "1C906F871CBB01FA00B47299"
BuildableName = "Parasite.kext"
BlueprintName = "Parasite"
ReferencedContainer = "container:Parasite.xcodeproj">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>1C8855EC1C85B93B0089A8A4</key>
<key>1C906F871CBB01FA00B47299</key>
<dict>
<key>primary</key>
<true/>
Expand Down
14 changes: 0 additions & 14 deletions Parasite/Parasite/Infector.c

This file was deleted.

18 changes: 0 additions & 18 deletions Parasite/Parasite/Infector.h

This file was deleted.

32 changes: 28 additions & 4 deletions Parasite/Parasite/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>com.shinvou.parasite</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand All @@ -20,16 +20,40 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>IOKitPersonalities</key>
<dict>
<key>PARASITE</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.shinvou.driver.$(PRODUCT_NAME:rfc1034identifier)</string>
<key>IOClass</key>
<string>com_shinvou_driver_Parasite</string>
<key>IOKitDebug</key>
<integer>0</integer>
<key>IOMatchCategory</key>
<string>com_shinvou_driver_Parasite</string>
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOBSD</string>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 Timm Kandziora. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.kpi.bsd</key>
<string>10.0.0</string>
<string>14.0</string>
<key>com.apple.kpi.dsep</key>
<string>14.0</string>
<key>com.apple.kpi.iokit</key>
<string>14.0</string>
<key>com.apple.kpi.libkern</key>
<string>10.0.0</string>
<string>14.0</string>
<key>com.apple.kpi.mach</key>
<string>10.0.0</string>
<string>14.0</string>
<key>com.apple.kpi.unsupported</key>
<string>14.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
Expand Down
81 changes: 0 additions & 81 deletions Parasite/Parasite/Parasite.c

This file was deleted.

Loading

0 comments on commit 3c982ec

Please sign in to comment.