aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/triton/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/triton/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/triton/vcpkg.json')
-rw-r--r--vcpkg/ports/triton/vcpkg.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/vcpkg/ports/triton/vcpkg.json b/vcpkg/ports/triton/vcpkg.json
new file mode 100644
index 0000000..2bba551
--- /dev/null
+++ b/vcpkg/ports/triton/vcpkg.json
@@ -0,0 +1,46 @@
+{
+ "name": "triton",
+ "version-date": "2025-02-15",
+ "description": "Triton is a Dynamic Binary Analysis (DBA) framework. It provides internal components like a Dynamic Symbolic Execution (DSE) engine, a dynamic taint engine, AST representations of the x86, x86-64, ARM32 and AArch64 Instructions Set Architecture (ISA), SMT simplification passes, an SMT solver interface and, the last but not least, Python bindings.",
+ "homepage": "https://github.com/JonathanSalwan/Triton",
+ "license": "Apache-2.0",
+ "supports": "!arm",
+ "dependencies": [
+ {
+ "name": "capstone",
+ "default-features": false,
+ "features": [
+ "arm",
+ "arm64",
+ "x86"
+ ]
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "z3"
+ ],
+ "features": {
+ "boost": {
+ "description": "Use Boost as multiprecision library",
+ "dependencies": [
+ "boost-multiprecision",
+ "boost-numeric-conversion"
+ ]
+ },
+ "python": {
+ "description": "Build Triton with Python bindings",
+ "dependencies": [
+ {
+ "name": "python3",
+ "default-features": false
+ }
+ ]
+ }
+ }
+}