MemStream
Efficient DMA Library
Install / Use
/learn @KeganHollern/MemStreamREADME
MemStream (v2)
MemStream is a wrapper for MemProcFS providing a simplified C++ interface for FPGA-based DMA application development.
Usage
// connect to FPGA device
auto fpga = new memstream::v2::FPGA();
// print device information (version, configspace ect)
std::cout << fpga->getConfiguration()->to_string() << std::endl;
std::cout << "config space: " << std::endl;
memstream::v2::log::buffer(fpga->getConfiguration()->configSpace, 0x1000);
std::cout << std::endl;
// initialize v2 memstream input (more stable!)
input = new memstream::v2::Input(fpga);
input->OnKeyStateChange(victim_key_change);
input->OnMouseMove(victim_mouse_move);
Also see the example directory.
TODO List
- [ ] Build compatibility for all MemProcFS targets
- [x] Windows AMD64
- [ ] Linux AMD64
- [ ] Linux ARM64
- [ ] MemProcFS submodule
- [ ] Docker toolchains for build targets
- [ ] Github Actions for automated builds
- [ ] Complete Features
- [x] Input Capture
- [ ] Dump Process
- [ ] Caching features (EAT/IAT/ect. - things that do not change)
- [x] Find Pattern
- [ ] Find Code Cave
- [ ] Shellcode Injection
- [ ] Function Calling
- [ ] Inline Hooking
- [ ] Library Manual Mapping
- [ ] Thread Hijacking
- [ ] Kernel Module Manual Mapping
- [ ] Mono Dissection Utils
- [ ] Create Example Apps
- [x] Basic example
- [ ] Input example
- [ ] ReClass.NET Plugin
- [ ] Performance test example
- [ ] MemProcFS optimizations
- [ ] Improve cache refresh rate
Related Skills
node-connect
344.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
96.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
