Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NtRaiseHardError/NINA
NINA: No Injection, No Allocation x64 Process Injection Technique
https://github.com/NtRaiseHardError/NINA
Last synced: 21 days ago
JSON representation
NINA: No Injection, No Allocation x64 Process Injection Technique
- Host: GitHub
- URL: https://github.com/NtRaiseHardError/NINA
- Owner: NtRaiseHardError
- Created: 2020-06-04T07:49:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T00:59:52.000Z (over 4 years ago)
- Last Synced: 2024-08-05T17:23:57.850Z (4 months ago)
- Language: C
- Size: 17.6 KB
- Stars: 194
- Watchers: 9
- Forks: 49
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - NtRaiseHardError/NINA - NINA: No Injection, No Allocation x64 Process Injection Technique (C)
README
# NINA
NINA: No Injection, No Allocation x64 Process Injection TechniqueA quick, experimental side project just for fun!
This project will not be maintained. Sorry!
## Blog
https://undev.ninja/nina-x64-process-injection/
## Tested Environments
* Windows 10 x64 version 2004
* Windows 10 x64 version 1903## Drawbacks
* The shellcode size limitation is whatever can fit into the targeted `RX` section. Perhaps use it as a stager?
* The shellcode also has to fit within the target stack location. Perhaps enumerate all of the modules' `RW` sections too?## Something TODO
* Fallback method to look for larger code caves within other modules if the executable image's is too small.