Как перенаправить ресурс DLL (расширение оболочки)
im trying to load shell extension in place of existing in windows dll or redirect specific resource from one dll to existing in windows dll for example: in Windows\System32\systemcpl.dll have uifile inside dll, but i want to Windows explorer read from my dll ui file not from systemcpl.dll i think its using DllGetClassObject DllCanUnloadNow DllRegisterServer DllUnregisterServer sorry bout my english, im new with english and C++ ^^ if u didnt understand let me know ill try to clarify
Что я уже пробовал:
я пытался с shell ace сделать это легко
но безуспешно
я не знаю с чего начать :(