From f0fd21aafaf55bae8ab0952d42c72ce890faa086 Mon Sep 17 00:00:00 2001 From: xenia Date: Tue, 23 Apr 2024 16:50:54 -0400 Subject: [PATCH] add todo list --- TODO.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..6e7e0e7 --- /dev/null +++ b/TODO.md @@ -0,0 +1,9 @@ +# TODO + +## `ghidra-server` + +create NixOS VM test +- test that ghidra starts and the repositories are initialized +- test that ghidra-svrAdmin works as an unprivileged user in the `ghidra` group +- possibly test remotely importing a binary. however, ghidra-svrAdmin working is a good indicator of + the server being functional