Package Details: triton-git 0.9.r652.gb022f317-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: Nurmukhametov
Last Packager: Nurmukhametov
Votes: 2
Popularity: 0.000005
First Submitted: 2020-02-27 14:46 (UTC)
Last Updated: 2025-01-02 13:45 (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 .