0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Ghidra 11.4の追加点

Last updated at Posted at 2025-06-26

変更点 https://github.com/NationalSecurityAgency/ghidra/blob/Ghidra_11.4_build/Ghidra/Configurations/Public_Release/src/global/docs/WhatsNew.md

個人的に気になった機能を触ってみた

検索・置換機能

  • Search -> Search And Replace から

image.png

例えばデフォルトの関数名FUN_0001010をsub_0001010にしたいなんてときは上記のようにする。
すると検索結果が出てくる

image.png

Replace ALl以外には複数選択して右クリックすると選択した候補のみを適応できるっぽい

Taint Engine Support

AngryGhidraCTADL 関連のサポートをする機能らしい

image.png

File -> Configure

image.png

Configure All Plugins

image.png

TaintPlugin

Toolsとdecompilerのツールバー、decompilerの右クリックメニューにいろいろ追加される。

使い方が分からず試行錯誤中

  • Initialize Program Indexの使い方が分からない&エラー出る
  • Export PCode Factsが動かない。ScriptにあるExportPCodeForCTADL.javaを代わりに実行させるとよさそう?
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?