From 82db10865b18719e85fcc31ef541584adce118b5 Mon Sep 17 00:00:00 2001 From: Audrey Dutcher Date: Wed, 2 Nov 2022 11:24:09 -0700 Subject: [PATCH] plugin.toml era --- plugin.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plugin.toml diff --git a/plugin.toml b/plugin.toml new file mode 100644 index 0000000..1248870 --- /dev/null +++ b/plugin.toml @@ -0,0 +1,14 @@ +[meta] +plugin_metadata_version = 0 + +[[plugins]] +name = "TypeTapper" +shortname = "typetapper" +version = "0.0.0" +description = "" +long_description = "" +platforms = ["windows", "linux", "macos"] +min_angr_version = "9.0.0.0" +author = "rhelmot" +entrypoints = ["typetapper"] +require_workspace = true