项目作者: tarentyeh

项目描述 :
Library injection for remote process on Windows platform
高级语言: C++
项目地址: git://github.com/tarentyeh/library_injector.git
创建时间: 2018-06-01T04:59:28Z
项目社区:https://github.com/tarentyeh/library_injector

开源协议:MIT License

下载


Library injection for remote process on Windows

Windows library injection is not a big problem, it has so many references likes here, here or there.

The goal is x64 library implements both x64 and x86 injection.

Nowadays, Microsoft has kindly open source thier awesome research program Detours, makes our life easier. thanks god.