Skip to content

Commit d19f9db

Browse files
authored
Lifting-Bits tools updates to master branch (#662)
vcpkg support has been merged into the `master` branch, so we should use that in the submodules. * Testing of latest vcpkg PRs * Test remill vcpkg packaging with latest commit * Use master branch - remill, anvill, mcsema * Use updated rellic vcpkg branch in lifting-bits repo * Update rellic to master * Update remill portfile definition to 4.0.11 commit
1 parent 2351c25 commit d19f9db

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.gitmodules

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[submodule "mcsema"]
22
path = mcsema
3-
url = https://github.com/ekilmer/mcsema.git
4-
branch = vcpkg
3+
url = https://github.com/lifting-bits/mcsema.git
4+
branch = master
55
[submodule "remill"]
66
path = remill
77
url = https://github.com/lifting-bits/remill.git
8-
branch = vcpkg
8+
branch = master
99
[submodule "anvill"]
1010
path = anvill
11-
url = https://github.com/ekilmer/anvill.git
12-
branch = vcpkg
11+
url = https://github.com/lifting-bits/anvill.git
12+
branch = master
1313
[submodule "rellic"]
1414
path = rellic
15-
url = https://github.com/ekilmer/rellic.git
16-
branch = vcpkg
15+
url = https://github.com/lifting-bits/rellic.git
16+
branch = master

ports/remill/portfile.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
3-
REPO ekilmer/remill
4-
REF abebf20a29456ed2f5229277b575ca4d6859b0b6
5-
SHA512 d23a653bbbb2a9d0a36eb8425651154df0bd3339f8286d9e7449b128b6ae045c0aaefc864613910c2cda548d395b1f3c926bbb9b7b58e46657aa6572fa8179f3
3+
REPO lifting-bits/remill
4+
REF 37741957d6d43bcaafac8e316a875a1b7ce4838f
5+
SHA512 325aa81c0b9ace4e2b908f8afffcec6f9f998b98363a5ff09d7f5ea4b57dc9b6d2e2d0c860baac3072bb4c01b147e2dee6d2375b6b251f02362c02f327b328d9
66
HEAD_REF vcpkg
77
)
88

ports/remill/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remill",
3-
"version-string": "2020-12-05",
3+
"version-string": "4.0.11",
44
"description": "Library for lifting of x86, amd64, and aarch64 machine code to LLVM bitcode",
55
"homepage": "https://github.com/lifting-bits/remill",
66
"default-features": [

0 commit comments

Comments
 (0)