Dll redirection

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
braxivamov
Posts: 1
Joined: Fri Jul 03, 2009 12:34 pm

Dll redirection

Post by braxivamov »

Hello, for my project i need to replace the behavior of some functions in OOo for example MessageBox which is include in user32.dll.
I used this good article to make this : http://www.ethicalhacker.net/content/view/207/24/
To resume you copy the orignal dll in OOo program folder, you rename it (user33 for example) you create another dll named user32 in which you add some code in some functions and redirect all the others. And finally you modify the manifest file to tell the application to load the dll in the folder not the one from system32.
I've made several tries with other applications it works fine, with OOo it doesn't :|
So i tried with other dlls, the only which work is ole32 ...
So if anybody have a clue for me it would be great.
Thanks in advance.
OOo 3.1.X on Ms Windows XP + Unix
Post Reply