avm1-parser

AVM1 parser

Usage no npm install needed!

<script type="module">
  import avm1Parser from 'https://cdn.skypack.dev/avm1-parser';
</script>

README

Open Flash logo

AVM1 Parser

npm crates.io GitHub repository Build status

AVM1 parser implemented in Rust and Typescript (Node and browser). Converts bytes to avm1-types control flow graphs.

This library is part of the Open Flash project.

Usage

Status

The raw-action parser is complete. The CFG parser still needs some work and feedback.

Contributing

Each implementation lives in its own directory (rs or ts). The commands must be executed from these "project roots", not from the "repo root".

Check the implementation-specific guides:

You can also use the library and report any issues you encounter on the Github issues page.