Table of Contents
- The Injector and the x86Bridge are two different CMake Projects because of the different architecture
- The x86Bridge is only used to get the address of LoadLibraryA in a x86 Process but that will change in the future
- QT
- Install the QT Extension
- Open the Directory with Visual Studio
- Change the CMakeSettings.json accordingly. The CMAKE_PREFIX_PATH should be the only one you need to set.
- Set the CMAKE_PREFIX_PATH in the Debug and Release Profiles of the CMake Settings. There is an Environment field.
- Is the Path of the QT Installation that should be used. For Example:
C:\Qt\6.3.0\msvc2019_64
- run
windeployqt.exe --release P:\ath\to\dir\with\cuteInjector.exe
- LoadLibrary + CreateThread Injection
- Process Icons
- (File-)Logging, Log-Window
- Rethink x86, x64 situation
- Add more injection methods
- Manual Mapping
- LdrLoadDll
- Add more thread-creation methods
- Kernel callback
Distributed under the Apache License 2.0. See LICENSE
for more information.
Julian Hackinger - dev@hackinger.io
Project Link: https://github.com/0verEngineer/cuteInjector