Lists (6)
Sort Name ascending (A-Z)
Stars
An agentic skills framework & software development methodology that works.
Enable macOS HiDPI and have a native setting.
Hackintosh long-term maintenance model EFI and installation tutorial
A short tutorial about building Linux based operating systems.
The official build framework for the Armbian Linux distribution. This repository contains the complete toolchain and scripts required to compile custom OS images from source, including kernel confi…
issh is a tool like adb on android for iOS reversing and debugging. save your time for working on jailbroken idevice.
本文将介绍iOS代码混淆及编译的自动化脚本方案,支持swift、m、c、cpp和h文件类型的混淆,使用编译时混淆的策略,不影响源码阅读,只需在想要混淆的函数名或者变量名前加个private_即可,可通过函数实现安全混淆、去混淆、混淆再编译。