-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
974 additions
and
958 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions
1
crates/targets/baseline/api-ms-win-core-libraryloader-l2-1-0.dll.c
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 @@ | ||
void __stdcall QueryOptionalDelayLoadedAPI(int p0, int p1, int p2, int p3) {} |
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 |
---|---|---|
@@ -1,2 +1,9 @@ | ||
void __stdcall GetAsymmetricEncryptionInterface(int p0, int p1, int p2, int p3) {} | ||
void __stdcall GetCipherInterface(int p0, int p1, int p2, int p3) {} | ||
void __stdcall GetHashInterface(int p0, int p1, int p2, int p3) {} | ||
void __stdcall GetKeyDerivationInterface(int p0, int p1, int p2, int p3) {} | ||
void __stdcall GetRngInterface(int p0, int p1, int p2) {} | ||
void __stdcall GetSecretAgreementInterface(int p0, int p1, int p2, int p3) {} | ||
void __stdcall GetSignatureInterface(int p0, int p1, int p2, int p3) {} | ||
void __stdcall ProcessPrng(int p0, int p1) {} | ||
void __stdcall SystemPrng(int p0, int p1) {} |
Oops, something went wrong.