Skip to content

Instantly share code, notes, and snippets.

@kynex7510
Last active August 29, 2022 10:35
Show Gist options
  • Save kynex7510/8b3dc12feb0474dcf25aa77a330e7ced to your computer and use it in GitHub Desktop.
Save kynex7510/8b3dc12feb0474dcf25aa77a330e7ced to your computer and use it in GitHub Desktop.
IDA Pro Wine Runner
// 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