|
396 | 396 |
|
397 | 397 |
|
398 | 398 |
|
399 |
| - <ul class="articles"> |
400 |
| - |
401 |
| - |
402 |
| - <li class="chapter " data-level="1.3.2.1.4.1" data-path="../frida_re_example/frida/ios_objc/stalker/akd_lldb_unnamed_symbol2575.html"> |
403 |
| - |
404 |
| - <a href="../frida_re_example/frida/ios_objc/stalker/akd_lldb_unnamed_symbol2575.html"> |
405 |
| - |
406 |
| - |
407 |
| - <b>1.3.2.1.4.1.</b> |
408 |
| - |
409 |
| - ___lldb_unnamed_symbol2575$$akd |
410 |
| - |
411 |
| - </a> |
412 |
| - |
413 |
| - |
414 |
| - |
415 |
| - </li> |
416 |
| - |
417 |
| - |
418 |
| - </ul> |
419 |
| - |
420 | 399 | </li>
|
421 | 400 |
|
422 | 401 |
|
@@ -1054,7 +1033,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
|
1054 | 1033 | <script>
|
1055 | 1034 | var gitbook = gitbook || [];
|
1056 | 1035 | gitbook.push(function() {
|
1057 |
| - gitbook.page.hasChanged({"page": {"title": "附录","level": "1.5","depth": 1,"next": {"title": "参考资料","level": "1.5.1","depth": 2,"path": "appendix/reference.md","ref": "appendix/reference.md","articles": []},"previous": {"title": "native C","level": "1.4.4.3.1","depth": 4,"path": "frida_tool_func/android/c/native.md","ref": "frida_tool_func/android/c/native.md","articles": []},"articles": [{"title": "参考资料","level": "1.5.1","depth": 2,"path": "appendix/reference.md","ref": "appendix/reference.md","articles": []}],"dir": "ltr"},"config": {"plugins": ["theme-comscore","anchors","expandable-menu","-lunr","-search","search-plus","disqus","-highlight","prism","prism-themes","github-buttons","-splitter","splitter-nosessionbutcookie","-sharing","sharing-plus","tbfed-pagefooter","donate","sitemap-general","copy-code-button","blockquote-callout","toolbar-button"],"root": "./src","styles": {"website": "styles/website.css","pdf": "styles/pdf.css","epub": "styles/epub.css","mobi": "styles/mobi.css","ebook": "styles/ebook.css","print": "styles/print.css"},"pluginsConfig": {"tbfed-pagefooter": {"copyright": "crifan.org,使用<a href='https://creativecommons.org/licenses/by/4.0/deed.zh'>署名4.0国际(CC BY 4.0)协议</a>发布","modify_label": "最后更新:","modify_format": "YYYY-MM-DD HH:mm:ss"},"prism": {"css": ["prism-themes/themes/prism-atom-dark.css"]},"disqus": {"useIdentifier": false,"shortName": "crifan"},"toolbar-button": {"label": "下载PDF","url": "https://book.crifan.org/books/frida_re_example_function/pdf/frida_re_example_function.pdf","icon": "fa-file-pdf-o"},"sharing-plus": {"qq": false,"all": ["facebook","google","twitter","instapaper","linkedin","pocket","stumbleupon"],"douban": false,"facebook": true,"weibo": false,"instapaper": false,"whatsapp": false,"hatenaBookmark": false,"twitter": true,"messenger": false,"line": false,"vk": false,"pocket": true,"google": false,"viber": false,"stumbleupon": false,"qzone": false,"linkedin": false},"donate": {"title": "","button": "打赏","wechat": "https://www.crifan.org/files/res/crifan_com/crifan_wechat_pay.jpg","alipay": "https://www.crifan.org/files/res/crifan_com/crifan_alipay_pay.jpg","wechatText": "微信打赏给Crifan","alipayText": "支付宝打赏给Crifan"},"sitemap-general": {"prefix": "https://book.crifan.org/books/frida_re_example_function/website/"},"fontsettings": {"theme": "white","family": "sans","size": 2},"blockquote-callout": {},"theme-comscore": {},"splitter-nosessionbutcookie": {},"prism-themes": {},"github-buttons": {"buttons": [{"repo": "frida_re_example_function","user": "crifan","type": "star","count": true,"size": "small"},{"user": "crifan","type": "follow","width": "120","count": false,"size": "small"}]},"expandable-menu": {},"copy-code-button": {},"sharing": {"qq": true,"all": ["douban","facebook","google","instapaper","line","linkedin","messenger","pocket","qq","qzone","stumbleupon","twitter","viber","vk","weibo","whatsapp"],"douban": false,"facebook": true,"weibo": true,"instapaper": false,"whatsapp": false,"hatenaBookmark": false,"twitter": true,"messenger": false,"line": false,"vk": false,"pocket": false,"google": false,"viber": false,"stumbleupon": false,"qzone": false,"linkedin": false},"theme-default": {"styles": {"website": "styles/website.css","pdf": "styles/pdf.css","epub": "styles/epub.css","mobi": "styles/mobi.css","ebook": "styles/ebook.css","print": "styles/print.css"},"showLevel": true},"anchors": {},"search-plus": {}},"theme": "default","author": "Crifan Li <[email protected]>","pdf": {"pageNumbers": true,"fontSize": 12,"fontFamily": "Arial","paperSize": "a4","chapterMark": "pagebreak","pageBreaksBefore": "/","margin": {"right": 62,"left": 62,"top": 56,"bottom": 56},"embedFonts": false},"structure": {"langs": "LANGS.md","readme": "README.md","glossary": "GLOSSARY.md","summary": "SUMMARY.md"},"variables": {},"title": "Frida逆向实例和工具函数","language": "zh-hans","links": {"sidebar": {"主页": "http://www.crifan.org"}},"gitbook": "*","description": "整理Frida逆向期间涉及到的各种实际案例,以及整理出的各种工具类函数。其中Frida的实际使用案例,包括网上别人的实例案例,包括官网的Cdeshare,以及frida和frida-trace。frida中包括iOS的ObjC的各种例子。包括Object对象的methods和ownMethods,以及用Interceptor去hook函数的,单个类的单个函数、单个类的所有函数、所有类的所有函数等。以及ApiResolver的案例以及Stalker的案例,尤其是___lldb_unnamed_symbol2575$$akd的完整代码;接着是frida-trace的实际例子,包括ObjC的akd中Apple账号验证过程、Preferences中Apple账号登录全过程的详细内容。"},"file": {"path": "appendix/README.md","mtime": "2024-03-19T01:23:11.589Z","type": "markdown"},"gitbook": {"version": "6.0.0","time": "2025-05-25T14:16:25.009Z"},"basePath": "..","book": {"language": ""}}); |
| 1036 | + gitbook.page.hasChanged({"page": {"title": "附录","level": "1.5","depth": 1,"next": {"title": "参考资料","level": "1.5.1","depth": 2,"path": "appendix/reference.md","ref": "appendix/reference.md","articles": []},"previous": {"title": "native C","level": "1.4.4.3.1","depth": 4,"path": "frida_tool_func/android/c/native.md","ref": "frida_tool_func/android/c/native.md","articles": []},"articles": [{"title": "参考资料","level": "1.5.1","depth": 2,"path": "appendix/reference.md","ref": "appendix/reference.md","articles": []}],"dir": "ltr"},"config": {"plugins": ["theme-comscore","anchors","expandable-menu","-lunr","-search","search-plus","disqus","-highlight","prism","prism-themes","github-buttons","-splitter","splitter-nosessionbutcookie","-sharing","sharing-plus","tbfed-pagefooter","donate","sitemap-general","copy-code-button","blockquote-callout","toolbar-button"],"root": "./src","styles": {"website": "styles/website.css","pdf": "styles/pdf.css","epub": "styles/epub.css","mobi": "styles/mobi.css","ebook": "styles/ebook.css","print": "styles/print.css"},"pluginsConfig": {"tbfed-pagefooter": {"copyright": "crifan.org,使用<a href='https://creativecommons.org/licenses/by/4.0/deed.zh'>署名4.0国际(CC BY 4.0)协议</a>发布","modify_label": "最后更新:","modify_format": "YYYY-MM-DD HH:mm:ss"},"prism": {"css": ["prism-themes/themes/prism-atom-dark.css"]},"disqus": {"useIdentifier": false,"shortName": "crifan"},"toolbar-button": {"label": "下载PDF","url": "https://book.crifan.org/books/frida_re_example_function/pdf/frida_re_example_function.pdf","icon": "fa-file-pdf-o"},"sharing-plus": {"qq": false,"all": ["facebook","google","twitter","instapaper","linkedin","pocket","stumbleupon"],"douban": false,"facebook": true,"weibo": false,"instapaper": false,"whatsapp": false,"hatenaBookmark": false,"twitter": true,"messenger": false,"line": false,"vk": false,"pocket": true,"google": false,"viber": false,"stumbleupon": false,"qzone": false,"linkedin": false},"donate": {"title": "","button": "打赏","wechat": "https://www.crifan.org/files/res/crifan_com/crifan_wechat_pay.jpg","alipay": "https://www.crifan.org/files/res/crifan_com/crifan_alipay_pay.jpg","wechatText": "微信打赏给Crifan","alipayText": "支付宝打赏给Crifan"},"sitemap-general": {"prefix": "https://book.crifan.org/books/frida_re_example_function/website/"},"fontsettings": {"theme": "white","family": "sans","size": 2},"blockquote-callout": {},"theme-comscore": {},"splitter-nosessionbutcookie": {},"prism-themes": {},"github-buttons": {"buttons": [{"repo": "frida_re_example_function","user": "crifan","type": "star","count": true,"size": "small"},{"user": "crifan","type": "follow","width": "120","count": false,"size": "small"}]},"expandable-menu": {},"copy-code-button": {},"sharing": {"qq": true,"all": ["douban","facebook","google","instapaper","line","linkedin","messenger","pocket","qq","qzone","stumbleupon","twitter","viber","vk","weibo","whatsapp"],"douban": false,"facebook": true,"weibo": true,"instapaper": false,"whatsapp": false,"hatenaBookmark": false,"twitter": true,"messenger": false,"line": false,"vk": false,"pocket": false,"google": false,"viber": false,"stumbleupon": false,"qzone": false,"linkedin": false},"theme-default": {"styles": {"website": "styles/website.css","pdf": "styles/pdf.css","epub": "styles/epub.css","mobi": "styles/mobi.css","ebook": "styles/ebook.css","print": "styles/print.css"},"showLevel": true},"anchors": {},"search-plus": {}},"theme": "default","author": "Crifan Li <[email protected]>","pdf": {"pageNumbers": true,"fontSize": 12,"fontFamily": "Arial","paperSize": "a4","chapterMark": "pagebreak","pageBreaksBefore": "/","margin": {"right": 62,"left": 62,"top": 56,"bottom": 56},"embedFonts": false},"structure": {"langs": "LANGS.md","readme": "README.md","glossary": "GLOSSARY.md","summary": "SUMMARY.md"},"variables": {},"title": "Frida逆向实例和工具函数","language": "zh-hans","links": {"sidebar": {"主页": "http://www.crifan.org"}},"gitbook": "*","description": "整理Frida逆向期间涉及到的各种实际案例,以及整理出的各种工具类函数。其中Frida的实际使用案例,包括网上别人的实例案例,包括官网的Cdeshare,以及frida和frida-trace。frida中包括iOS的ObjC的各种例子。包括Object对象的methods和ownMethods,以及用Interceptor去hook函数的,单个类的单个函数、单个类的所有函数、所有类的所有函数等。以及ApiResolver的案例以及Stalker的案例;接着是frida-trace的实际例子,包括ObjC的akd中Apple账号验证过程、Preferences中Apple账号登录全过程的详细内容。"},"file": {"path": "appendix/README.md","mtime": "2024-03-19T01:23:11.589Z","type": "markdown"},"gitbook": {"version": "6.0.0","time": "2025-06-04T13:28:04.441Z"},"basePath": "..","book": {"language": ""}}); |
1058 | 1037 | });
|
1059 | 1038 | </script>
|
1060 | 1039 | </div>
|
|
0 commit comments