From 18f6d9edd1ac34d588a1bd022aa1bafde10a6e0f Mon Sep 17 00:00:00 2001 From: pe3zx Date: Thu, 24 Feb 2022 22:07:54 +0700 Subject: [PATCH] Add: Maat to Binary Analysis section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e6cc4a1..509be86 100644 --- a/README.md +++ b/README.md @@ -804,6 +804,10 @@ This repository is created as an online bookmark for useful links, resources and LIEF Library to Instrument Executable Formats + + Maat + Maat is an open-source symbolic execution framework that can be used for binary analysis, reverse-engineering, and vulnerability research. + Martyx00/CollaRE CollareRE is a tool for collaborative reverse engineering that aims to allow teams that do need to use more then one tool during a project to collaborate without the need to share the files on a separate locations.