Skip to content

ArachisH/Flazzy

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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.