Last active
August 29, 2022 10:35
-
-
Save kynex7510/8b3dc12feb0474dcf25aa77a330e7ced to your computer and use it in GitHub Desktop.
IDA Pro Wine Runner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// wine "/path/to/runner.bat" "/path/to/ida(64).exe" %u | |
@set PATH=%PATH%;.\python3\ | |
@set PYTHONPATH=.\python3 | |
@start /unix %* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment