Skip to content

ArachisH/Flazzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e71e54 · Mar 23, 2024
Mar 22, 2024
Mar 23, 2024
Feb 6, 2023
Feb 1, 2024
Jan 9, 2017
Aug 15, 2017
Feb 1, 2024
Jun 4, 2023
Jun 4, 2023

Repository files navigation

Flazzy

Build CI NuGet License

.NET library for [dis]assembling shockwave flash files(swf).

Features

  • Tag Parsing
  • AS3 Decompiler
  • AS3 Control Flow Deobfuscation
  • AS3 Class & Namespace String Deobfuscation

Usage & Building

The documentation for how to utilize the full functionality of the library can be found in the repository Wiki. The specification sheets that were used for this project can also be found here. If you're looking to build from source you can clone it, and run a simple dotnet build command.

git clone https://github.com/ArachisH/Flazzy.git && cd Flazzy
dotnet build

Contributing & Issues

Any contribution is welcomed, so long as you base your PR off of the develop branch. If you have any problems, or even feature requests, make an issue to make it easier for tracking/automation.