https://github.com/baiyies/crossinject
32 bit process inject shellcode to 32 bit process and 64 bit process
https://github.com/baiyies/crossinject
inject shellcode
Last synced: about 1 year ago
JSON representation
32 bit process inject shellcode to 32 bit process and 64 bit process
- Host: GitHub
- URL: https://github.com/baiyies/crossinject
- Owner: baiyies
- Created: 2023-05-07T15:43:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T02:22:06.000Z (about 3 years ago)
- Last Synced: 2025-04-17T04:19:25.763Z (about 1 year ago)
- Topics: inject, shellcode
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 30
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CrossInject
> A simple demo use wow64ext to inject shellcode to 32 bit process and 64 bit process, which you can't inject 64 bit shellcode to a 64 bit process from a 32 bit process generally.