HomeSort by relevance Sort by last modified time
    Searched full:unpatch (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/base/win/
iat_patch_function.h 31 // during Unpatch
42 // to Unpatch(), which will call FreeLibrary() and allow the module to be
50 // Unpatch the IAT entry using internally saved original
54 DWORD Unpatch();
iat_patch_function.cc 157 // We cannot unpatch in this case, just raise a red flag.
229 DWORD error = Unpatch();
267 DWORD IATPatchFunction::Unpatch() {
273 // Hands off the intercept if we fail to unpatch.
274 // If IATPatchFunction::Unpatch fails during RestoreImportedFunction
275 // it means that we cannot safely unpatch the import address table
277 // trying to unpatch again in the destructor of IATPatchFunction is
  /external/chromium_org/chrome/app/
close_handle_hook_win.cc 38 void Unpatch();
61 void CloseHandleHooks::Unpatch() {
64 (*it)->Unpatch();
111 g_hooks.Get().Unpatch();
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher_test.cc 58 // error C2782: 'sidestep::SideStepError `anonymous-namespace'::Unpatch(T,T,T *)' : template parameter 'T' is ambiguous
62 #define UNPATCH(target_function, replacement_function, original_function_stub) \
63 sidestep::PreamblePatcher::Unpatch((void*)(target_function), \
145 UNPATCH(IncrementNumber,
160 UNPATCH(JumpShortCondFunction,
175 UNPATCH(JumpNearCondFunction,
190 UNPATCH(JumpAbsoluteFunction,
206 UNPATCH(CallNearRelativeFunction,
253 UNPATCH(IncrementNumber,
270 UNPATCH(IncrementNumber
    [all...]
patch_functions.cc 144 // .dll's), and we need to patch/unpatch them all. This defines
255 void Unpatch();
330 void Unpatch();
551 // Since we've patched Unpatch() not to delete origstub_fn_ (it
569 void LibcInfoWithPatchFunctions<T>::Unpatch() {
570 // We have to cast our GenericFnPtrs to void* for unpatch. This is
575 PreamblePatcher::Unpatch((void*)windows_fn_[i],
593 // Since we've patched Unpatch() not to delete origstub_fn_ (it
608 void WindowsInfo::Unpatch() {
609 // We have to cast our GenericFnPtrs to void* for unpatch. This i
    [all...]
auto_testing_hook.h 74 // This class helps patch a function, then unpatch it when the object exits
103 SIDESTEP_CHK(SIDESTEP_SUCCESS == PreamblePatcher::Unpatch(
preamble_patcher.cc 191 // cause our client code not to unpatch it. So we just keep
215 // code not to unpatch it. So we just keep going.
279 // code not to unpatch it. So we just keep going.
290 SideStepError PreamblePatcher::Unpatch(void* target_function,
410 SIDESTEP_LOG("PreamblePatcher::Unpatch successfully unpatched.");
preamble_patcher.h 105 // can unpatch a function using Unpatch().
260 // However, it is quite difficult to unpatch a method (because other
288 // Unpatch(VirtualAlloc, MyVirtualAlloc, origptr);
292 static SideStepError Unpatch(void* target_function,
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher_test.cc 58 // error C2782: 'sidestep::SideStepError `anonymous-namespace'::Unpatch(T,T,T *)' : template parameter 'T' is ambiguous
62 #define UNPATCH(target_function, replacement_function, original_function_stub) \
63 sidestep::PreamblePatcher::Unpatch((void*)(target_function), \
145 UNPATCH(IncrementNumber,
160 UNPATCH(JumpShortCondFunction,
175 UNPATCH(JumpNearCondFunction,
190 UNPATCH(JumpAbsoluteFunction,
206 UNPATCH(CallNearRelativeFunction,
253 UNPATCH(IncrementNumber,
270 UNPATCH(IncrementNumber
    [all...]
patch_functions.cc 144 // .dll's), and we need to patch/unpatch them all. This defines
255 void Unpatch();
330 void Unpatch();
551 // Since we've patched Unpatch() not to delete origstub_fn_ (it
569 void LibcInfoWithPatchFunctions<T>::Unpatch() {
570 // We have to cast our GenericFnPtrs to void* for unpatch. This is
575 PreamblePatcher::Unpatch((void*)windows_fn_[i],
593 // Since we've patched Unpatch() not to delete origstub_fn_ (it
608 void WindowsInfo::Unpatch() {
609 // We have to cast our GenericFnPtrs to void* for unpatch. This i
    [all...]
auto_testing_hook.h 74 // This class helps patch a function, then unpatch it when the object exits
103 SIDESTEP_CHK(SIDESTEP_SUCCESS == PreamblePatcher::Unpatch(
preamble_patcher.cc 191 // cause our client code not to unpatch it. So we just keep
215 // code not to unpatch it. So we just keep going.
279 // code not to unpatch it. So we just keep going.
290 SideStepError PreamblePatcher::Unpatch(void* target_function,
410 SIDESTEP_LOG("PreamblePatcher::Unpatch successfully unpatched.");
preamble_patcher.h 105 // can unpatch a function using Unpatch().
260 // However, it is quite difficult to unpatch a method (because other
288 // Unpatch(VirtualAlloc, MyVirtualAlloc, origptr);
292 static SideStepError Unpatch(void* target_function,
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 435 // Unpatch if this is the last plugin instance.
440 g_iat_patch_set_cursor.Pointer()->Unpatch();
443 g_iat_patch_track_popup_menu.Pointer()->Unpatch();
446 g_iat_patch_reg_enum_key_ex_w.Pointer()->Unpatch();
449 g_iat_patch_window_from_point.Pointer()->Unpatch();
    [all...]
  /external/chromium_org/chrome_elf/create_file/
chrome_create_file_unittest.cc 126 patcher_.Unpatch();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply 31 # "unpatch" script for WebKit Open Source Project, used to remove patches.
  /external/chromium_org/third_party/blanketjs/src/
blanket.js     [all...]
  /external/chromium_org/third_party/pymock/
mock.py     [all...]

Completed in 1159 milliseconds