Search:

Type: Posts; User: [JoE]

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    560

    I/O from telnet.exe

    Hi

    I would like to write to the StdIn of telnet.exe (win32) and read from the StdOut to log. But when I try to start telnet with STARTF_USESTDHANDLE ( I created 3 pipes for StdIn, StdOut, StdError...
  2. Replies
    1
    Views
    7,768

    Re: GetProcAddress with ordinal number

    Solution:


    Private Declare Function LoadLibrary Lib "kernel32" _
    Alias "LoadLibraryA" ( _
    ByVal lpLibFileName As String) As Long

    Private...
  3. Replies
    1
    Views
    7,768

    GetProcAddress with ordinal number

    Hi

    I try to translate a C++ in VB:



    typedef DWORD (WINAPI *PfnSetFileException)(DWORD dwUnknown0, PWCHAR pwszFile, DWORD dwUnknown1);

    HMODULE hMod=LoadLibrary(_T("sfc_os.dll"));
  4. Thread: Try IAT Hook

    by [JoE]
    Replies
    3
    Views
    1,154

    Re: Try IAT Hook

    Yes, but it doesn't function
  5. Thread: Try IAT Hook

    by [JoE]
    Replies
    3
    Views
    1,154

    Re: Try IAT Hook

    'Substitute hook for existing call address and return existing address by ref
    'We must make this memory writable to make the entry in the IAT
    If VirtualProtect(ByVal vectorIAT, 4,...
  6. Thread: Try IAT Hook

    by [JoE]
    Replies
    3
    Views
    1,154

    Try IAT Hook

    Hy

    I just try to hook a api call with John Chamberlain's source code. The code works, but nothing happen when i call CreateProcess in an other application. Why?

    Option Explicit
    '#Const bDEBUG...
  7. Replies
    4
    Views
    3,004

    Re: Process protection

    Hy

    I don't want that someone can kill my application. Because then all important data has been lost.

    Joe
  8. Replies
    4
    Views
    3,004

    Process protection

    Hi

    I try to hook the api call terminateprocess, to protect my application for killing with the win taskmgr.

    I have try the iat hooking example without any results....
Results 1 to 8 of 8



Click Here to Expand Forum to Full Width