docs: iOS 使用 __asm__ 重命名 symbol

This commit is contained in:
杭城小刘
2020-02-26 16:25:15 +08:00
parent b8f4d76d3a
commit dc16be8aa1

View File

@@ -56,4 +56,11 @@ int main(int argc, char * argv[]) {
鉴于 __asm__ 可以修改 symbol 名称,那么我们可以给工程做混淆。
等待深入研究后继续更新...
等待深入研究后继续更新...
## 引用
- [Assembler labels](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0491f/Cacgegch.html)