Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

releases BAP 2.4.0 #20177

Merged
merged 8 commits into from
Dec 12, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
31 changes: 31 additions & 0 deletions packages/bap-abi/bap-abi.2.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
opam-version: "2.0"
name: "bap-abi"
version: "2.4.0"
maintainer: "Ivan Gotovchits <[email protected]>"
authors: "BAP Team"
homepage: "https://github.com/BinaryAnalysisPlatform/bap/"
bug-reports: "https://github.com/BinaryAnalysisPlatform/bap/issues"
dev-repo: "git://github.com/BinaryAnalysisPlatform/bap/"
license: "MIT"
build: [
["./configure" "--prefix=%{prefix}%" "--enable-abi"]
[make]
]
install: [[make "install"]]
remove: [["ocamlfind" "remove" "bap-plugin-abi"]
["ocamlfind" "remove" "bap-abi"]
["bapbundle" "remove" "abi.plugin"]
]
depends: [
"ocaml" {>= "4.08.0" }
"core_kernel" {>= "v0.14" & < "v0.15"}
"ppx_bap" {>= "v0.14" & < "v0.15"}
"bap-std" {= "2.4.0"}
]
synopsis: "BAP ABI integration subsystem"

url {
src: "https://github.com/BinaryAnalysisPlatform/bap/archive/v2.4.0.tar.gz"
checksum: "md5=b8b1aff8c6846f2213eafc54de07b304"
mirrors: "https://mirrors.aegis.cylab.cmu.edu/bap/2.4.0/v2.4.0.tar.gz"
}
41 changes: 41 additions & 0 deletions packages/bap-analyze/bap-analyze.2.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
name: "bap-analyze"
version: "2.4.0"
maintainer: "Ivan Gotovchits <[email protected]>"
authors: "BAP Team"
homepage: "https://github.com/BinaryAnalysisPlatform/bap/"
bug-reports: "https://github.com/BinaryAnalysisPlatform/bap/issues"
dev-repo: "git://github.com/BinaryAnalysisPlatform/bap/"
license: "MIT"
build: [
["./configure" "--prefix=%{prefix}%" "--enable-analyze"]
[make]
]
install: [[make "install"]]
remove: [["ocamlfind" "remove" "bap-plugin-analyze"]
["bapbundle" "remove" "analyze.plugin"]
]
depends: [
"ocaml" {>= "4.08.0" }
"core_kernel" {>= "v0.14" & < "v0.15"}
"ppx_bap" {>= "v0.14" & < "v0.15"}
"bap-std" {= "2.4.0"}
"monads" {= "2.4.0"}
"bap-knowledge" {= "2.4.0"}
"bap-core-theory" {= "2.4.0"}
"bap-main" {= "2.4.0"}
"bitvec" {= "2.4.0"}
"linenoise" {>= "1.1.0" & < "2.0.0"}
]
synopsis: "Implements the analyze command"
description: """
Analyses the knowledge base. Loads the knowledge base and executes the
specified commands or run the REPL if no commands or script files were
specified.
"""

url {
src: "https://github.com/BinaryAnalysisPlatform/bap/archive/v2.4.0.tar.gz"
checksum: "md5=b8b1aff8c6846f2213eafc54de07b304"
mirrors: "https://mirrors.aegis.cylab.cmu.edu/bap/2.4.0/v2.4.0.tar.gz"
}
35 changes: 35 additions & 0 deletions packages/bap-api/bap-api.2.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
opam-version: "2.0"
name: "bap-api"
version: "2.4.0"
maintainer: "Ivan Gotovchits <[email protected]>"
authors: "BAP Team"
homepage: "https://github.com/BinaryAnalysisPlatform/bap/"
bug-reports: "https://github.com/BinaryAnalysisPlatform/bap/issues"
dev-repo: "git://github.com/BinaryAnalysisPlatform/bap/"
license: "MIT"
build: [
["./configure" "--prefix=%{prefix}%" "--enable-api"]
[make]
]
install: [[make "install"]]
remove: [["ocamlfind" "remove" "bap-plugin-api"]
["ocamlfind" "remove" "bap-api"]
["bapbundle" "remove" "api.plugin"]
["rm" "-rf" "%{prefix}%/share/bap/api/c"]
]
depends: [
"ocaml" {>= "4.08.0" }
"core_kernel" {>= "v0.14" & < "v0.15"}
"ppx_bap" {>= "v0.14" & < "v0.15"}
"bap-main" {= "2.4.0"}
"bap-std" {= "2.4.0"}
"regular" {= "2.4.0"}
"fileutils"
]
synopsis: "A pass that adds parameters to subroutines based on known API"

url {
src: "https://github.com/BinaryAnalysisPlatform/bap/archive/v2.4.0.tar.gz"
checksum: "md5=b8b1aff8c6846f2213eafc54de07b304"
mirrors: "https://mirrors.aegis.cylab.cmu.edu/bap/2.4.0/v2.4.0.tar.gz"
}
51 changes: 51 additions & 0 deletions packages/bap-arm/bap-arm.2.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
opam-version: "2.0"
name: "bap-arm"
version: "2.4.0"
maintainer: "Ivan Gotovchits <[email protected]>"
authors: "BAP Team"
homepage: "https://github.com/BinaryAnalysisPlatform/bap/"
bug-reports: "https://github.com/BinaryAnalysisPlatform/bap/issues"
dev-repo: "git://github.com/BinaryAnalysisPlatform/bap/"
license: "MIT"
build: [
["./configure" "--prefix=%{prefix}%" "--enable-arm"]
[make]
]

install: [[make "install"]]

remove: [
["ocamlfind" "remove" "bap-arm"]
["ocamlfind" "remove" "bap-plugin-arm"]
["bapbundle" "remove" "arm.plugin"]

]

depends: [
"ocaml" {>= "4.08.0" }
"core_kernel" {>= "v0.14" & < "v0.15"}
"ppx_bap" {>= "v0.14" & < "v0.15"}
"monads" {= "2.4.0"}
"ogre" {= "2.4.0"}
"regular" {= "2.4.0"}
"bitvec" {= "2.4.0"}
"bitvec-order" {= "2.4.0"}
"bap-knowledge" {= "2.4.0"}
"bap-core-theory" {= "2.4.0"}
"bap-main" {= "2.4.0"}
"bap-std" {= "2.4.0"}
"bap-abi" {= "2.4.0"}
"bap-api" {= "2.4.0"}
"bap-c" {= "2.4.0"}
"bap-primus" {= "2.4.0"}
]
synopsis: "BAP ARM lifter and disassembler"
description: """
Provides semantics for ARM instructions, disassembler, and partial
support for the gnueabi ABI"""

url {
src: "https://github.com/BinaryAnalysisPlatform/bap/archive/v2.4.0.tar.gz"
checksum: "md5=b8b1aff8c6846f2213eafc54de07b304"
mirrors: "https://mirrors.aegis.cylab.cmu.edu/bap/2.4.0/v2.4.0.tar.gz"
}
32 changes: 32 additions & 0 deletions packages/bap-beagle-strings/bap-beagle-strings.2.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
opam-version: "2.0"
name: "bap-beagle-strings"
version: "2.4.0"
maintainer: "Ivan Gotovchits <[email protected]>"
authors: "BAP Team"
homepage: "https://github.com/BinaryAnalysisPlatform/bap/"
bug-reports: "https://github.com/BinaryAnalysisPlatform/bap/issues"
dev-repo: "git://github.com/BinaryAnalysisPlatform/bap/"
license: "MIT"
build: [
["./configure" "--prefix=%{prefix}%" "--enable-strings"]
[make]
]
install: [[make "install"]]
remove: [["ocamlfind" "remove" "bap-plugin_strings"]
["bapbundle" "remove" "strings.plugin"]]
depends: [
"ocaml" {>= "4.08.0" }
"core_kernel" {>= "v0.14" & < "v0.15"}
"ppx_bap" {>= "v0.14" & < "v0.15"}
"bap-std" {= "2.4.0"}
"regular" {= "2.4.0"}
"bap-strings" {= "2.4.0"}
"bap-beagle" {= "2.4.0"}
]
synopsis: "Finds strings of characters using microexecution"

url {
src: "https://github.com/BinaryAnalysisPlatform/bap/archive/v2.4.0.tar.gz"
checksum: "md5=b8b1aff8c6846f2213eafc54de07b304"
mirrors: "https://mirrors.aegis.cylab.cmu.edu/bap/2.4.0/v2.4.0.tar.gz"
}
40 changes: 40 additions & 0 deletions packages/bap-beagle/bap-beagle.2.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
name: "bap-beagle"
version: "2.4.0"
maintainer: "Ivan Gotovchits <[email protected]>"
authors: "BAP Team"
homepage: "https://github.com/BinaryAnalysisPlatform/bap/"
bug-reports: "https://github.com/BinaryAnalysisPlatform/bap/issues"
dev-repo: "git://github.com/BinaryAnalysisPlatform/bap/"
license: "MIT"
build: [
["./configure" "--prefix=%{prefix}%" "--enable-beagle"]
[make]
]
install: [[make "install"]]
remove: [["ocamlfind" "remove" "bap-plugin-beagle"]
["ocamlfind" "remove" "bap-beagle-prey"]
["bapbundle" "remove" "beagle.plugin"]
]
depends: [
"ocaml" {>= "4.08.0" }
"core_kernel" {>= "v0.14" & < "v0.15"}
"ppx_bap" {>= "v0.14" & < "v0.15"}
"bap-std" {= "2.4.0"}
"regular" {= "2.4.0"}
"monads" {= "2.4.0"}
"bap-microx" {= "2.4.0"}
"bap-primus" {= "2.4.0"}
"bap-strings" {= "2.4.0"}
"bap-future" {= "2.4.0"}
]
synopsis: "BAP obfuscated string solver"
description: """
Like strings on steroids - finds strings encoded in binaries,
even if they are not truly static."""

url {
src: "https://github.com/BinaryAnalysisPlatform/bap/archive/v2.4.0.tar.gz"
checksum: "md5=b8b1aff8c6846f2213eafc54de07b304"
mirrors: "https://mirrors.aegis.cylab.cmu.edu/bap/2.4.0/v2.4.0.tar.gz"
}
37 changes: 37 additions & 0 deletions packages/bap-bil/bap-bil.2.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
opam-version: "2.0"
name: "bap-bil"
version: "2.4.0"
maintainer: "Ivan Gotovchits <[email protected]>"
authors: "BAP Team"
homepage: "https://github.com/BinaryAnalysisPlatform/bap/"
bug-reports: "https://github.com/BinaryAnalysisPlatform/bap/issues"
dev-repo: "git://github.com/BinaryAnalysisPlatform/bap/"
license: "MIT"
build: [
["./configure" "--prefix=%{prefix}%" "--enable-bil"]
[make]
]
install: [[make "install"]]
remove: [["ocamlfind" "remove" "bap-plugin-bil"]
["bapbundle" "remove" "bil.plugin"]]
depends: [
"ocaml" {>= "4.08.0" }
"core_kernel" {>= "v0.14" & < "v0.15"}
"ppx_bap" {>= "v0.14" & < "v0.15"}
"bap-std" {= "2.4.0"}
"bap-core-theory" {= "2.4.0"}
"bap-knowledge" {= "2.4.0"}
"bap-future" {= "2.4.0"}
"monads" {= "2.4.0"}
"bitvec" {= "2.4.0"}
"bitvec-order" {= "2.4.0"}
"ogre" {= "2.4.0"}
"bap-main" {= "2.4.0"}
]
synopsis: "Controls the BIL transformation pipeline"

url {
src: "https://github.com/BinaryAnalysisPlatform/bap/archive/v2.4.0.tar.gz"
checksum: "md5=b8b1aff8c6846f2213eafc54de07b304"
mirrors: "https://mirrors.aegis.cylab.cmu.edu/bap/2.4.0/v2.4.0.tar.gz"
}
40 changes: 40 additions & 0 deletions packages/bap-build/bap-build.2.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
name: "bap-build"
version: "2.4.0"
maintainer: "Ivan Gotovchits <[email protected]>"
authors: "BAP Team"
homepage: "https://github.com/BinaryAnalysisPlatform/bap/"
bug-reports: "https://github.com/BinaryAnalysisPlatform/bap/issues"
dev-repo: "git://github.com/BinaryAnalysisPlatform/bap/"
license: "MIT"
build: [
["./configure" "--prefix=%{prefix}%" "--enable-build"]
[make]
]

install: [
[make "install"]
]

remove: [
["ocamlfind" "remove" "bap-build"]
["rm" "-f" "%{bin}%/bapbuild"]
]

depends: [
"ocaml" {>= "4.08.0" }
"oasis" {build & >= "0.4.7"}
"ocamlbuild"
"ocamlfind"
"core_kernel" {>= "v0.14" & < "v0.15"}
"ppx_bap" {>= "v0.14" & < "v0.15"}
]
synopsis: "BAP build automation tools"

flags: light-uninstall

url {
src: "https://github.com/BinaryAnalysisPlatform/bap/archive/v2.4.0.tar.gz"
checksum: "md5=b8b1aff8c6846f2213eafc54de07b304"
mirrors: "https://mirrors.aegis.cylab.cmu.edu/bap/2.4.0/v2.4.0.tar.gz"
}
33 changes: 33 additions & 0 deletions packages/bap-bundle/bap-bundle.2.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
opam-version: "2.0"
name: "bap-bundle"
version: "2.4.0"
maintainer: "Ivan Gotovchits <[email protected]>"
authors: "BAP Team"
homepage: "https://github.com/BinaryAnalysisPlatform/bap/"
bug-reports: "https://github.com/BinaryAnalysisPlatform/bap/issues"
dev-repo: "git://github.com/BinaryAnalysisPlatform/bap/"
license: "MIT"
build: [
["./configure" "--prefix=%{prefix}%" "--enable-bundle"]
[make]
]
install: [[make "install"]]
remove: [["ocamlfind" "remove" "bap-bundle"]
["rm" "-f" "%{bin}%/bapbundle"]
]
depends: [
"ocaml" {>= "4.08.0" }
"oasis" {build & >= "0.4.7"}
"uri"
"camlzip"
"core_kernel" {>= "v0.14" & < "v0.15"}
"ppx_bap" {>= "v0.14" & < "v0.15"}
"fileutils"
]
synopsis: "BAP bundler"

url {
src: "https://github.com/BinaryAnalysisPlatform/bap/archive/v2.4.0.tar.gz"
checksum: "md5=b8b1aff8c6846f2213eafc54de07b304"
mirrors: "https://mirrors.aegis.cylab.cmu.edu/bap/2.4.0/v2.4.0.tar.gz"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
name: "bap-byteweight-frontend"
version: "2.4.0"
maintainer: "Ivan Gotovchits <[email protected]>"
authors: "BAP Team"
homepage: "https://github.com/BinaryAnalysisPlatform/bap/"
bug-reports: "https://github.com/BinaryAnalysisPlatform/bap/issues"
dev-repo: "git://github.com/BinaryAnalysisPlatform/bap/"
license: "MIT"
build: [
["./configure" "--prefix=%{prefix}%" "--enable-byteweight-frontend"]
[make]
]

install: [[make "install"]]

remove: [["rm" "-f" "%{bin}%/bap-byteweight"]]

depends: [
"ocaml" {>= "4.08.0" }
"core_kernel" {>= "v0.14" & < "v0.15"}
"ppx_bap" {>= "v0.14" & < "v0.15"}
"bap-std" {= "2.4.0"}
"bap-byteweight" {= "2.4.0"}
"cmdliner"
"ocurl"
"fileutils"
"ocamlfind"
"re"
]
synopsis: "BAP Toolkit for training and controlling Byteweight algorithm"
description: """
A command line interface to the byteweight system that can train,
test, download, and upload binary signatures."""
flags: light-uninstall

url {
src: "https://github.com/BinaryAnalysisPlatform/bap/archive/v2.4.0.tar.gz"
checksum: "md5=b8b1aff8c6846f2213eafc54de07b304"
mirrors: "https://mirrors.aegis.cylab.cmu.edu/bap/2.4.0/v2.4.0.tar.gz"
}
Loading