https://github.com/arachish/flazzy
.NET library for [dis]assembling Shockwave Flash binaries.
https://github.com/arachish/flazzy
as3 avm2 deobfuscate doabc secureswf swf
Last synced: 6 months ago
JSON representation
.NET library for [dis]assembling Shockwave Flash binaries.
- Host: GitHub
- URL: https://github.com/arachish/flazzy
- Owner: ArachisH
- License: mit
- Created: 2017-05-06T00:39:39.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-24T05:34:37.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T19:55:35.110Z (about 1 year ago)
- Topics: as3, avm2, deobfuscate, doabc, secureswf, swf
- Language: C#
- Homepage:
- Size: 2.27 MB
- Stars: 34
- Watchers: 5
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Flazzy
[](https://github.com/ArachisH/Flazzy/actions)
[](https://www.nuget.org/packages/Hypo.Flazzy)

.NET library for [dis]assembling shockwave flash files(swf).
# Features
* [Tag Parsing](https://github.com/ArachisH/Flazzy/tree/develop/Flazzy/Tags)
* 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](https://github.com/ArachisH/Flazzy/wiki). The specification sheets that were used for this project can also be found [here](https://github.com/ArachisH/Flazzy/tree/develop/Specifications).
If you're looking to build from source you can clone it, and run a simple dotnet build command.
```bash
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.