Pinned Repositories
AppContainer
🧳 Library that makes it easy to create multiple environments within a single app. You can switch environments without deleting the application.
AssociatedObject
🔗 Swift Macro for allowing variable declarations even in class extensions
CocoaUI
☕️ Obtain and customize UIKit/Cocoa objects from SwiftUI components.
iLLDB
🛠️ LLDB Extension for iOS and macOS App Development
MachOKit
🔬 A Swift library for parsing mach-o files to obtain various information.
ObfuscateMacro
🕵️ Swift macros for obfuscation
RunScriptPlugin
🏃SwiftPackage Plugin for executing arbitrary ShellScript.
swift-hook
⚓️ A Swift Library for hooking swift methods and functions.
swift-system-sound
🎶 A Swift Library that makes SystemSound playback easy.
TouchTracker
👆Show a mark at the touched point on the View of SwiftUI and UIKit.
p-x9's Repositories
p-x9/ObfuscateMacro
🕵️ Swift macros for obfuscation
p-x9/MachOKit
🔬 A Swift library for parsing mach-o files to obtain various information.
p-x9/AssociatedObject
🔗 Swift Macro for allowing variable declarations even in class extensions
p-x9/swift-hook
⚓️ A Swift Library for hooking swift methods and functions.
p-x9/swift-system-sound
🎶 A Swift Library that makes SystemSound playback easy.
p-x9/swift-weak-self-check
🧹 A CLI tool for `[weak self]` detection by `swift-syntax` and `index-store`
p-x9/swift-restrict-call
🚫 A Swift build tool plugin that reports and restricts calls to specific methods or properties in your Swift codebase.
p-x9/ELFKit
🔬 A Swift library for parsing ELF files to obtain various information.
p-x9/MachOObjCSection
🔬 A Swift library for parsing mach-o files to obtain Objecteve-C information.(Class/Protocol/Category)
p-x9/swift-objc-dump
📜 A Swift Library for dumping objective-c class/protocol/method/property/ivar informations
p-x9/swiftui-reflection-view
SwiftUI View to display property information based on Swift's reflection API for any type of value.
p-x9/swift-fishhook
🪝Re-implementation of fishhook with Swift using MachOKit
p-x9/swift-anti-fishhook
A Swift library to deactivate fishhook. (Anti-FishHook)
p-x9/xcode-indexstore-debug
🗂️ A build tool plugin for reporting the contents of Xcode's IndexStore in a customizable format.
p-x9/swift-sysctl
🖥️ A Swift wrapper for sysctl.
p-x9/swift-fileio
📁 A Swift library for reading and writing files.
p-x9/swift-cpu-info
A Swift library for getting CPU informations
p-x9/swift-literal-type-inference
🤔 swift-syntax extension to infer types from expressions based on literal information
p-x9/swift-source-reporter
🩺 A Swift package for reporting diagnostic messages.
p-x9/swift-edf
🫀A Swift package for reading EDF(European Data Format) files
p-x9/MachOKit-SPM
Pre-built version of MachOKit
p-x9/swiftlint-rule-base
Base file of swiftlint configuration (.swiftlint.yml) per SwiftLint version
p-x9/dyld-shared-cache-extractor
A CLI tool to extract dylib from dyld_shared_cache
p-x9/Hawk
Library for support an application's force update.
p-x9/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
p-x9/MachOSwiftSection-MxIris
🔬 A Swift library for parsing mach-o files to obtain Swift information.
p-x9/Mint
A package manager that installs and runs executable Swift packages
p-x9/QRCodeReader
p-x9/SimpleCamera
p-x9/swift-indexstore
SwiftIndexStore is a IndexStore reader library for Swift.