| Index: syzygy/refinery/process_state/layer_data.h
|
| diff --git a/syzygy/refinery/process_state/layer_data.h b/syzygy/refinery/process_state/layer_data.h
|
| index e3cf13ecc102bd39ac6ee4e771f8b53839994c61..4bd815fefdc3d3a163b4a46c919af852c0e98a37 100644
|
| --- a/syzygy/refinery/process_state/layer_data.h
|
| +++ b/syzygy/refinery/process_state/layer_data.h
|
| @@ -57,6 +57,11 @@ class ModuleLayerData {
|
| // @returns the corresponding module id.
|
| ModuleId FindOrIndex(const pe::PEFile::Signature& signature);
|
|
|
| + // Find and return the signature corresponding to a module @p id.
|
| + // @param id the module identifier.
|
| + // @param signature on success, contains the signature corresponding to module
|
| + // @p id.
|
| + // @returns true on success, false otherwise.
|
| bool Find(ModuleId id, pe::PEFile::Signature* signature) const;
|
|
|
| private:
|
|
|