awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
CyberShadow avatar

CyberShadow/RABCDAsm

0
View on GitHub↗
452 stars·95 forks·D·GPL-3.0·9 viewsblog.thecybershadow.net/2010/05/05/announcing-rabcdasm↗

RABCDAsm

Robust ABC (ActionScript Bytecode) [Dis-]Assembler

Features

  • Browser Malware - Disassembles ActionScript bytecode for analysis.
  • Reverse Engineering - Utilities for ActionScript 3 assembly and disassembly.

Star history

Star history chart for cybershadow/rabcdasmStar history chart for cybershadow/rabcdasm

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with RABCDAsm

These projects share indexed features with RABCDAsm. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • storyyeller/krakatauStoryyeller avatar

    Storyyeller/Krakatau

    2,177View on GitHub↗

    Krakatau provides an assembler and disassembler for Java bytecode, which allows you to convert binary classfiles to a human readable text format, make changes, and convert it back to a classfile, even for obfuscated code. You can also create your own classfiles from scratch by writing bytecode…

    Rust
    View on GitHub↗2,177
  • angr/angrangr avatar

    angr/angr

    8,898View on GitHub↗

    Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves as a binary decompiler and a lifting platform that translates machine code into a common intermediate representation to enable cross-architecture analysis. The framework integrates a symbolic execution engine and constraint solvers to determine the inputs required to reach specific program states. It also employs untrusted code sandboxing to isolate guest code from the host environment during analysis. Its capabilities cover control flow and data flow analysis, including the

    Python
    View on GitHub↗8,898
  • aquynh/capstoneaquynh avatar

    aquynh/capstone

    8,839View on GitHub↗

    Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code into human-readable assembly instructions for a wide variety of hardware instruction set architectures and virtual machines. The framework supports a diverse range of targets, including x86, ARM, RISC-V, and MIPS, as well as virtual machine environments like WebAssembly and the Ethereum Virtual Machine. It functions as an instruction analysis tool capable of extracting granular decomposition data and semantic information from disassembled code. The engine is designed for low-

    C
    View on GitHub↗8,839
  • androguard/androguardandroguard avatar

    androguard/androguard

    6,116View on GitHub↗

    Reverse engineering and pentesting for Android applications

    Python
    View on GitHub↗6,116
Compare all 30 related projects→

Frequently asked questions

What does cybershadow/rabcdasm do?

Robust ABC (ActionScript Bytecode) [Dis-]Assembler

What are the main features of cybershadow/rabcdasm?

The main features of cybershadow/rabcdasm are: Browser Malware, Reverse Engineering.

Which projects share features with cybershadow/rabcdasm?

Projects with overlapping indexed features include: storyyeller/krakatau — Krakatau provides an assembler and disassembler for Java bytecode, which allows you to convert binary classfiles to a… angr/angr — Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves… aquynh/capstone — Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code… binaryanalysisplatform/bap — Binary Analysis Platform. boomerangdecompiler/boomerang — Boomerang Decompiler - Fighting the code-rot :). androguard/androguard — Reverse engineering and pentesting for Android applications.