Skip to content

Commit

Permalink
1. update sub book xcode debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Crifan Li committed Oct 31, 2022
1 parent 53c7ca7 commit 582a89f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# iOS逆向开发

* 最新版本:`v1.0`
* 更新时间:`20221030`
* 更新时间:`20221031`

## 简介

Expand Down
2 changes: 1 addition & 1 deletion README_current.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"latestVersion": "v1.0",
"lastUpdate": "20221030",
"lastUpdate": "20221031",
"gitRepoName": "ios_reverse_dev",
"bookName": "iOS逆向开发",
"bookDescription": "概述iOS逆向开发的各方面内容。包括整理了iOS逆向开发领域包含哪些内容的架构图,iOS的逆向开发的典型的流程,以及逆向的重点和难点,以及一些逆向心得。且把各个独立的部分整理出子教程,包括iPhone越狱、砸壳ipa、静态分析、动态调试、MonkeyDev调试,以及一些iOS逆向常涉及的领域,比如越狱插件开发、越狱检测和反越狱检测、iOS底层机制,其中包括ObjC运行时和Block匿名函数;以及具体的实例,包括YouTube逆向、抖音逆向,以及YouTube中包含protobuf逆向;另外整理出相关的子教程,包括IDA、汇编asm、ARM汇编、Xcode开发、Xcode调试、LLDB调试器、iOS开发、C语言开发等内容。"
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# iOS逆向开发

* 最新版本:`v1.0`
* 更新时间:`20221030`
* 更新时间:`20221031`

## 简介

Expand Down
2 changes: 1 addition & 1 deletion src/sub_boks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
* Xcode
* 【整理Book】XCode开发心得
* [Xcode内置调试器:LLDB (crifan.org)](https://book.crifan.org/books/xcode_debugger_lldb/website/)
* 【整理Book】Xcode开发:调试心得
* [Xcode开发:调试心得 (crifan.org)](http://book.crifan.org/books/xcode_dev_debug_summary/website/)

0 comments on commit 582a89f

Please sign in to comment.