Add location simulation instrument

This commit is contained in:
Jackson Coxson
2025-03-30 14:59:21 -06:00
parent 935bb747c3
commit 6b9fa90219
5 changed files with 188 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ heartbeat = []
installation_proxy = []
misagent = []
mounter = ["dep:sha2"]
location_simulation = []
tcp = ["tokio/net"]
tunnel_tcp_stack = ["dep:rand", "dep:futures", "tokio/fs"]
tss = ["dep:uuid", "dep:reqwest"]
@@ -73,6 +74,7 @@ full = [
"mounter",
"usbmuxd",
"xpc",
"location_simulation",
"tcp",
"tunnel_tcp_stack",
"tss",