From 117fd39a53b90dc95541aed86099b6f8a7a352d0 Mon Sep 17 00:00:00 2001 From: xn0px90 Date: Mon, 9 Jan 2023 21:54:33 -0700 Subject: [PATCH] Update README.md Signed-off-by: xn0px90 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ddd48e8..bad10cc 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,8 @@ Contributions *very welcome* but first see [Contributing](#contributing). - [LeechCore-Plugins](https://github.com/ufrisk/LeechCore-plugins) - This repository contains various plugins for LeechCore - Physical Memory Acquisition Library. - [Libvmi](https://libvmi.com/) - LibVMI is a C library with Python bindings that makes it easy to monitor the low-level details of a running virtual machine. - [Memflow](https://github.com/memflow/memflow) - memflow is a library that enables introspection of various machines (hardware, virtual machines, memory dumps) in a generic fashion. + - [Unicorn](https://www.unicorn-engine.org/) - Unicorn is a lightweight multi-platform, multi-architecture CPU emulator framework. + - [Capstone](https://www.capstone-engine.org/) - Capstone is a lightweight multi-platform, multi-architecture disassembly framework. - [Qemu_procfs](https://github.com/memflow/memflow-qemu-procfs) - Access QEMU Physical memory. - [Kvm](https://github.com/memflow/memflow-kvm) - KVM memflow connector. - [Pcileech](https://github.com/memflow/memflow-pcileech) - Access pcileech interface.