iOS逆向之工具篇

來源:互聯網
上載者:User

標籤:sig   git   only   nbsp   工具   mac   sele   monkey   查看   

一、常用工具:
1)Alfred
Alfred3.2 Mac 破解文檔: http://www.sdifen.com/alfred32.html
常用設定和操作:https://www.jianshu.com/p/e9f3352c785f
Alfred 支援iTerm2的指令碼:
on alfred_script(q)
if application "iTerm2" is running or application "iTerm" is running then
run script "
on run {q}
tell application ":Applications:iTerm.app"
activate
try
select first window
set onlywindow to false
on error
create window with default profile
select first window
set onlywindow to true
end try
tell current session of the first window
if onlywindow is false then
tell split vertically with default profile
write text q
end tell
end if
end tell
end tell
end run
" with parameters {q}
else
run script "
on run {q}
tell application ":Applications:iTerm.app"
activate
try
select first window
on error
create window with default profile
select first window
end try
tell the first window
tell current session to write text q
end tell
end tell
end run
" with parameters {q}
end if
end alfred_script

2).iTerm2
安裝與配置:http://www.cnblogs.com/xishuai/p/mac-iterm2.html

3.Oh My Zsh
github的地址:
https://github.com/robbyrussell/oh-my-zsh

二、必備工具:
1)idapro_118728 靜態反編譯軟體

2)ios-app-signer-master 重簽名

3)MachOView 查看Mach-O檔案

4)MonkeyDev-master
https://github.com/AloneMonkey/MonkeyDev 非越獄外掛程式開發整合神器

5)cycript http://www.cycript.org/
配置環境變數:https://www.jianshu.com/p/dff9d05d67a8

6)PP助手 下載砸過殼的越獄APP

iOS逆向之工具篇

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.