memflowup 0.2.0

setup tool for the memflow physical memory introspection framework
[
	{
		"name": "memflow-ffi",
		"ty": "Library",
		"repo_root_url": "https://github.com/memflow/memflow",
		"_stable_branch": "master",
		"_dev_branch": "next",
		"install_script_path": "install_ffi.rhai"
	},
	{
		"name": "memflow-win32",
		"ty": "CorePlugin",
		"repo_root_url": "https://github.com/memflow/memflow-win32",
		"stable_binary_tag": "bin-stable",
		"stable_branch": "stable",
		"dev_binary_tag": "bin-main",
		"dev_branch": "main"
	},
	{
		"name": "memflow-native",
		"ty": "CorePlugin",
		"platforms": ["linux", "windows"],
		"repo_root_url": "https://github.com/memflow/memflow-native",
		"stable_binary_tag": "bin-stable",
		"stable_branch": "stable",
		"dev_binary_tag": "bin-main",
		"dev_branch": "main"
	},
	{
		"name": "memflow-qemu",
		"ty": "CorePlugin",
		"platforms": ["linux", "windows"],
		"repo_root_url": "https://github.com/memflow/memflow-qemu",
		"stable_binary_tag": "bin-stable",
		"stable_branch": "stable",
		"dev_binary_tag": "bin-main",
		"dev_branch": "main"
	},
	{
		"name": "memflow-coredump",
		"ty": "CorePlugin",
		"repo_root_url": "https://github.com/memflow/memflow-coredump",
		"stable_binary_tag": "bin-stable",
		"stable_branch": "stable",
		"dev_binary_tag": "bin-main",
		"dev_branch": "main"
	},
	{
		"name": "memflow-kcore",
		"ty": "CorePlugin",
		"repo_root_url": "https://github.com/memflow/memflow-kcore",
		"stable_binary_tag": "bin-stable",
		"stable_branch": "stable",
		"dev_binary_tag": "bin-main",
		"dev_branch": "main"
	},
	{
		"name": "memflow-pcileech",
		"ty": "CorePlugin",
		"platforms": ["linux", "windows"],
		"repo_root_url": "https://github.com/memflow/memflow-pcileech",
		"stable_binary_tag": "bin-stable",
		"stable_branch": "stable",
		"dev_binary_tag": "bin-main",
		"dev_branch": "main",
		"install_script_path": "install.rhai"
	},
	{
		"name": "memflow-kvm",
		"ty": "CorePlugin",
		"platforms": ["linux"],
		"repo_root_url": "https://github.com/memflow/memflow-kvm",
		"stable_binary_tag": "bin-stable",
		"stable_branch": "stable",
		"dev_binary_tag": "bin-main",
		"dev_branch": "main",
		"install_script_path": "install.rhai"
	}
]