从这个博客开建以来,到现在(2021 年 5 月 3 日)也已经有了将近 100 篇文章了。虽然很大一部分是水的,但也有一部分是我个人比较满意的。这里整理出来,读者可以在这些文章里寻找自己感兴趣的部分阅读。
因为涉及的领域较多较杂,因此这里就不按照文章类型进行划分了。文章按我个人的评分星级进行整理,从⭐⭐⭐⭐⭐到⭐⭐⭐。
本文会随博客更新整理,且会始终位于置顶位。目前的版本号为 1
,最后更新于 2021-05-03
。
个人简介
https://blog.mmf.moe/post/producer-profile/
⭐⭐⭐⭐⭐
https://blog.mmf.moe/post/tproxy-investigation/
TProxy
源码阅读文。由于笔者对 Linux
网络栈了解较浅,可能存在一些错误。
https://blog.mmf.moe/post/xnuca-2020-hellowasm/
X-NUCA 2020
初赛 hellowasm
一题的题解。
https://blog.mmf.moe/post/rust-format-syntax/
Rust
中 std::fmt
格式化字符串使用指南。
https://blog.mmf.moe/post/rustonomicon-subtyping-and-variance/
Rust
死灵书中对变型一章的翻译。
https://blog.mmf.moe/post/gc553-setup-multiplatform/
GC553
采集卡在 Linux
下采集的(半)完美解决方案。
⭐⭐⭐⭐
https://blog.mmf.moe/subtitling/
摸鱼特效字幕系列,介绍了部分特效标签和脚本。
微机原理实验系列,基本都有配图,部分配有简单的效果视频。
https://blog.mmf.moe/post/tutorial-on-using-the-alsa-audio-api/
简单的 ALSA
教程翻译,读完能让你对 Linux
的音频 API
有一个大致的了解。
https://blog.mmf.moe/post/spine-flutter-texture-overlap/
flutter
渲染 spine
的问题定位与解决方案。
https://blog.mmf.moe/post/node-fork-proto-env-rce/
NodeJS
通过 fork
和污染环境变量构造 RCE
。
https://blog.mmf.moe/post/git-fetch-intro/
git fetch
的协议分析篇。
⭐⭐⭐
https://blog.mmf.moe/shinymas-reverse/
SC
逆向系列姑且也算可以一读吧。过程写得并不好,结论倒是值得一看就是了。看完这个系列,你就明白 enza
他们是怎么做闪耀色彩这块的加密的了(
https://blog.mmf.moe/post/go-01-laws-of-reflection/
Go
学习笔记系列的唯一一篇产出Golang
的反射。
https://blog.mmf.moe/post/disabled-5ghz-wifi-sharing/
Linux
强开热点的解决方案(
https://blog.mmf.moe/post/postfix-receive-only-email/
搭建只收不发的邮件服务器。
https://blog.mmf.moe/post/nat-types/
介绍了 NAT
类型和简单的 STUN
原理。
https://blog.mmf.moe/post/flutter-compute-loooots-of-text/
简单描述了一下 Flutter
渲染大量文本的解决方案。
https://blog.mmf.moe/post/ctf-spel/
Java
的 SpEL
表达式利用,后来居然在省赛里用到了(笑
https://blog.mmf.moe/post/php-serialize-01/
PHP
反序列化漏洞的原理和一些应用。
https://blog.mmf.moe/post/simple-wasm-re/
阅读 WASM
文本格式的心得。
https://blog.mmf.moe/post/jlu20-babywasm-writeup/
2020 校赛我出的一道 WASM
题目的题解。