1 theos/logos常用命令23 %hook 用的最多,意思是鉤住乙個類。
45 %hook springboard
6 %end
78 %new
(v@:) 新建方法 v是返回值@代表引數名
9 %new
(v@:@i)
10 - (void) alertview:(uialertview *)alertview clickedbuttonatindex:(nsinteger)buttonindex;
1112 %subclass:子類化乙個類
13 如:%subclass classname: superclass 14
15 %group:分組
16 如:%group groupname
17 %end
1819 %init:初始化分組和group相對應。
2021 %ctor:構建乙個初始化函式。
2223 %log:列印系統日誌,函式名引數值都能列印出來。
2425 %orig:呼叫預設函式。
1extensionprocessorder2
.x will be processed by logos, then preprocessed and compiled as objective-c.
3.xm will be processed by logos, then preprocessed and compiled as objective-c++.
4.xi will be preprocessed as objective-c first, then logos will process the result,
and then it will be compiled.
5.xmi will be preprocessed as objective-c++ first, then logos will process the result,
and then it will be compiled
IOS 越獄開發
2 準備目錄 debian control control檔案就是打包時的配置檔案,它也會作為deb包的配置被打包到包中,檔案例子 cpp view plain copy package com.zz.tianc name tianc version 0.1 1 description tianc,...
iOS越獄開發(一)
做越獄開發也有一些時間了,有很多東西想總結一下,希望給他人一些借鑑,也是自己對過去開發經歷的一些總結。個人不推薦使用盜版,這裡主要以技術介紹為主。這個系列裡面主要介紹怎樣進行越獄開發,涉及到以下幾個方面 3 一些越獄外掛程式的開發,通過裡面有些外掛程式非常好用,合理,而且非常美觀漂亮。之前一直在fo...
iOS越獄開發(一)
做越獄開發也有一些時間了,有很多東西想總結一下,希望給他人一些借鑑,也是自己對過去開發經歷的一些總結。個人不推薦使用盜版,這裡主要以技術介紹為主。這個系列裡面主要介紹怎樣進行越獄開發,涉及到以下幾個方面 3 一些越獄外掛程式的開發,通過裡面有些外掛程式非常好用,合理,而且非常美觀漂亮。之前一直在fo...