Skip to content

Commit

Permalink
ida in kali
Browse files Browse the repository at this point in the history
  • Loading branch information
jivoi committed Sep 19, 2017
1 parent 6bcecab commit e21b375
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kali/ida_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh
dpkg --add-architecture i386
apt-get install -y wine wine32 winbind
wine ./ida-install.exe

# IDA Pro (64-bit)
env WINEPREFIX="/root/.wine" wine-stable C:\\Program\ Files\ \(x86\)\\IDA\ X.X\\idaq64.exe

# IDA Pro (32-bit)
env WINEPREFIX="/root/.wine" wine-stable C:\\Program\ Files\ \(x86\)\\IDA\ X.X\\idaq.exe

0 comments on commit e21b375

Please sign in to comment.