-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ragavan Dasarathan <[email protected]>
- Loading branch information
Showing
4 changed files
with
11 additions
and
3 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 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Sample enclave fuzzer target | ||
|
||
This is a sample target showing [host](host/host.cpp) and [enclave](enc/enc.cpp) to fuzz ECALL of an enclave. | ||
|
||
1. To implement a enclave target link [fuzzsupport](../fuzzsupport) library in your project which provides functions that are required for enclave libfuzzer. | ||
2. Implement a class which derives from [oe_fuzzer_host](../common/oefuzzer.h) | ||
3. Create and load the enclave in your constructor | ||
4. Override the fuzz fucntion to invoke the target fucntion with approprioate payload data type casting. |
Submodule openenclave
updated
7180 files