From 8d2064330245797b5dbe0f65acc46c917b8870dc Mon Sep 17 00:00:00 2001 From: xn0px90 Date: Fri, 10 Feb 2023 20:40:05 +0000 Subject: [PATCH] fixed list error --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fdb3ae7..341c950 100644 --- a/README.md +++ b/README.md @@ -270,12 +270,12 @@ Contributions *very welcome* but first see [Contributing](#contributing). - [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. - [Lldb](https://lldb.llvm.org/) - LLDB is a next generation, high-performance debugger. - [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. - - [Capstone](https://www.capstone-engine.org/) - Capstone is a lightweight multi-platform, multi-architecture disassembly framework. - - [Coredump](https://github.com/memflow/memflow-coredump) - Access Microsoft Windows Coredump files. - - [Kvm](https://github.com/memflow/memflow-kvm) - KVM memflow connector. - - [Pcileech](https://github.com/memflow/memflow-pcileech) - Access pcileech interface. - - [Qemu_procfs](https://github.com/memflow/memflow-qemu-procfs) - Access QEMU Physical memory. - - [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. +- [Coredump](https://github.com/memflow/memflow-coredump) - Access Microsoft Windows Coredump files. +- [Kvm](https://github.com/memflow/memflow-kvm) - KVM memflow connector. +- [Pcileech](https://github.com/memflow/memflow-pcileech) - Access pcileech interface. +- [Qemu_procfs](https://github.com/memflow/memflow-qemu-procfs) - Access QEMU Physical memory. +- [Unicorn](https://www.unicorn-engine.org/) - Unicorn is a lightweight multi-platform, multi-architecture CPU emulator framework. - [MemProcFS](https://github.com/ufrisk/MemProcFS) - MemProcFS is an easy and convenient way of viewing physical memory as files in a virtual file system. - [MemProcFS-Plugins](https://github.com/ufrisk/MemProcFS-plugins) - This repository contains various non-core plugins for MemProcFS - The Memory Process File System. - [Microlibvmi](https://github.com/Wenzel/libmicrovmi) - A cross-platform unified Virtual Machine Introspection API library.