iOS 逆向工具 IDA

2021-09-11 19:40:53 字數 328 閱讀 7544

1. ida簡介

逆向工程中神器之一!

3. ida視窗功能

a. function window

. 展現分析出來的所有函式;雙擊函式,main window 顯示函式體;

. class-dump 匯出的都是oc函式,可讀性高;ida還將所有subroutine羅列出來;subroutine的名稱是乙個代號,分析難度大。

b. main window

. 兩種模式,graph view 和 text view,通過空格鍵切換。

. graph view : 箭頭表示執行順序,滿足條件分支線綠色,否則紅色,沒有分支時藍色;

iOS逆向工具 Theos

a.指定xcode 根據自己xcode路徑來 複製 export theos opt theos sudo git clone git theos 複製 d.配置cydiasubstrate 注意 新版本theos請直接跳過 執行theos自動化配置指令碼 直接使用ifunbox提取cydiasub...

03 IDA逆向分析

idapython的文件 在ida的plugins目錄下建立 listfuncplugin.py檔案 coding utf 8 import idautils import idaapi import idc from datetime import datetime class listfunc ...

ELF檔案逆向IDA的使用

elf檔案格式分類 重定向檔案 relocation file 包含 和資料,如靜態鏈結庫 可執行檔案 executable file 共享目標檔案 shared object file 鏈結器使用這種檔案同其他可重定向檔案鏈結 核心轉儲檔案 core dump file 程式意外終止,系統將中斷狀...