https://github.com/ssokolow/pixmap_prober
A minimal tool for looking for patterns in binary data files
https://github.com/ssokolow/pixmap_prober
reverse-engineering utility
Last synced: 2 months ago
JSON representation
A minimal tool for looking for patterns in binary data files
- Host: GitHub
- URL: https://github.com/ssokolow/pixmap_prober
- Owner: ssokolow
- License: mit
- Created: 2020-07-28T03:12:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-14T20:14:42.000Z (7 months ago)
- Last Synced: 2026-04-12T08:33:35.002Z (2 months ago)
- Topics: reverse-engineering, utility
- Language: Python
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Pixmap Prober
=============
Pixmap Prober is a simple little PyQt hack for looking for patterns in binary
data when rendered as an image, to complement looking for patterns in a hex
editor.
.. image:: screenshot.png
:alt: Screenshot
Since it's a quick hack that I wrote because I got nerd-sniped, I probably
won't implement any additional features, but I'll fix bugs if I have time to
spare.
Usage
-----
Install Python 3.x and PyQt 5, then run ``pixmap_prober.py``.
Development
-----------
To regenerate ``mainwin.py`` from ``mainwin.ui`` run the following command::
pyuic5 mainwin.ui > mainwin.py