{
  "name": "triton",
  "href": "https://vcpkg.link/ports/triton",
  "supports": "!arm",
  "published_at": "2025-03-07T18:07:29.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/JonathanSalwan/Triton",
  "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."
  ],
  "license": "Apache-2.0",
  "version": {
    "type": "date",
    "value": "2025-02-15",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/1c628b821ca5cca77e8accababa85daff7f8b34a/ports/triton",
    "hash": "1c628b821ca5cca77e8accababa85daff7f8b34a"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/JonathanSalwan/Triton",
    "stars": 3801
  },
  "dependencies": [
    {
      "name": "capstone",
      "href": "https://vcpkg.link/ports/capstone",
      "is_host": false,
      "with_default_features": false,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "z3",
      "href": "https://vcpkg.link/ports/z3",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "boost",
      "default": [],
      "description": [
        "Use Boost as multiprecision library"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "boost-multiprecision",
          "href": "https://vcpkg.link/ports/boost-multiprecision",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "boost-numeric-conversion",
          "href": "https://vcpkg.link/ports/boost-numeric-conversion",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "python",
      "default": [],
      "description": [
        "Build Triton with Python bindings"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "python3",
          "href": "https://vcpkg.link/ports/python3",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}