Package Details: triton-git 0.8.1.r266.g6b929c39-1

Git Clone URL: https://aur.archlinux.org/triton-git.git (read-only, click to copy)
Package Base: triton-git
Description: Dynamic binary analysis framework
Upstream URL: https://triton.quarkslab.com/
Licenses: Apache
Conflicts: triton
Provides: triton
Submitter: bet4it
Maintainer: bet4it
Last Packager: bet4it
Votes: 2
Popularity: 0.000012
First Submitted: 2020-02-27 14:46 (UTC)
Last Updated: 2021-11-03 14:36 (UTC)

Dependencies (6)

Required by (1)

Sources (1)

Latest Comments

dansecob commented on 2024-03-17 21:37 (UTC)

This package only works with make as the CMake backend. Here is a patch to fix that, by replacing raw calls to the generated Makefile with CMake calls. This enables builds on systems using Ninja as the backend.

29c29
<   make
---
>   cmake --build .
34c34
<   make DESTDIR="$pkgdir" install
---
>   DESTDIR="$pkgdir" cmake --install .