Coder Social home page Coder Social logo

memstream's Introduction

MemStream

MemStream is a wrapper for MemProcFS providing a simplified C++ interface for FPGA-based DMA application development.

Usage

#include <cstdint>
#include <Process.h>

void example() {
    Process notepad("notepad.exe");
    uint64_t base = notepad.GetModuleBase("notepad.exe");
    uint8_t data = 0;
    if(!notepad.Read(base, &data, 1)) {
        printf("???");
    }
    printf("%x", data);
}

Also see the example directory.

Building

Building for Linux is done via a docker toolchain. Run:

make linux

TODO: windows x64 builds via windows docker toolchain...

TODO

Those marked ? I am unsure about including.

  • Build compatibility for all MemProcFS targets
    • Windows AMD64
    • Linux AMD64
    • Linux ARM64
  • Refactor CMake projects
  • MemProcFS submodule dependency / autosymbol stuff
  • Docker toolchains for build targets
  • Github Actions for automated builds
  • Complete Features
    • Dump Process
    • Caching features (EAT/IAT/ect. - things that do not change)
    • Find Pattern
    • Find Code Cave
    • Improve code cave search
    • Refactor "Driver" Logic
    • Shellcode Injection ?
    • Function Calling ?
    • Inline Hooking ?
    • Library Manual Mapping ?
    • Thread Hijacking ?
    • Kernel Module Manual Mapping ?
    • Mono Dissection Utils ?
  • Create Example Apps
    • Basic example
    • Input example
    • ReClass.NET Plugin
    • Performance test example
    • Real-world app example (mono dumper)
  • rework exceptions ?

memstream's People

Contributors

keganhollern avatar jayunit100 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.