https://github.com/bfjesso/jesso-injector
GUI DLL injector for Windows.
https://github.com/bfjesso/jesso-injector
cpp reverse-engineering winodws wxwidgets
Last synced: 12 months ago
JSON representation
GUI DLL injector for Windows.
- Host: GitHub
- URL: https://github.com/bfjesso/jesso-injector
- Owner: bfjesso
- License: mit
- Created: 2024-05-03T11:52:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T22:49:04.000Z (over 1 year ago)
- Last Synced: 2025-03-28T23:47:24.468Z (about 1 year ago)
- Topics: cpp, reverse-engineering, winodws, wxwidgets
- Language: C++
- Homepage:
- Size: 3.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jesso-Injector
C++ console app that can inject a dll into a running process.
A DLL can be injected either by creating a remote thread that calls LoadLibraryA, or by manually mapping the dll into the process memory.
There is also an option to hijack a thread instead of creating a remote thread for both methods.
GUI made using wxWidgets
https://www.wxwidgets.org/
