initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
x86_64-w64-mingw32-g++ -o injector.exe early-cryo-bird-DLL-injection-stealth.cpp -static -lpsapi -lntdll -Wl,--subsystem,windows -mwindows
|
||||
|
||||
|
||||
x86_64-w64-mingw32-g++ \
|
||||
-shared \
|
||||
-o libphotoshop.dll test_injector.cpp \
|
||||
-static-libgcc -static-libstdc++ -static \
|
||||
-fno-exceptions -fno-rtti \
|
||||
-D_WIN32_WINNT=0x0601 \
|
||||
-Wl,--major-subsystem-version,6 \
|
||||
-Wl,--minor-subsystem-version,1 \
|
||||
-Os -s
|
||||
|
||||
x86_64-w64-mingw32-g++ -o test_load.exe test_load.cpp -static-libgcc -static-libstdc++ -Os -s
|
||||
Reference in New Issue
Block a user