Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[submodule "mcsema"]
path = mcsema
url = https://github.com/ekilmer/mcsema.git
branch = vcpkg
url = https://github.com/lifting-bits/mcsema.git
branch = master
[submodule "remill"]
path = remill
url = https://github.com/lifting-bits/remill.git
branch = vcpkg
branch = master
[submodule "anvill"]
path = anvill
url = https://github.com/ekilmer/anvill.git
branch = vcpkg
url = https://github.com/lifting-bits/anvill.git
branch = master
[submodule "rellic"]
path = rellic
url = https://github.com/ekilmer/rellic.git
branch = vcpkg
url = https://github.com/lifting-bits/rellic.git
branch = master
6 changes: 3 additions & 3 deletions ports/remill/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ekilmer/remill
REF abebf20a29456ed2f5229277b575ca4d6859b0b6
SHA512 d23a653bbbb2a9d0a36eb8425651154df0bd3339f8286d9e7449b128b6ae045c0aaefc864613910c2cda548d395b1f3c926bbb9b7b58e46657aa6572fa8179f3
REPO lifting-bits/remill
REF 37741957d6d43bcaafac8e316a875a1b7ce4838f
SHA512 325aa81c0b9ace4e2b908f8afffcec6f9f998b98363a5ff09d7f5ea4b57dc9b6d2e2d0c860baac3072bb4c01b147e2dee6d2375b6b251f02362c02f327b328d9
HEAD_REF vcpkg
)

Expand Down
2 changes: 1 addition & 1 deletion ports/remill/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remill",
"version-string": "2020-12-05",
"version-string": "4.0.11",
"description": "Library for lifting of x86, amd64, and aarch64 machine code to LLVM bitcode",
"homepage": "https://github.com/lifting-bits/remill",
"default-features": [
Expand Down
2 changes: 1 addition & 1 deletion remill