diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..9d1c8e2 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,6 @@ +# Examples + +| Example | Description | +| ------------------------------------ | ------------------------------------------------------------------------------ | +| [process_snapshot](process_snapshot) | Using indirect syscalls to enumerate the name and PID of all running processes | +| [custom_hashfunc](custom_hashfunc) | Store and retrieve syscall structs via custom function with XOR and SHA1 hash |