ruffle/core/build_playerglobal
Aaron Hill c1fce1106f swf: Parse string as Vec<u8> instead of String in SWF
Some obfuscated SWFs may have invalid strings in their constant
pool - trying to immediately parse them as a utf-8 String throws
away information. Instead, we now store a `Vec<u8>`, which we
then use to construct an `AvmString` (or with `String::from_utf8_lossy`
for debug printing).
2024-01-22 21:50:45 -05:00
..
src swf: Parse string as Vec<u8> instead of String in SWF 2024-01-22 21:50:45 -05:00
Cargo.toml fix(deps): update rust dependencies 2024-01-22 03:09:33 +01:00
asc.jar avm2: Add support for playerglobal instance allocators 2022-07-20 23:11:46 -07:00