diff --git a/BinaryObjectScanner/Scanner.cs b/BinaryObjectScanner/Scanner.cs
index a501ac09..c9b537f9 100644
--- a/BinaryObjectScanner/Scanner.cs
+++ b/BinaryObjectScanner/Scanner.cs
@@ -451,7 +451,7 @@ namespace BinaryObjectScanner
/// Executable to scan the contents of
/// Set of classes returned from Exectuable scans
/// Set of protections found from extraction, null on error
- public ProtectionDictionary HandleExtractableProtections(string file, T exe, IEnumerable checks)
+ private ProtectionDictionary HandleExtractableProtections(string file, T exe, IEnumerable checks)
where T : WrapperBase
where U : IExecutableCheck
{