diff --git a/src/config.rs b/src/config.rs index 33fa805..c0e57b6 100644 --- a/src/config.rs +++ b/src/config.rs @@ -105,7 +105,7 @@ impl Config { } #[cfg(target_os = "windows")] - fn detect_ghidra_windows() -> Option { + pub fn detect_ghidra_windows() -> Option { // Check common installation paths let common_paths = vec![ PathBuf::from("C:\\Program Files\\Ghidra"),