4 matches found
MemITM
MemITM工具是什么? MemITM(内存中间人)工具的开发目的是为了轻松拦截 Windows 进程内存中的“消息”。我们开发了许多自定义的内存拦截工具,用于在加密前捕获网络消息,或拦截 IPC 消息,并能够检查或修改它们以进行模糊测试。每个工具都高度定制、不通用,用 C/ASM 实现,且不易使用、维护和适配。 MemITM 工具旨在解决这些问题,其组成包括: 一个 IDA Python 脚本,生成“配置”文件,指示拦截点的位置和方式(相对地址、如何找到缓冲区及其大小、如何放置钩子等); 一个 DLL 文件,将被注入到目标进程中,加载配置并放置钩子; 一个 DLL 文件注入器,将 DL...
PT-2026-37406
In the Linux kernel, the following vulnerability has been resolved: mshv: Fix infinite fault loop on permission-denied GPA intercepts Prevent infinite fault loops when guests access memory regions without proper permissions. Currently, mshv handle gpa intercept attempts to remap pages for all...
PT-2024-13384 · Xen +2 · Xen +2
Name of the Vulnerable Software and Affected Versions: Xen affected versions not specified Description: The issue is related to the interaction between the Control-flow Enforcement Technology CET and the Xen emulation. CET is a hardware feature designed to protect against Return Oriented...
Memory Man in the Middle: MemITM
The MemITM Mem In The Middle tool has been developed in order to easily intercept “messages” in Windows processes memory. We developed a lot of custom memory interception tools in order to capture network messages before encryption, or IPC messages, and to be able to inspect them or alter them to...