├── GC
├── jit_calc.html
├── jit_type_confusion.html
├── push_type_confusion.html
├── readme.txt
└── shift_heap_oob_write.html
└── README.md
/GC/jit_calc.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
279 |
280 |
293 |
311 |
312 |
313 |
314 |
315 |
316 |
--------------------------------------------------------------------------------
/GC/jit_type_confusion.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
56 |
57 |
74 |
88 |
89 |
90 |
91 |
92 |
93 |
--------------------------------------------------------------------------------
/GC/push_type_confusion.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
22 |
23 |
39 |
59 |
60 |
61 |
62 |
63 |
64 |
--------------------------------------------------------------------------------
/GC/readme.txt:
--------------------------------------------------------------------------------
1 | Bugs using VBScript Class_Terminator to trigger Callback in JavaScript GC.
--------------------------------------------------------------------------------
/GC/shift_heap_oob_write.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
24 |
25 |
43 |
101 |
102 |
103 |
104 |
105 |
106 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | ttt
--------------------------------------------------------------------------------