Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mai1zhi2/SysWhispers2_x86

X86 version of syswhispers2 / x86 direct system call
https://github.com/mai1zhi2/SysWhispers2_x86

Last synced: 21 days ago
JSON representation

X86 version of syswhispers2 / x86 direct system call

Awesome Lists containing this project

README

        

# SysWhispers2_x86

SysWhispers2只支持x64,在此基础上做了点微小的工作,使用方法与SysWhispers2一样,SysWhispers2_x86_Sysenter负责生成32位程序并运行在32位系统上,SysWhispers2_x86_WOW64Gate负责生成32位程序并运行在64位系统上,注意要在vs x86模式编译生成,不要在x64模式。

Because syswhisper2 only supports x64, we have done a little work on this basis, and the use method is the same as syswhisper2. SysWhispers2_ x86_ Sysenter is responsible for generating 32-bit program and running on 32-bit system, Syswhisper2_ x86_ Wow64gate is responsible for generating 32-bit programs and running them on 64 bit system. Be careful! Build in vs x86 mode, not in x64 mode.