PINCE
PINCE copied to clipboard
Reverse engineering tool for linux games
Output when run as superuser, which it insists I should do by invoking sudo whether I want it or not: `/usr/share/PINCE/libPINCE/libscanmem/misc.py:24: PyGIWarning: Gtk was imported without specifying a version first....
The problems i am facing is that there is not a single image on the buttons and running with sudo fails. The sudo part i will figure out myself. Also...
Hello, I am from China. I want to contribute to the localization of "Pince". As a price, I can be added to the list of contributors. If you agree, please...
PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk QStandardPaths: wrong ownership on...
The functions are not related to each other. This issue also doesn't prevent PINCE from working, so this one isn't really a bug, since PINCE can work flawlessly under these...
Despite `SysUtils.execute_shell_command_as_user` working properly for web browsers, some other GUI applications such as file browsers and text editors might show buggy behavior. For instance, some standard KDE applications such as...
(this is just an [enhancement]. But I find it very annoying) Some issues: * Because the disassemble view updates when the scroll bar changes value, it's impossible to scroll the...
Executing `finish` in that state aborts any other command that comes after it, that's the main reason that renders gdb completely inoperable. This bug is caused by gdb itself, it's...
I'll also try to get rid of the `CONST_TIME.GDB_INPUT_SLEEP` by using a condition/event instead