Results 1 to 4 of 4

Thread: Have a look - Dll issues dealing w/ injection

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2005
    Posts
    76

    Have a look - Dll issues dealing w/ injection

    Probably should have posted this thread in this forum first. Have a look and you might want to skip to the bottom for the latest updates.

    http://www.vbforums.com/showthread.php?t=324133
    Last edited by Lyric8; Feb 21st, 2005 at 07:46 AM.

  2. #2
    Old Member moeur's Avatar
    Join Date
    Nov 2004
    Location
    Wait'n for Free Stuff
    Posts
    2,712

    Re: Have a look - Dll issues dealing w/ injection

    Lyric,

    So I guess you haven't solved the problem yet.

    I'm about half-way through converting the APISPYLD debug injector into VB. This way we can skip the hook related problems.

    We can pass data back to VB via a file mapping object.

    Also, instead of using createprocess, I'll use DebugActiveProcess so that you can debug an already running process.

    Someone already wrote a full debugger in VB take a look here.

  3. #3
    Junior Member
    Join Date
    Dec 2005
    Posts
    18

    Re: Have a look - Dll issues dealing w/ injection

    Quote Originally Posted by moeur
    Lyric,

    So I guess you haven't solved the problem yet.

    I'm about half-way through converting the APISPYLD debug injector into VB. This way we can skip the hook related problems.

    We can pass data back to VB via a file mapping object.

    Also, instead of using createprocess, I'll use DebugActiveProcess so that you can debug an already running process.

    Someone already wrote a full debugger in VB take a look here.
    hi, you know Vb.Net version ?

  4. #4
    Old Member moeur's Avatar
    Join Date
    Nov 2004
    Location
    Wait'n for Free Stuff
    Posts
    2,712

    Re: Have a look - Dll issues dealing w/ injection

    I am .net illiterate

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width