0x01 TL;DR:
写一下我看过的比较有用(有趣)的paper
。
0x02 Analyze Paper:
【*】TurboFan
取消消除CheckBounds
之后仍有方法可以绕过(该博客里的文章都蛮不错的):
https://doar-e.github.io/blog/2019/05/09/circumventing-chromes-hardening-of-typer-bugs/
【*】saelo
的文章:JIT
引擎中逻辑漏洞的利用:
http://phrack.org/papers/jit_exploitation.html
【*】TurboFan
引擎的详细介绍:
https://docs.google.com/presentation/d/1DJcWByz11jLoQyNhmOvkZSrkgcVhllIlCHmal1tGzaw/edit#slide=id.p
【*】TurboFan
的介绍(蛮不错):
https://doar-e.github.io/blog/2019/01/28/introduction-to-turbofan/
【*】V8
中推测优化的介绍: