From dc16be8aa1716c1fcf5c1d3d9f86aa53337d172a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=AD=E5=9F=8E=E5=B0=8F=E5=88=98?= Date: Wed, 26 Feb 2020 16:25:15 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20iOS=20=E4=BD=BF=E7=94=A8=20=5F=5Fasm=5F?= =?UTF-8?q?=5F=20=E9=87=8D=E5=91=BD=E5=90=8D=20symbol?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Chapter1 - iOS/1.81.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Chapter1 - iOS/1.81.md b/Chapter1 - iOS/1.81.md index 4d16945..ccce7ed 100644 --- a/Chapter1 - iOS/1.81.md +++ b/Chapter1 - iOS/1.81.md @@ -56,4 +56,11 @@ int main(int argc, char * argv[]) { 鉴于 __asm__ 可以修改 symbol 名称,那么我们可以给工程做混淆。 -等待深入研究后继续更新... \ No newline at end of file +等待深入研究后继续更新... + + + + +## 引用 + +- [Assembler labels](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0491f/Cacgegch.html)