Search:

Type: Posts; User: tom_bali

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,269

    force DCOM object authenticate as ANONYMOUS

    Hi.
    I noticed that in domain the authentication in DCERPC protocol with DCOM object is with the user COMPNAME$ and not ANONYMOUS (like workgroup).

    How can I force windows to authenticate as...
  2. Replies
    2
    Views
    1,331

    mi provider in windows 7 problem

    Hi.

    I wrote a simple WMI provider.

    I call the function in the provider through wmic.exe and wbemtest.exe

    In XP it works good, but in windows 7 I get an error: Code - 0x800706be. "The remote...
  3. Replies
    1
    Views
    2,854

    VirtualQuery- get the access protection

    hello.
    i want to go over the addresses of a process and get the access protect of the blocks .

    so there are many constants which present the protect:
    PAGE_EXECUTE - 0x10
    PAGE_EXECUTE_READ -...
  4. Replies
    1
    Views
    1,259

    cannot run process by createprocess

    hello.
    I wrote the code:


    #include <windows.h>
    #include <stdio.h>

    int main(void)
    {
    BOOL res;
  5. Replies
    5
    Views
    1,926

    binary to char * - HELP!

    hello .
    I have a problem.
    I have a variable DWORD= 0x1234ABCD
    i want to convert it to char * - but not in ASCI!:
    for example-
    char * result[0]= 0x1
    result[1]= 0x2
    ...
  6. Replies
    9
    Views
    4,586

    i tried your 2 solutions, but it doesnt work .. ...

    i tried your 2 solutions, but it doesnt work ..

    :(
  7. Replies
    9
    Views
    4,586

    Help- basic WinSock application

    Hi
    I want to write a basic server in C.

    I compiled this code-
    http://msdn.microsoft.com/en-us/library/ms737593(VS.85).aspx
    and i got these problems:
Results 1 to 7 of 7