이전 글에 이어 Wasm에서의 Integer Overflow, Double Free취약점을 테스트해 보았다. Prob https://github.com/f10vv3r/Wasm_Binary_Vulnerable_test GitHub - f10vv3r/Wasm_Binary_Vulnerable_testContribute to f10vv3r/Wasm_Binary_Vulnerable_test development by creating an account on GitHub.github.com 이전 글에 이어 Integer Overflow, DFB 취약점을 추가로 테스트하는 파일은 위와 같으며, Wasm 컴파일 명령어와 수정된 C 코드는 아래와 같다. // wasm_vuln.c#include EMSCRIPT..