2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

IDA Pro free版 を Linux(ubuntu16.04)にインストールして起動する

Last updated at Posted at 2018-04-26

ファイルの在処

インストールして実行

1.上のページから実行ファイル (.run) をダウンロードする。

  • idafree70_linux.run
  • free 版の v7.0 をダウンロード(この時点では最新のもの)

2.コマンドで実行ファイルのある場所まで移動する。
3..run ファイルを実行するために、権限を変更する。

chmod +x {ファイル名}.run

4..run ファイルを実行する。

sudo ./idafree70_linux.run

5."ida64" が追加されるので実行してアプリケーションを起動する。

./ida64

これで、インストール → 起動ってところまでは進めれる。

2
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?