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: 3 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T14:55:47.000Z (over 3 years ago)
- Last Synced: 2025-01-19T06:41:22.152Z (about 1 year ago)
- Topics: reverse-engineering, utility
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- 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