[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	worktree = ../../../../submodules/assemblers
[remote "origin"]
	url = https://github.com/REDasmOrg/REDasm-Assemblers.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[submodule "capstonebundle/capstone"]
	active = true
	url = https://github.com/aquynh/capstone.git
[submodule "x86/zydis"]
	active = true
	url = https://github.com/zyantific/zydis.git
