winexe

Console window display by argument

I have a C# project building "winexe" that startup without console window. However, I want to dispaly the console window and write stdout/stderr by giving a cmd line parameter. If it close, the application shutdown. For example: eclipse.exe -debug How can it be done? PS. I am using Visual Studio 2005 ...

shellcode is truncated by \x20

Why is my shellcode is truncated after \x20 opcode, when it is copied by string to stack on a second vulnerable program? --cmd.exe-- char shell[]= "\xc7\x44\x24\x0c\x65\x78\x65\x20" only this line is put in stack, though hv a enough space "\xc7\x44\x24\x08\x63\x6d\x64\x2e" "\x31\xc0" "\x89\x44\x24\x04" "\x8d\x44\x24\x08" "\x89\x04\x...

ERROR with winexe

I try to connect to windows from a debian using winexe, but it give me this error ERROR: Cannot open control pipe - NT_STATUS_ACCESS_DENIED Why is that?? What can I do for fix it?? Somebody helpme please!! ...