Pinned Repositories
aslr-kernel-patch
Tool to patch the ASLR slide generation in the kernel to disable user-land ASLR on 32-bit iOS
BlurryLaunch
Cydia substrate tweak that adds colourful blur animations on app launching (supporting iOS 8.0 - 11.1.2)
Exploit-Challenges
A collection of vulnerable ARM binaries for practicing exploit development
FlappyBird-NeuralNet
My A-level computer science project from 2017-2018, a neural network that learns to play Flappy Bird
framebuffer_write
A tool to write text to the iOS screen by directly modifying the pixel information in the framebuffer
game-of-life-ios
Implementation of Conway's "Game of Life" in Swift https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
iOS-File-Explorer
No-jailbreak file explorer application for iOS
Jailbreak-Detection-in-iOS-App
Very simple example of how to detect if the device is jailbroken. This is not the most efficient way but it will work in most cases.
kobject
A tool to pull C++ object names from kernel memory
Lyla-Debugger
Bare-bones iOS debugger written in C
Billy-Ellis's Repositories
Billy-Ellis/Exploit-Challenges
A collection of vulnerable ARM binaries for practicing exploit development
Billy-Ellis/framebuffer_write
A tool to write text to the iOS screen by directly modifying the pixel information in the framebuffer
Billy-Ellis/iOS-File-Explorer
No-jailbreak file explorer application for iOS
Billy-Ellis/Lyla-Debugger
Bare-bones iOS debugger written in C
Billy-Ellis/aslr-kernel-patch
Tool to patch the ASLR slide generation in the kernel to disable user-land ASLR on 32-bit iOS
Billy-Ellis/Jailbreak-Detection-in-iOS-App
Very simple example of how to detect if the device is jailbroken. This is not the most efficient way but it will work in most cases.
Billy-Ellis/kobject
A tool to pull C++ object names from kernel memory
Billy-Ellis/BlurryLaunch
Cydia substrate tweak that adds colourful blur animations on app launching (supporting iOS 8.0 - 11.1.2)
Billy-Ellis/Enter-kDFU-iOS-App
A springboard icon that when clicked, puts your device into kDFU mode.
Billy-Ellis/BubbleSort-ARM64
Implementation of the BubbleSort algorithm written from scratch in ARM64 assembly
Billy-Ellis/FlappyBird-NeuralNet
My A-level computer science project from 2017-2018, a neural network that learns to play Flappy Bird
Billy-Ellis/SceneKit-Glass-Box
Glass cube in SceneKit
Billy-Ellis/Billy-Ellis.github.io
blog
Billy-Ellis/iOS-System-Actions
Simple app demonstrating how to execute system (mobile user) commands in an iOS app
Billy-Ellis/NanoChargingView
Check out the tweak on Cydia
Billy-Ellis/SceneKit-Testing
Simple SceneKit testing app that allows you to play with the properties of an SCNBox
Billy-Ellis/UIDevice-Example
Example demonstrating how to read iOS hardware & software information in an iOS app using the UIDevice class
Billy-Ellis/iOS-Device-Manager-Beta-Builds
Billy-Ellis/game-of-life-ios
Implementation of Conway's "Game of Life" in Swift https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
Billy-Ellis/Billy-Ellis