Skip to content

Commit

Permalink
Update SwiftOldDriver#124-2020.08.17.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsifalC authored Aug 17, 2020
1 parent 4e0b060 commit 0bf550d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Reports/2020/#124-2020.08.17.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@

## 文章

### 🐕 [一文读懂fishhook原理](https://juejin.im/post/6857699952563978247)

[@五子棋](https://satanwoo.github.io):一篇写的比较清晰的 fishhook 原理的解析文章,整体流程上写的比较完善,可以作为入门 fishhook 学习的一篇文章。

### 🐕 [Hook Alamofire](https://github.com/neil-wu/FridaHookSwiftAlamofire/blob/master/howto.md)

[@四娘](https://kemchenj.github.io):这篇文章着重从 Swift Runtime 数据结构入手进行分析,面向 GitHub 上 3.3 万 star 的 Swift HTTP 网络库 Alamofire,实现一个基础版本的抓包工具,具备:打印 GET / POST 请求;屏蔽 SSL Pinning。过程中会介绍到 Swift 的内存布局,函数调用约定,参数传递,运行时函数调用。
Expand Down Expand Up @@ -91,10 +87,6 @@

[@EyreFree](https://github.com/EyreFree):本文分享了 Mattt 对于将 [语义网](https://zh.wikipedia.org/wiki/%E8%AF%AD%E4%B9%89%E7%BD%91) 应用于源代码的一些想法。语义网(semantic web)这个词这个词可能很多人没有听过,本文展望了源代码结合语义网方式进行管理后的各种优势,整体看起来比较偏向于概念,还没有实际的应用,感兴趣的朋友可以看下。

### 🐕 [​详解Dart中如何通过注解生成代码](https://mp.weixin.qq.com/s/ZA62prbsM6KwnHkBT4i7yQ)

[@CrazyCoderShi](https://github.com/CrazyCoderShi): 本文初步探索了在 Dart 通过注解生成代码的技术,比起 java 的 apt ,没有运行时反射用起来还是有点点麻烦,需要手动执行 build,而且各种繁琐的 builder 配置,但这种技术可以给我们在解决一些例如路由,模板代码、动态代理等,多了一种处理手段

## 工具

### [远程输入法](https://github.com/remoboard/remoboard-source)
Expand Down

0 comments on commit 0bf550d

Please sign in to comment.