技术栈
assembly
非专业程序员Ping
8 天前
ios
·
swift
·
assembly
·
font
从0到1自定义文字排版引擎:原理篇
这篇文章是从0到1自定义富文本渲染的原理篇之一,此外你还可能感兴趣: 更多内容欢迎关注公众号:非专业程序员Ping
非专业程序员Ping
9 天前
ios
·
swift
·
assembly
·
font
一文读懂字体文件
这篇文章是从0到1自定义富文本渲染的原理篇之一,此外你还可能感兴趣: 更多内容欢迎关注公众号:非专业程序员Ping
非专业程序员Ping
12 天前
ios
·
assembly
新手小白也能看懂的LLDB技巧/逆向技巧
在我们日常工作中,难免会遇到一些Crash等疑难问题需要查看系统实现,有时候在做一些高级定制功能时,比如自定义富文本渲染等,也需要查看系统是怎么做的;特别是对于iOS程序员来说,由于Apple的闭源生态,遇到以上问题基本只能靠逆向手段来逐步分析。学会汇编和逆向,可以说是一个程序员从入门走向进阶的第一步。
小小工匠
1 年前
maven
·
assembly
Maven - Assembly实战
Spring Boot - 瘦身大作战:优雅应对Spring Boot Fat JarMaven - 打包之争:Jar vs. Shade vs. Assembly
codists
1 年前
assembly
·
编程人
《Programming from the Ground Up》阅读笔记:p95-p102
《Programming from the Ground Up》学习第6天,p95-p102总结,总计8页。
codists
1 年前
assembly
·
编程人
《Programming from the Ground Up》阅读笔记:p88-p94
《Programming from the Ground Up》学习第5天,p88-p94总结,总计7页。
codists
1 年前
assembly
·
编程人
《Programming from the Ground Up》阅读笔记:p75-p87
《Programming from the Ground Up》学习第4天,p75-p87总结,总计13页。
codists
1 年前
assembly
·
编程人
《Programming from the Ground Up》阅读笔记:p19-p48
《Programming from the Ground Up》学习第2天,p19-p48总结,总计30页。
codists
1 年前
assembly
《Programming from the Ground Up》阅读笔记:p1-p18
《Programming from the Ground Up》学习第1天,p1-18总结,总计18页。
Kiopler
2 年前
汇编
·
assembly
Intel汇编语言程序设计(第7版)第六章编程学习过程中写的小例子
如果选择分支过多可以构造一张表专门指向对应的地址(完)
Kiopler
2 年前
assembly
·
ollydbg
Intel汇编语言程序设计(第7版)第四章编程练习题答案
(完)
嵌入式底层
2 年前
开发语言
·
汇编
·
assembly
汇编攻城记-Cortex-M3指令集
类型指令全称功能内存访问LDRLoad register加载字到寄存器LDRB加载字节到寄存器LDRH
含影
2 年前
开发语言
·
c++
·
assembly
Linux c++反汇编源码细节解释说明
示例c++源码:GUN x86 64bit AT&T 汇编环境下用 g++ -O1 -Wa,-adhln ./main.cc命令反汇编
我是有底线的