ruffle/core/build_playerglobal/src
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
..
cli.rs core: Remove linter code 2023-05-20 13:59:12 -07:00
lib.rs swf: Parse string as Vec<u8> instead of String in SWF 2024-01-22 21:50:45 -05:00
main.rs core: Remove linter code 2023-05-20 13:59:12 -07:00