Skip to content

Commit

Permalink
remove hexstring library.
Browse files Browse the repository at this point in the history
we just use Printf now.
  • Loading branch information
katrinafyi committed Feb 28, 2024
1 parent 0b31821 commit 0993fb0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ To build and run this you will need:
* protoc
* The following OPAM packages:
* ocaml-protoc-plugin
* hexstring
* base64

To massively simplify this, simply run ```scripts/build-all.sh``` in your preferred install directory. This script assumes a completely fresh Ubuntu 20.04.5 installation. It is advised to run this script within a fresh VM but it should work on established installations. A complete installation can take several hours and will prompt for the sudo password at least once.
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
(name gtirb_semantics)
(synopsis "Add semantic information to the IR of a disassembled ARM64 binary")
(description "A longer description")
(depends ocaml dune yojson asli ocaml-protoc-plugin hexstring base64 ctypes ctypes-foreign conf-llvm)
(depends ocaml dune yojson asli ocaml-protoc-plugin base64 ctypes ctypes-foreign conf-llvm)
(tags
(decompilers instruction-lifters static-analysis)))

Expand Down
1 change: 0 additions & 1 deletion gtirb_semantics.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ depends: [
"yojson"
"asli"
"ocaml-protoc-plugin"
"hexstring"
"base64"
"ctypes"
"ctypes-foreign"
Expand Down
2 changes: 1 addition & 1 deletion lib/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(library
(name gtirb_semantics)
(libraries ocaml-protoc-plugin asli.libASL hexstring base64))
(libraries ocaml-protoc-plugin asli.libASL base64))

(rule
(targets AuxData.ml ByteInterval.ml CFG.ml CodeBlock.ml DataBlock.ml IR.ml Module.ml Offset.ml ProxyBlock.ml Section.ml Symbol.ml SymbolicExpression.ml)
Expand Down

0 comments on commit 0993fb0

Please sign in to comment.