WebAssembly: A New World of Native Exploits on the Browser

preview_player
Показать описание
The goal of this talk is to provide a basic introduction to WebAssembly and examine the actual security risks that a developer may take on by using it. We will cover the low-level semantics of WebAssembly, including the Javascript API, the linear memory model, and the use of tables as function pointers.

By Justin Engler + Tyler Lukasiewicz

Рекомендации по теме
Комментарии
Автор

So basically just use Rust, not C/C++.

yurigeinish
Автор

"you can compile anything into wasm, not just c"
cries in trying to compile python into wasm.

NithinJune