Search Criteria
Package Details: pince-git r1609.527ac61-1
Package Actions
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: | 1.11 |
First Submitted: | 2016-12-13 01:08 (UTC) |
Last Updated: | 2024-11-24 04:34 (UTC) |
Dependencies (17)
- gdb (gdb-gitAUR, gdb-debug-gitAUR)
- gobject-introspection-runtime
- python-capstone
- python-gobject
- python-keyboardAUR
- python-keystone (python-keystone-gitAUR)
- python-pexpect
- python-pygdbmi
- python-pyqt6
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lsb-release (make)
- pkgconf (pkgconf-gitAUR) (make)
- python-pip (make)
- qt6-tools (make)
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
- qt6-wayland (optional) – wayland support
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
simsilver commented on 2021-03-15 07:36 (UTC)
@PotatoChronicler remove gtk4 and it works.
or add gi version requrire
before these codes in misc.py
PotatoChronicler commented on 2021-02-16 17:48 (UTC)
Launching pince fails with this error
youduda commented on 2020-11-09 19:27 (UTC)
The package fails to build in clean environments because git is missing in makedepends list. Please add that.
JcNils commented on 2020-06-08 20:40 (UTC)
Thanks tsar-fox.
I managed to run it by forcing local python instead of conda on the terminal.
I could not replicated the necessary environment in conda. =(
The issue #30 will help because I can set the local python env on the .desktop file and just run it.
Thank you very much.
tsar-fox commented on 2020-06-06 19:06 (UTC)
JcNils: see issue #30 upstream for creating "an item in [your] program list".
Are you having trouble running it from the terminal?
JcNils commented on 2020-06-05 23:18 (UTC)
I have some problems, I hope someone can help me.
Is this supposed to work as is, or do I need to do anything extra ?
It did not create an item in my program list but I can run it from terminal.
I wonder if the problem is that I am using conda environments(miniconda). Because even if I add the python dependencies it would keep complaining about gi, and Gtk (from gi.repositories)
I tried to add the pyGObject from pip and from conda-forge but both have errors, pip cannot build it for PEP 517 and from conda-forge it doesn't contain Gtk. =(
Are there anything that I could do?
Thanks
tsar-fox commented on 2020-05-26 20:25 (UTC)
Added. Thank you!
ThaChillera commented on 2020-05-26 09:41 (UTC)
Failed to install:
Missing build dependency: intltool (https://www.archlinux.org/packages/extra/any/intltool/)
Please add this as build dependency
tsar-fox commented on 2020-05-25 01:17 (UTC) (edited on 2020-05-25 01:17 (UTC) by tsar-fox)
Please ignore the comment below. The pygdbmi dependency is in the AUR. There's no need to install it with pip.
Klairm commented on 2020-04-08 15:58 (UTC)
For anyone want it working, remove the dependencie python-pygdbmi, on the PKGBUILD file, and install that dependencie with pip,
sudo pip install pygdbmi
« First ‹ Previous 1 2 3 4 5 6 Next › Last »