Package Details: pince-git r1696.7119718-1

Git Clone URL: https://aur.archlinux.org/pince-git.git (read-only, click to copy)
Package Base: pince-git
Description: A Linux reverse engineering tool inspired by Cheat Engine.
Upstream URL: https://github.com/korcankaraokcu/PINCE
Licenses: GPL-3.0-or-later WITH CC-BY-3.0
Conflicts: pince
Provides: pince
Submitter: tsar-fox
Maintainer: detian
Last Packager: detian
Votes: 15
Popularity: 0.000035
First Submitted: 2016-12-13 01:08 (UTC)
Last Updated: 2026-05-17 23:58 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7

Luchs commented on 2017-04-18 19:26 (UTC) (edited on 2017-04-18 20:35 (UTC) by Luchs)

This PKGBUILD has some issues: - PINCE.py tries to open COPYING, AUTHORS and THANKS files in the current directory when starting, so it's currently broken unless you start pince from a directory with these files. You should probably install these files to /usr/share/PINCE as well and change /usr/bin/pince to a script that starts PINCE.py from that directory. - The package version should be read from git for a -git package and not set to 0.1.0. Just copy the pkgver() function from some other -git package or the wiki. - If I try to attach to some process, I get gdb errors.