mirror of
https://github.com/encounter/ghidra-cli.git
synced 2026-07-10 03:18:56 -07:00
fix
This commit is contained in:
+1
-1
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user