diff --git a/BurnOutSharp.Wrappers/PortableExecutable.cs b/BurnOutSharp.Wrappers/PortableExecutable.cs
index f104e90f..9eaf93b3 100644
--- a/BurnOutSharp.Wrappers/PortableExecutable.cs
+++ b/BurnOutSharp.Wrappers/PortableExecutable.cs
@@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
-using System.Net;
using System.Text;
using System.Xml;
using static BurnOutSharp.Builder.Extensions;
@@ -580,7 +579,7 @@ namespace BurnOutSharp.Wrappers
///
/// Dictionary of debug data
///
- public Dictionary DebugData
+ public Dictionary DebugData
{
get
{
@@ -835,7 +834,7 @@ namespace BurnOutSharp.Wrappers
///
/// Cached debug data
///
- private readonly Dictionary _debugData = new Dictionary();
+ private readonly Dictionary _debugData = new Dictionary();
///
/// Cached resource data
@@ -2805,18 +2804,42 @@ namespace BurnOutSharp.Wrappers
#region Debug Data
+ ///
+ /// Find CodeView debug data by path
+ ///
+ /// Partial path to check for
+ /// Enumerable of matching debug data
+ public IEnumerable