-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
smarter way of attaching using mutex
- Loading branch information
1 parent
65cf404
commit bf526a7
Showing
18 changed files
with
52 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
x64\Release | ||
x64\Debug | ||
.vs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
dllmain.cpp | ||
Generating code | ||
36 of 148 functions (24.3%) were compiled, the rest were copied from previous compilation. | ||
33 functions were new in current compilation | ||
0 functions had inline decision re-evaluated but remain unchanged | ||
Finished generating code | ||
LibraryHijacker.vcxproj -> C:\Users\righe\Desktop\LibraryHijacker\x64\Release\LibraryHijacker.dll | ||
pch.cpp | ||
dllmain.cpp | ||
Generazione codice in corso... | ||
Previous IPDB was built with incompatible compiler, fall back to full compilation. | ||
All 148 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | ||
Generazione codice terminata | ||
LibraryHijacker.vcxproj -> C:\Users\user\Documents\GitHub\D3D-HIjacker\x64\Release\LibraryHijacker.dll |
Binary file not shown.
Binary file modified
BIN
+1.96 KB
(190%)
LibraryHijacker/x64/Release/LibraryHijacker.tlog/CL.command.1.tlog
Binary file not shown.
Binary file modified
BIN
+48.6 KB
(200%)
LibraryHijacker/x64/Release/LibraryHijacker.tlog/CL.read.1.tlog
Binary file not shown.
Binary file modified
BIN
+1.11 KB
(210%)
LibraryHijacker/x64/Release/LibraryHijacker.tlog/CL.write.1.tlog
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
LibraryHijacker/x64/Release/LibraryHijacker.tlog/Cl.items.tlog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
C:\Users\user\Documents\GitHub\D3D-HIjacker\LibraryHijacker\dllmain.cpp;C:\Users\user\Documents\GitHub\D3D-HIjacker\LibraryHijacker\x64\Release\dllmain.obj | ||
C:\Users\user\Documents\GitHub\D3D-HIjacker\LibraryHijacker\pch.cpp;C:\Users\user\Documents\GitHub\D3D-HIjacker\LibraryHijacker\x64\Release\pch.obj |
4 changes: 2 additions & 2 deletions
4
LibraryHijacker/x64/Release/LibraryHijacker.tlog/LibraryHijacker.lastbuildstate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.34.31933:TargetPlatformVersion=10.0.22621.0:VcpkgTriplet=x64-windows: | ||
Release|x64|C:\Users\righe\Desktop\LibraryHijacker\| | ||
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.36.32532:TargetPlatformVersion=10.0.22000.0: | ||
Release|x64|C:\Users\user\Documents\GitHub\D3D-HIjacker\| |
Binary file modified
BIN
+1.65 KB
(190%)
LibraryHijacker/x64/Release/LibraryHijacker.tlog/link.command.1.tlog
Binary file not shown.
Binary file modified
BIN
+5.56 KB
(160%)
LibraryHijacker/x64/Release/LibraryHijacker.tlog/link.read.1.tlog
Binary file not shown.
Binary file modified
BIN
+1016 Bytes
(210%)
LibraryHijacker/x64/Release/LibraryHijacker.tlog/link.write.1.tlog
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.