Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax89 authored Dec 4, 2020
1 parent a28bb72 commit efc01a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

# NOTE
Branches are currently rotated for 3.0 development so it doesn't break distro packages:
* `noplugin` is the stable branch
* `master` this is the active branch where 3.0 development lies
* [noplugin](https://github.com/REDasmOrg/REDasm/tree/noplugin) is the stable branch.
* [master](https://github.com/REDasmOrg/REDasm/tree/master) this is the active branch where 3.0 development lies.

## Introduction
REDasm is an interactive, multiarchitecture disassembler written in modern C++11 using Qt5 as UI Framework, its core is modular and it can be easily extended in order to support new [file formats](https://github.com/REDasmOrg/REDasm/wiki/Writing-a-FormatPlugin) and [instruction sets](https://github.com/REDasmOrg/REDasm/wiki/Writing-an-AssemblerPlugin).<br>
Expand Down

0 comments on commit efc01a8

Please sign in to comment.