1 个仓库
The ability to execute specific functions or assembly in the context of another process.
Distinct from Remote Code Execution: Distinct from remote server execution (RCE) as it targets processes on the same local system.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Cross-Process Code Execution. Refine with filters or upvote what's useful.
Blackbone 是一套专门用于内存扫描、进程注入和内核驱动接口的工具集合,用于操纵 Windows 执行环境。它提供了一个用于执行远程代码、映射可执行映像以及跨不同进程边界管理线程的框架。 该项目包含一个内核内存驱动程序,用于访问内核内存并修改句柄权限,从而在用户模式检测中隐藏分配。它还具有一个库,用于使用软件中断和硬件断点拦截远程进程中的函数调用。 该工具包涵盖了虚拟内存操作的更广泛功能,例如在本地或远程进程中读取、写入和分配内存。它还提供了用于定位特定字节序列的内存模式搜索实用程序,以及用于注入或卸载二进制文件的模块管理功能。
Enables the execution of custom assembly instructions within a separate process using various calling conventions.