diff options
Diffstat (limited to 'sandbox/win/src/service_resolver.h')
| -rw-r--r-- | sandbox/win/src/service_resolver.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sandbox/win/src/service_resolver.h b/sandbox/win/src/service_resolver.h index 20486c9..0089692 100644 --- a/sandbox/win/src/service_resolver.h +++ b/sandbox/win/src/service_resolver.h @@ -46,15 +46,6 @@ class ServiceResolverThunk : public ResolverThunk { // Call this to set up ntdll_base_ which will allow for local patches. virtual void AllowLocalPatches(); - // Verifies that the function specified by |target_name| in |target_module| is - // a service and copies the data from that function into |thunk_storage|. If - // |storage_bytes| is too small, then the method fails. - virtual NTSTATUS CopyThunk(const void* target_module, - const char* target_name, - BYTE* thunk_storage, - size_t storage_bytes, - size_t* storage_used); - protected: // The unit test will use this member to allow local patch on a buffer. HMODULE ntdll_base_; |
