From ac7afc2e8d35db4686b75ab7d883170a986e32fa Mon Sep 17 00:00:00 2001 From: f1zm0 Date: Mon, 24 Apr 2023 16:53:07 +0200 Subject: [PATCH] docs: add examples summary table --- examples/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/README.md 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 |