找回密码
 立即注册
theManagedandMemory | 系统编程 2021-06-11 383 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
BlackMagic -- Managed Memory Manipulation,这是一个类库,用于使托管应用程序中的进程、线程和内存操作更容易一些。它为您处理了大部分 Win32 导入以及许多方法和技巧,使内存读取、写入、注入、执行和 DLL 注入变得轻而易举,等等。它也使用 ManagedFasm 进行 JIT 组装。查看代码、包含的示例和文档。大多数东西都应该非常容易和直观地使用。如果您有任何问题、意见或建议,请随时发表。
附件是源代码、文档和二进制类库。编译源码需要添加fasmdll_managed.dll作为参考,FASM.dll都在附件中。

(This is a class library to make process, thread, and memory manipulation a bit easier from a managed application. It takes care of most of the Win32 imports and a lot of the methods and tricks for you, making memory reading, writing, injection, execution, and DLL injection a snap, among a bit else. It uses ManagedFasm for JIT assembly, as well.

Take a look through the code, the included examble, and the documentation. Most everything should be pretty easy and intuitive to use. If you have any questions, comments, or suggestions, please do not hesitate to post.

Attached are the source, the documetation, and the binary class library. To compile the source, you need to add fasmdll_managed.dll as a reference and FASM.dll, both of which are available in the attachments.)

1623379447656.rar



上一篇:Openarena Hook V.2.0 - Source Code (Nice Dll-Injector Example)
下一篇:FasmManaged ( managed C++ wrapper for the library version of Flat Assembler)