前提・実現したいこと
EclipseでGhidraのスクリプトをPythonで記述し、デバッグを行いたいのですが失敗してしまいます。
発生している問題・エラーメッセージ
Eclipseのコンソールのメッセージです。
INFO Using log config file: jar:file:/C:/Ghidra/ghidra_9.1.2_PUBLIC/Ghidra/Framework/Generic/lib/Generic.jar!/generic.log4j.xml (LoggingInitialization) INFO Using log file: C:\Users\--.ghidra.ghidra_9.1.2_PUBLIC\application.log (LoggingInitialization) INFO Loading user preferences: C:\Users\--.ghidra.ghidra_9.1.2_PUBLIC\preferences (Preferences) INFO Class search complete (869 ms) (ClassSearcher) INFO Initializing SSL Context (SSLContextInitializer) INFO Initializing Random Number Generator... (SecureRandomFactory) INFO Random Number Generator initialization complete: SHA1PRNG (SecureRandomFactory) INFO Trust manager disabled, cacerts have not been set (ApplicationTrustManagerFactory) INFO User -- started Ghidra. (GhidraRun) INFO Opening project: C:\Users\--\Documents\ghidra\test_project (DefaultProject) INFO Packed database cache: C:\Users\--\AppData\Local\Ghidra\packed-db-cache (PackedDatabaseCache) WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$2 (file:/C:/Ghidra/ghidra_9.1.2_PUBLIC/Ghidra/Framework/Generic/lib/cglib-nodep-2.2.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$2 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release
試したこと
EclipseにGhidraDevをインストールし、Pythonのスクリプトにブレークポイントを設置してデバッグを開始しました。
しかし、スクリプトを実行してもブレークポイントで停止せず、すべて実行されました。
Ghidraにもともと搭載されているスクリプト(Javaで記述したもの)のデバッグは成功します。
自作のPythonスクリプトをデバッグするにはどうしたら良いでしょうか?
GhidraDevはこちらを参考にインストールしました
GhidraDev README
補足情報(FW/ツールのバージョンなど)
Ghidra 9.2.1
Eclipse 2020-06
あなたの回答
tips
プレビュー