Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Washi1337 committed Dec 28, 2023
1 parent 36b8072 commit 1dc6f87
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,21 @@ Main Features
- Data flow analysis
- Create data flow graphs
- Inspect stack and variable dependencies of instructions.
- AST building
- Lift control flow graphs to Abstract Syntax Trees (ASTs).
- Unified generic API.
- Serialize any kind of graph to the dot file format.
- Adding a new platform for flow analysis requires minimal effort


Supported platforms:

| Architecture | Back-end | Control Flow | Data Flow | Purity Classification | Emulation |
|--------------|---------------------------------------------------------|--------------|-----------|-----------------------|-----------|
| CIL | [AsmResolver](https://github.com/Washi1337/AsmResolver) |||| ✓ (WIP) |
| CIL | [dnlib](https://github.com/0xd4d/dnlib) |||| |
| x86 (32-bit) | [Iced](https://github.com/icedland/iced) ||| | |
| x86 (64-bit) | [Iced](https://github.com/icedland/iced) ||| | |
| Architecture | Back-end | Control Flow | Data Flow | AST | Purity Classification | Emulation |
|--------------|---------------------------------------------------------|--------------|-----------|-----|-----------------------|-----------|
| CIL | [AsmResolver](https://github.com/Washi1337/AsmResolver) |||| | ✓ (WIP) |
| CIL | [dnlib](https://github.com/0xd4d/dnlib) |||| | |
| x86 (32-bit) | [Iced](https://github.com/icedland/iced) ||| | | |
| x86 (64-bit) | [Iced](https://github.com/icedland/iced) ||| | | |


Compiling
Expand Down Expand Up @@ -54,5 +56,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).

Found a bug or have questions?
------------------------------
Please use the [issue tracker](https://github.com/Washi1337/Echo/issues). Try to be as descriptive as possible.

Please use the [issue tracker](https://github.com/Washi1337/Echo/issues). Try to be as descriptive as possible.

0 comments on commit 1dc6f87

Please sign in to comment.