Results 1 to 2 of 2

Thread: WPE HELP!!!! please

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2004
    Posts
    3

    Angry WPE HELP!!!! please

    ok WPE stands for winsock packet editing, ok i want to write a vb prog that will inject a dll into a selected program that will monitor all sent and recived packets through that program. then i want to be able to tell it to watch for a specific paclet and edit it when it is found going in or out. if u were to download and use WPE pro something similar to that is what i want to make

    but i want it like this

    "start, select target program, input the packet to watch for, input the new packet to insert if packet is found, run in back ground."

    if anyone can help me please do so all help will be greatly appreciated and put in the credits of the prog.

    thank you,

    Frank Lewis

  2. #2
    Addicted Member
    Join Date
    Mar 2003
    Posts
    206
    ok i want to write a vb prog that will inject a dll into a selected program
    ActiveX DLL's (which are created natively by VB) do not export functions as a standard dll would. Instead they make DLL's methods accessibly to COM, which works off of type libraries, registry entries and various class factories. You'll need to use a third party tool to create standard exports with VB, or better yet, use a language like C++ which is designed to make function exports.

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