-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Convert to CryptoPP with Sha1 * Update scripts * Remove submodules * Update docs * Bump version
- Loading branch information
Showing
20 changed files
with
25 additions
and
146 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
This file was deleted.
Oops, something went wrong.
Submodule Detours
deleted from
245c93
Submodule openssl
deleted from
b971d4
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
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
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 |
---|---|---|
|
@@ -2,11 +2,12 @@ | |
"C++" = [ | ||
{ Name = "Soup", Version = "./" }, | ||
{ Name = "Soup.Core", Version = "../Core/" }, | ||
{ Name = "CryptoPP", Version = "[email protected]" }, | ||
{ Name = "json11", Version = "[email protected]" }, | ||
{ Name = "Opal", Version = "[email protected]" }, | ||
{ Name = "toml11", Version = "[email protected]" }, | ||
{ Name = "Monitor.Host", Version = "../../Monitor/Host/" }, | ||
{ Name = "Detours", Version = "../../../Dependencies/Detours/src/" }, | ||
{ Name = "Detours", Version = "[email protected]" }, | ||
{ Name = "Monitor.Shared", Version = "../../../Monitor/Shared/" }, | ||
{ Name = "Soup.Test.Assert", Version = "[email protected]" }, | ||
{ Name = "copy", Version = "../../Tools/Copy/" }, | ||
|
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,6 +1,6 @@ | ||
Name = "Soup" | ||
Language = "C++" | ||
Version = "0.17.6" | ||
Version = "0.18.0" | ||
Type = "Executable" | ||
|
||
Source = [ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,24 +7,12 @@ Defines = [ | |
] | ||
IncludePaths = [ | ||
"Source/", | ||
"../../../Dependencies/OpenSSL/include/", | ||
] | ||
Interface = "Source/Module.cpp" | ||
Source = [ | ||
"Source/ValueTable/Value.cpp", | ||
] | ||
|
||
LinkLibraries = [ | ||
# Link against the dynamic libraries | ||
"../../../Dependencies/OpenSSL/libcrypto.lib", | ||
"../../../Dependencies/OpenSSL/libssl.lib", | ||
] | ||
RuntimeDependencies = [ | ||
# Copy the dynamic libraries | ||
"../../../Dependencies/OpenSSL/libcrypto-3-x64.dll", | ||
"../../../Dependencies/OpenSSL/libssl-3-x64.dll", | ||
] | ||
|
||
[Dependencies] | ||
Build = [ | ||
# "[email protected]", | ||
|
@@ -34,6 +22,7 @@ Runtime = [ | |
"[email protected]", | ||
"[email protected]", | ||
"../../Monitor/Host/", | ||
"[email protected]", | ||
] | ||
Test = [ | ||
"[email protected]", | ||
|
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
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ Source = [ | |
|
||
[Dependencies] | ||
Runtime = [ | ||
"../../../Dependencies/Detours/src/", | ||
"[email protected]", | ||
"../Shared/", | ||
"[email protected]" | ||
] |
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ Interface = "Module.cpp" | |
|
||
[Dependencies] | ||
Runtime = [ | ||
"../../../Dependencies/Detours/src/", | ||
"[email protected]", | ||
"../Shared/", | ||
"[email protected]", | ||
] |
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ Source = [ | |
|
||
[Dependencies] | ||
Runtime = [ | ||
"../../../Dependencies/Detours/src/", | ||
"[email protected]", | ||
"[email protected]", | ||
"../Shared/", | ||
] |