This is the first release of the offset-finder tool
To produce binary on your machine use pyinstaller and python 2.x or 3.x
pip3 install pyinstaller
pyinstaller --onefile pattern.py
Note: Please produce binary on your machine to compile according to your machine architecture.