Live data from Hacker News

A Flash Player emulator written in Rust

github.com

1–10 of 135 posts

Re: A Flash Player emulator written in Rust

#4
I'm excited for this; flash is still wholly unmatched as an artistic expression tool. HTML5 and WebAssembly can, obviously, provide the technical chops; but we've never recovered the experience of a novice Flash user who, with no prior domain experience, could realize an inspired prototype game or entertaining animation in less than an hour.

The tool was just that accessible, and the community that good.

Re: A Flash Player emulator written in Rust

#5

but if it's written in Rust are they going to be able to emulate the security holes so you get the full experience?

If they target WebAssembly most likely,

"USENIX Security '20 - Everything Old is New Again: Binary Security of WebAssembly"

https://www.youtube.com/watch?v=glL__xjviro

Re: A Flash Player emulator written in Rust

#6
post #5

but if it's written in Rust are they going to be able to emulate the security holes so you get the full experience?

If they target WebAssembly most likely, "USENIX Security '20 - Everything Old is New Again: Binary Security of WebAssembly" https://www.youtube.com/watch?v=glL__xjviro

lmao, only if you write something other than rust

Re: A Flash Player emulator written in Rust

#9
post #6
post #5

Earlier quoted context omitted.

If they target WebAssembly most likely, "USENIX Security '20 - Everything Old is New Again: Binary Security of WebAssembly" https://www.youtube.com/watch?v=glL__xjviro

lmao, only if you write something other than rust

There's a lot of unsafe usage in this codebase (https://github.com/ruffle-rs/ruffle/search?q=unsafe returns 5 screenfuls) - though I don't know enough about Rust to tell how risky these are.
Post reply on HN