-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.lock
79 lines (69 loc) · 1.49 KB
/
Cargo.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "bin"
version = "0.1.0"
[[package]]
name = "capstone"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1097e608594dad3bad608295567f757742b883606fe150faf7a9740b849730d8"
dependencies = [
"capstone-sys",
"libc",
]
[[package]]
name = "capstone-sys"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e7f651d5ec4c2a2e6c508f2c8032655003cd728ec85663e9796616990e25b5a"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "cc"
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
[[package]]
name = "dcp"
version = "0.1.0"
dependencies = [
"bin",
"elf 0.1.0",
"ir",
"x86",
]
[[package]]
name = "elf"
version = "0.1.0"
dependencies = [
"bin",
"elf 0.7.4",
]
[[package]]
name = "elf"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4445909572dbd556c457c849c4ca58623d84b27c8fff1e74b0b4227d8b90d17b"
[[package]]
name = "ir"
version = "0.1.0"
[[package]]
name = "libc"
version = "0.2.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
[[package]]
name = "x86"
version = "0.1.0"
dependencies = [
"bin",
"capstone",
"ir",
]