/cheerpj3-jpexs-ffdec

JPEXS Free Flash Decompiler running online with CheerpJ 3

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

CheerpJ 3.0 JPEXS FFDEC

JPEXS FFDEC (JPEXS Free Flash Decompiler) running online with CheerpJ 3.

Running

Note: The website has an in page version of developer tools (Eruda) to easily inspect the console and network requests. It doesn't log network requests for CheerpJ resources but it does log the FFDEC network requests. Add #console to the URL to display.

Website

On Github Pages here.

StackBlitz

Open on StackBlitz.

Locally

  1. Clone the repo.
  2. Install the dependencies (npm install or pnpm install).
  3. Run it (npm run dev or pnpm dlx serve .)