목록webhacking (1)
hiariz 님의 블로그
원본 글 : GoogleProjectZero-JITSploitation I: A JIT Bug JITSploitation I: A JIT BugBy Samuel Gro ß , Project Zero This three-part series highlights the technical challenges involved in finding and exploiting JavaScri...googleprojectzero.blogspot.comJIT CompilerJIT 컴파일러를 간단하게 정리해보면 다음과 같습니다. 다음과 같은 JavaScript 코드가 있습니다.function foo(o, y) { let x = o.x; return x + y;}for (let i = 0; i JIT 컴파일러는 ..
논문, 컨퍼런스
2025. 2. 24. 17:00