HomeSort by relevance Sort by last modified time
    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();
69 DISALLOW_COPY_AND_ASSIGN(IATPatchFunction);
iat_patch_function.cc 220 IATPatchFunction::IATPatchFunction()
227 IATPatchFunction::~IATPatchFunction() {
234 DWORD IATPatchFunction::Patch(const wchar_t* module,
267 DWORD IATPatchFunction::Unpatch() {
274 // If IATPatchFunction::Unpatch fails during RestoreImportedFunction
277 // trying to unpatch again in the destructor of IATPatchFunction is
289 void* IATPatchFunction::original_function() const {

Completed in 198 milliseconds