Skip to content

Release v1.1

Latest
Compare
Choose a tag to compare
@neelpatel05 neelpatel05 released this 11 Oct 19:11

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.