1.1 网站收藏
文件格式相关
算法相关
- 加解密算法: https://www.cnblogs.com/Kingfans/category/2198205.html
- 快速位运算算法: http://graphics.stanford.edu/~seander/bithacks.html
x86/x64指令相关
- x86-64的指令编码入门: https://blog.csdn.net/JimFire/article/details/112652145
- x86_64指令编码方式: https://zhuanlan.zhihu.com/p/464774687
- X86 Opcode and Instruction Reference: http://ref.x86asm.net/geek64.html
- X86-64_Instruction_Encoding: https://wiki.osdev.org/X86-64_Instruction_Encoding
游戏引擎相关
网络相关
设计模式
他人博客
Ffmpeg
计算机图形学
- easy vulkan: easyvulkan
- learn opengl:https://learnopengl.com/
- learn opengl中文版:https://learnopengl-cn.github.io/
Linux
- C/C(++)获取可执行程序完整路径:使用
readlink
函数和/proc/self/exe
符号链接。 - Linux C:获取当前程序名称的三种方式
window
- 自定义窗口标题栏,实现响应贴靠窗口布局:https://learn.microsoft.com/zh-cn/windows/apps/desktop/modernize/apply-snap-layout-menu
编译原理
- dalvik字节码:https://source.android.google.cn/docs/core/runtime/dalvik-bytecode?hl=zh-cn
- 北大编译实践在线文档:https://pku-minic.github.io/online-doc/#/
- MiniDecaf 编译器结构:https://decaf-lang.github.io/minidecaf-tutorial/docs/step1/arch.html
- 反汇编利器:https://godbolt.org/
- 解析技术:https://parsing-techniques.duguying.net/