PINCE icon indicating copy to clipboard operation
PINCE copied to clipboard

Reverse engineering tool for linux games

Results 47 PINCE issues
Sort by recently updated
recently updated
newest added

i also included the new dependency 'keyboard' in the install script. I did this time the implementation and it worked for me.

GDB_Engine.py now has read_pointer function which can read a PointerType class containing a base_address and an offsets list. Calling this function will return the final pointed address after traversing the...

PINCE's shortcuts are currently application-wide. Implementing a system-wide shortcut would be good when attaching to full-screen games. I believe that this feature can be done by modifying [this example](https://github.com/LiuLang/python3-xlib/blob/master/examples/record.py). I...

enhancement
help wanted

when I run `./PINCE.sh` I get the following meesage dialog: > Unable to initalize GDB > You might need to reinstall GDB or use the system GDB > To change...

``` Requirement already satisfied: psutil in /usr/lib64/python3.10/site-packages (5.9.1) Requirement already satisfied: pexpect in /usr/lib/python3.10/site-packages (4.8.0) Collecting distorm3 Downloading distorm3-3.5.2.tar.gz (138 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.4/138.4 KB 2.7 MB/s eta 0:00:00 Preparing metadata...

PINCE is unusable in Arch Linux. I am not sure where it fails, but I can't scan any values of the memory. Also after attaching, the process gets halted but...

Hey there, I'd love to see this packaged for Fedora, as it is a very capable piece of software. Distribution could be made easier using Copr (Fedora's user repository); there's...

I was testing PINCE with Huniepop 2, since it causes Huniepop 1's process to stop, though I might have figured out why... I was testing some vales to see if...

I get that error popup when I try to open a pct file. Clicking ok on the error dialogue closes it and the open file window that is left behind...

I've noticed for many actions PINCE wants the target to be paused. This is quite annoying to retrieve the message and then manually pause, perform the action (i.e. place breakpoint)...