[submodule "deps/zydis"]
	path = deps/zydis
	url = https://github.com/zyantific/zydis.git
[submodule "deps/nlohmann-json"]
	path = deps/nlohmann-json
	url = https://github.com/nlohmann/json
[submodule "deps/x86_test_data"]
	path = deps/x86_test_data
	url = https://github.com/notpidgey/x86TestData
[submodule "deps/spdlog"]
	path = deps/spdlog
	url = https://github.com/gabime/spdlog
[submodule "deps/linux-pe"]
	path = deps/linux-pe
	url = https://github.com/can1357/linux-pe
