Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mai1zhi2/SysWhispers2_x86
- Owner: mai1zhi2
- Created: 2021-01-28T01:04:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-28T01:26:19.000Z (almost 4 years ago)
- Last Synced: 2024-08-05T17:24:33.005Z (4 months ago)
- Language: Assembly
- Homepage:
- Size: 57.6 KB
- Stars: 315
- Watchers: 8
- Forks: 97
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - mai1zhi2/SysWhispers2_x86 - X86 version of syswhispers2 / x86 direct system call (Assembly)
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.