diff options
author | Oxore <oxore@protonmail.com> | 2024-03-15 23:14:40 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2024-03-15 23:14:40 +0300 |
commit | 338c728cdf428c8c85bf1b8a0076234a2d0f8570 (patch) | |
tree | 9e1377280971538504c69617812b258c925a2191 /Readme.md | |
parent | 1e315d97988642f3cf7427fee752340439aa3f6b (diff) |
Add an image describing the main use case pipeline
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ incompatible assembly listing, or it is not the same as original binary after translation into machine code. So I decided to build my own disassembler, that will do exactly what I need with full control over the process and maybe more. +![A typical use case flow][pipeline.svg] + ## Build To build this project, you will need CMake and some modern C++ compiler like GCC |