open-flash / swf-parser

Rust and Typescript parsers for SWF
GNU Affero General Public License v3.0
28 stars 8 forks source link

Check how try and jump actions interact #1

Closed demurgos closed 5 years ago

demurgos commented 6 years ago

Check if a jump block inside a try block can jump outside of it. If it is possible, it may break the current representation of actions, we may need to keep the underlying bytes around.

demurgos commented 5 years ago

Closing since it's not a parser issue but an AVM one.