This commit is contained in:
Alexander Kiselev
2026-01-12 13:21:38 -08:00
parent 7c734e1a8f
commit 8b3cdf21e9
+1 -1
View File
@@ -105,7 +105,7 @@ impl Config {
}
#[cfg(target_os = "windows")]
fn detect_ghidra_windows() -> Option<PathBuf> {
pub fn detect_ghidra_windows() -> Option<PathBuf> {
// Check common installation paths
let common_paths = vec![
PathBuf::from("C:\\Program Files\\Ghidra"),