├── ESF_config.txt ├── ESFang.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ └── WorkspaceSettings.xcsettings │ └── xcuserdata │ │ ├── drt.xcuserdatad │ │ ├── UserInterfaceState.xcuserstate │ │ └── WorkspaceSettings.xcsettings │ │ └── nyx.xcuserdatad │ │ ├── UserInterfaceState.xcuserstate │ │ └── WorkspaceSettings.xcsettings ├── xcshareddata │ └── xcschemes │ │ └── ESFang.xcscheme └── xcuserdata │ ├── drt.xcuserdatad │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ │ └── xcschememanagement.plist │ └── nyx.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── ESFang ├── ESF_config.txt ├── ESFang.entitlements ├── demo.m ├── launchdXPC.h ├── launchdXPC.m ├── main.h └── main.m └── README.md /ESF_config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESF_config.txt -------------------------------------------------------------------------------- /ESFang.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /ESFang.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /ESFang.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /ESFang.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /ESFang.xcodeproj/project.xcworkspace/xcuserdata/drt.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang.xcodeproj/project.xcworkspace/xcuserdata/drt.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /ESFang.xcodeproj/project.xcworkspace/xcuserdata/drt.xcuserdatad/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang.xcodeproj/project.xcworkspace/xcuserdata/drt.xcuserdatad/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /ESFang.xcodeproj/project.xcworkspace/xcuserdata/nyx.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang.xcodeproj/project.xcworkspace/xcuserdata/nyx.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /ESFang.xcodeproj/project.xcworkspace/xcuserdata/nyx.xcuserdatad/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang.xcodeproj/project.xcworkspace/xcuserdata/nyx.xcuserdatad/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /ESFang.xcodeproj/xcshareddata/xcschemes/ESFang.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang.xcodeproj/xcshareddata/xcschemes/ESFang.xcscheme -------------------------------------------------------------------------------- /ESFang.xcodeproj/xcuserdata/drt.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang.xcodeproj/xcuserdata/drt.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /ESFang.xcodeproj/xcuserdata/drt.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang.xcodeproj/xcuserdata/drt.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /ESFang.xcodeproj/xcuserdata/nyx.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang.xcodeproj/xcuserdata/nyx.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /ESFang.xcodeproj/xcuserdata/nyx.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang.xcodeproj/xcuserdata/nyx.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /ESFang/ESF_config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang/ESF_config.txt -------------------------------------------------------------------------------- /ESFang/ESFang.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang/ESFang.entitlements -------------------------------------------------------------------------------- /ESFang/demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang/demo.m -------------------------------------------------------------------------------- /ESFang/launchdXPC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang/launchdXPC.h -------------------------------------------------------------------------------- /ESFang/launchdXPC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang/launchdXPC.m -------------------------------------------------------------------------------- /ESFang/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang/main.h -------------------------------------------------------------------------------- /ESFang/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/ESFang/main.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WithSecureLabs/ESFang/HEAD/README.md --------------------------------------------------------------------------------