memflowup 0.1.0-beta7

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",
		"dev_binary_tag": "nightly",
		"dev_branch": "main"
	},
	{
		"name": "memflow-native",
		"ty": "CorePlugin",
		"platforms": ["linux", "windows"],
		"repo_root_url": "https://github.com/memflow/memflow-native",
		"dev_binary_tag": "nightly",
		"dev_branch": "main"
	},
	{
		"name": "memflow-qemu",
		"ty": "CorePlugin",
		"platforms": ["linux", "windows"],
		"repo_root_url": "https://github.com/memflow/memflow-qemu",
		"_stable_branch": "0.1.5",
		"dev_binary_tag": "nightly",
		"dev_branch": "main"
	},
	{
		"name": "memflow-coredump",
		"ty": "CorePlugin",
		"repo_root_url": "https://github.com/memflow/memflow-coredump",
		"_stable_branch": "0.1.4",
		"dev_binary_tag": "nightly",
		"dev_branch": "main"
	},
	{
		"name": "memflow-kcore",
		"ty": "CorePlugin",
		"platforms": ["linux"],
		"repo_root_url": "https://github.com/memflow/memflow-kcore",
		"_stable_branch": "master",
		"dev_binary_tag": "nightly",
		"dev_branch": "main"
	},
	{
		"name": "memflow-pcileech",
		"ty": "CorePlugin",
		"platforms": ["linux", "windows"],
		"repo_root_url": "https://github.com/memflow/memflow-pcileech",
		"_stable_branch": "0.1.7",
		"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_branch": "master",
		"dev_branch": "main",
		"install_script_path": "install.rhai"
	}
]