Pinned Repositories
ACBTokenField
A swift extension on NSTokenField which makes it highly customizable and removes a lot of boilerplate code from implementation
AdaptiveLaunchScreen
Adaptive iOS launch screen - different images for landscape and portrait (iPad and iPhone)
AFNetworking
A delightful networking framework for iOS, macOS, watchOS, and tvOS.
Aspects
Delightful, simple library for aspect oriented programming in Objective-C and Swift.
HelloNodeJS
Learning node.js
HelloWeex
A workspace for learning Weex
iOS-DeviceSupport
Symbols folders in ~/Library/Developer/Xcode/iOS DeviceSupport
lldb_scripts
a repo for lldb scripts used in .lldbinit file
NYOBetterZoom
Getting UIScrollView to behave more like Photos.app (small images are centred rather than shifting to the top left of the UIScrollView)
daydreamboy's Repositories
daydreamboy/NYOBetterZoom
Getting UIScrollView to behave more like Photos.app (small images are centred rather than shifting to the top left of the UIScrollView)
daydreamboy/autolayout-profiling
This is a modification of Florian Kugler's Autolayout Performance tool. The original can be found here: https://github.com/dkduck/AutoLayoutProfiling
daydreamboy/CRuntimeFunctionHooker
An example of hooking C functions at runtime
daydreamboy/fakeapp
A tool for create iOS Fake App project.
daydreamboy/GYBootingProtection
A tool for detecting and repairting continuous launch crash of iOS App
daydreamboy/Hosts.prefpane
a Cocoa GUI for /etc/hosts
daydreamboy/imp_implementationForwardingToSelector
IMP forwarding to a different selector.
daydreamboy/issue-5-textkit
A little demo application showing off some features of TextKit.
daydreamboy/libevil_patch
An implementation of function patching for iOS, without the use of W|X pages.
daydreamboy/libffi-iphone
libffi for the iPhone, including source code for simulator and device
daydreamboy/libmacho
A small C library capable of parsing and altering Mach-O binaries
daydreamboy/MABlockForwarding
Generic block forwarding, like forwardInvocation:
daydreamboy/mach_override
runtime function overriding for Mac OS X
daydreamboy/mobileprovision-read
.mobileprovision files querying tool
daydreamboy/NSDate-ServerDate
NSDate+ServerDate is a NSDate Category that allows you to make sure your time is synced up to a remote server regardless of the User's local settings.
daydreamboy/objc_trace
Tracing Objective-C method calls
daydreamboy/plblockimp
Implementation of imp_implementationWithBlock()
daydreamboy/rd_route
Function hooking for macOS
daydreamboy/SCNBook-code
The sample code for the different chapters in "3D Graphics with Scene Kit" (which I call "SCNBook" as a joke)
daydreamboy/SOZOChromoplast
Inspired by functionality in iTunes' album view, SOZOChromoplast finds the most relevant colors in a given UIImage quickly and painlessly, giving you the perfect color scheme every time.
daydreamboy/sskeychain
Simple Objective-C wrapper for the keychain that works on Mac and iOS
daydreamboy/substrate
daydreamboy/TMInstanceMethodSwizzler
Method swizzling library for Objetive-C
daydreamboy/WCAlertController