zoukankan      html  css  js  c++  java
  • iOS 逆向工程 (前期软件支持,到打开ipa 包,反编译)

    1、theos 安装

    $ export THEOS=/opt/theos

    $ sudo clone git://github.com/DHowett/theos.git $THEOS

     显示如下算是成功

     

     

    2.安装ldid (http://joedj.net/ldid) .放在/opt/theos/bin/

    运行下面命令

    $ sudo chmod 777 /opt/theos/bin/ldid

    3.配置CydiaSubstrate (github 下载的)https://raw.githubusercontent.com/kokoabim/iOSOpenDev/master/lib/libsubstrate.dylib

    (链接: https://pan.baidu.com/s/1geCkoTX 密码: ex95)

    将1.中图片红框内的文件拖拽到 theos文件夹中

    4.安装dpkg

    https://raw.githubusercontent.com/DHowett/dm.pl/master/dm.pl
    打开网页,另保存一下,重命名为 dpkg-deb (没有后缀.pl).放到/opt/theos/bin/

    运行下面命令

    $ sudo chmod 777 /opt/theos/bin/dpkg-deb 

     

       IDA下载

    https://www.hex-rays.com/products/ida/support/download_demo.shtml

     

    安装之后,找个ipa文件。修改后缀为.zip解压 ,打开,右键显示包内容,

     把这个文件拖拽到IDA中

     ******************************************************************* 华丽分割线 ****************************************************************

    2017_08_29 ios应用破解     刘羊梓(360公司)

    1.

    *APP解密——Dumpdectyted

    *IDA ——静态反编译

    *动态调试——LLDB

    *

     2.破解步骤

    3

    //补充  输出utf-8 方法 在terminal中

     

  • 相关阅读:
    [Leetcode] Set Matrix Zeroes
    [Leetcode] Longest Valid Parentheses
    [Leetcode] Interleaving String
    [Leetcode] Surrounded Regions
    [Leetcode] Candy
    用Delphi获取当前系统时间
    Delphi窗体中禁用最大化按钮
    DELPHI关于文件的操作
    Delphi 2010初体验,是时候抛弃Delphi 7了
    双通道内存有什么优点和缺点?
  • 原文地址:https://www.cnblogs.com/tom2015010203/p/5924284.html
Copyright © 2011-2022 走看看