Index: base/win/pe_image.h |
diff --git a/base/win/pe_image.h b/base/win/pe_image.h |
index dde1b4876648df9c3646afca18760acc1d155f9d..5cef537909c557e76e72c3620dc7013e1c8f5bdc 100644 |
--- a/base/win/pe_image.h |
+++ b/base/win/pe_image.h |
@@ -132,6 +132,9 @@ class PEImage { |
// Returns the exports directory. |
PIMAGE_EXPORT_DIRECTORY GetExportDirectory() const; |
+ // Returns the debug id (guid+age). |
+ bool GetDebugId(LPGUID guid, LPDWORD age) const; |
+ |
// Returns a given export entry. |
// Use: e = image.GetExportEntry(f); |
// Pre: 'f' is either a zero terminated string or ordinal |