更新:编译参数添加对静态库的说明二次更新:实际业务中意义不是很大 一、目的: 实现链接时符号混淆参考文档:http...[作者空间]
一、目的: 分析 LLVM 自带的符号重写Pass 二、分析执行流程: LLVM原生的文件lib/Transfor...[作者空间]
参考:https://mayuyu.io/2017/06/01/LLVMHacking-0x1/[https://...[作者空间]
参考:http://www.alonemonkey.com/2016/12/21/learning-llvm/ 一...[作者空间]
参考书:《LLVM Cookbook中文版》分析pass可以在不更改IR的情况下提供关于IR的更高级的信息,下面我...[作者空间]
参考书:《Getting Started with LLVM Core Libraries》 一、概览图: 整体概...[作者空间]
参考书:《Getting Started with LLVM Core Libraries》 一、优化参数: -O...[作者空间]
(已修改)参考书:《Getting Started with LLVM Core Libraries》参考链接:h...[作者空间]
参考书:《Getting Started with LLVM Core Libraries》 LLVM IR 内存...[作者空间]
参考书:《Getting Started with LLVM Core Libraries》 抽象语法树的概念就不...[作者空间]
参考书:《Getting Started with LLVM Core Libraries》 词法分析器使用,参考...[作者空间]
参考书:《Getting Started with LLVM Core Libraries》 这一节主要是介绍cl...[作者空间]
一、hikari导出成Xcode项目 很简单,cmake指定Xcode就成。 二、编译clang Xcode打开刚...[作者空间]