Qt 5 tool to help reverse engineer binary file formats, such as game files.
- qt5-base
- libxkbcommon-x11
- PyQt5
ReconStruct needs the python bindings of QHexEdit.
The following needs to be run to install the bindings in /home.
cd ReconStruct
git submodule init
git submodule update
cd QHexEdit/src
qmake .
make
sudo make install
cd QHexEdit/python
./build.sh
python setup.py install --user
See requirements.txt or run
pip install -r requirements.txt
Travis testing has been disabled until travis-ci.org upgrades to 14.04. This is to avoid building PyQt5 every time.