mirror of
https://github.com/DMaroo/GhidRust.git
synced 2025-09-10 04:53:36 +02:00
Use correct fucntion for the popup
This commit is contained in:
@@ -65,9 +65,9 @@ public class RustDecPlugin extends Plugin {
|
||||
@Override
|
||||
public void actionPerformed(ActionContext context) {
|
||||
if (RustStdAnalyzer.isRustBinary(program)) {
|
||||
Msg.info(this, "[+] Yes, this may be a Rust binary!");
|
||||
Msg.showInfo(this, null, "GhidRust", "[+] Yes, this may be a Rust binary!");
|
||||
} else {
|
||||
Msg.info(this, "[-] No, this may not be a Rust binary!");
|
||||
Msg.showInfo(this, null, "GhidRust", "[-] No, this may not be a Rust binary!");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user