PINCE
PINCE copied to clipboard
Reverse engineering tool for linux games
As reported in #221, translations for `QPlatformTheme` context does not work if the entry uses ampersand (&)
when i try starting Pince with `sh PINCE.sh` the console returns ``` Traceback (most recent call last): File "/home/lovis/PINCE/PINCE.py", line 21, in import gi ModuleNotFoundError: No module named 'gi' ```
this is a combination of the gdb python bindings being bad and the fact that PINCE doesn't have support for languages with no void types `GDBCommandExtensions.py line 23` breaks because...
Apparently Leap is using an old python version that's causing issues within the installation. The commands below installs the latest python and replaces the default version. It's a bit invasive...
Wondering if I could reorder the entries in the address table, I tried to drag an item and PINCE crashed with "killed by signal 11."
While being rare, there are some occasions where GDB throws an internal error and makes PINCE completely inoperable. This is a generalized thread for any internal errors you encounter. Feel...
When looking in some Linux distributions we can see that there are very few packages depending in `sudo` (nearly all of those **optionally** depending on it), while most of them...
As a user, I would like to be able to show a human-readable string for certain value types which are mapped to a table of values. For example, I have...
Hi all, I'm regularly running into issues which would be much easier to deal with if there were a struct data type. For example, when handling inventory in a game,...
* Created a Nix Flake (easy reproducible environment) allowing to build `libscanmem` and run `pince` * Updated README * Added small auto path resolving for GDB in [libpince/typedefs.py](https://github.com/korcankaraokcu/PINCE/compare/master...standard3:PINCE:feat/nix-flake?expand=1#diff-587ea0cb8391352297edfcae16fadb57c20266686cdc7cc9813ba91ca85a6745) as paths...