OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IATPatchFunction
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/win/
iat_patch_function.h
23
class BASE_EXPORT
IATPatchFunction
{
25
IATPatchFunction
();
26
~
IATPatchFunction
();
66
DISALLOW_COPY_AND_ASSIGN(
IATPatchFunction
);
iat_patch_function.cc
208
IATPatchFunction
::
IATPatchFunction
()
215
IATPatchFunction
::~
IATPatchFunction
() {
222
DWORD
IATPatchFunction
::Patch(const wchar_t* module,
255
DWORD
IATPatchFunction
::Unpatch() {
262
// If
IATPatchFunction
::Unpatch fails during RestoreImportedFunction
265
// trying to unpatch again in the destructor of
IATPatchFunction
is
Completed in 1583 milliseconds