GithubHelp home page GithubHelp logo

thewindwa1ker / apex_solution Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sunflower130420/apex_solution

0.0 0.0 0.0 75.82 MB

ape_dma with multiple client

C++ 89.12% C 10.86% Makefile 0.01% Meson 0.01%

apex_solution's Introduction

Apex Solution

Apex Solution is a KVM (Kernel Virtual Machine) project that enables users to read physical memory through Memflow. If you’re interested in memory introspection and low-level system access, this project might be just what you’re looking for!

Usage Installing KVM for Linux Before using Apex Solution, you’ll need to set up KVM on your Linux system. Here’s how:

Update your package list:

sudo apt update

Install the necessary packages:

sudo apt -y install qemu-kvm libvirt-dev bridge-utils libvirt-daemon-system libvirt-daemon virtinst bridge-utils libosinfo-bin libguestfs-tools virt-top

Load and enable the vhost-net module (required for KVM networking):

Load the module

sudo modprobe vhost-net

For host/guess connection

sudo apt update
sudo apt install openssh-client

Enable it to load at startup

echo "vhost-net" | sudo tee -a /etc/modules-load.d/vhost-net.conf

Installing Memflow Now that KVM is set up, let’s install Memflow:

Install Memflow using memflowup (a setup tool for Memflow components):

memflowup install -d memflow-qemu memflow-coredump

This command installs the necessary connectors for Memflow. The -d flag specifies the development channel, which ensures you get the latest versions. Install the Apex Solution connector:

memflowup install memflow-kvm -s -d --reinstall

This command installs the Apex Solution connector. The -s flag ensures that it’s installed system-wide, and --reinstall ensures any existing installation is updated. Inspired by MisterY52/apex_dma_kvm_pub Apex Solution was inspired by the work in the repository MisterY52/apex_dma_kvm_pub. Feel free to explore both projects and learn from their implementations!

apex_solution's People

Contributors

sunflower130420 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.