| Author |
Message |
Avital Chissick
Joined: 24 Jan 2011 Posts: 1
|
Posted: Mon Jan 24, 2011 10:28 am Post subject: Error connecting to a Named Pipe after obfuscation |
|
|
Hi,
I'm a C# developer, and working on an application, in which the user uses an Outlook macro to send information to the application.
The communication is done via named pipes.
The general design is:
* The C# application defines a named pipes server.
* Outlook (version 2010) has a macro that defines a named pipes client that connect to the server defined in the C# application.
This design works very well when the application is no obfuscated.
After SmartAssembly is used, the application is obfuscated,
the named pipes client in defined by the Outlook macro,
cannot connect to the named pipe server defined in the running obfuscated application.
I did a small test and tried to use a named pipes client from C# project and it works well and can send messages to the server.
When debugging the outlook macro, the code for creating the named pipes client, returns an error 233 ERROR_PIPE_NOT_CONNECTED
The code in the the macro is taken from this article
http://support.microsoft.com/kb/177696
If necessary I can provide sample code for the C# side.
I would appreciate any help regarding this matter,
Thank you. |
|
| Back to top |
|
 |
ShortAngry
Joined: 02 Dec 2010 Posts: 14
|
Posted: Tue Jan 25, 2011 11:08 am Post subject: |
|
|
It would probably be best if you either post the sample you have or send it directly to support@red-gate.com  |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6344 Location: Red Gate Software
|
Posted: Tue Jan 25, 2011 5:38 pm Post subject: |
|
|
Hi,
I concur. The pipe reading/writing code you mention is mostly unmanaged PInvoked code so SmartAssembly should not interfere. SmartAssembly is probably messing up the data you want to send somehow because of interference with reflection/serialization.
If you want to send the example demonstrating the problem, please put F0043683 in the subject line and mail it to support at red-gate.com. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group