Results 1 to 8 of 8
  1. #1
    GameTrainerMaker's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    465
    Reputation
    17
    Thanks
    514

    [Help]Call .dll From Visual Basic

    I Have Looked At Google And Nothing !!

    I Have tried to add it as a referance, but Visual Basic just crashes all the time,,.

    can someone explain how to call a .dll from visual basic

  2. #2
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547
    don't understand you :/ call a .dll from VB

  3. #3
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    LoadLibrary() to load the module and GetProcAddress() to retrieve the start address of the function you want to call.

  4. #4
    GameTrainerMaker's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    465
    Reputation
    17
    Thanks
    514
    Void. that confused me right away!!

    Please elaborate more.

    Also isnt there a program that combines a .dll + .exe

  5. #5
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Merge with

    There is a GUI version here as (somewhere) as well

    Download details: ILMerge


     


     


     



    The Most complete application MPGH will ever offer - 68%




  6. The Following User Says Thank You to NextGen1 For This Useful Post:

    GameTrainerMaker (09-06-2010)

  7. #6
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Sorry I guess I didn't understand what your intentions were, I thought you were exporting functions from a DLL and trying to call it from a separate module. I'm still not sure. |:

  8. #7
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    By call do you mean you're trying to inject a .dll stored in resources?

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  9. #8
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Let's wait for his reply because no one knows what he exactly means.



Similar Threads

  1. [Help Request] Help me to a hack or injector visual basic c++
    By deniz617 in forum CrossFire Help
    Replies: 1
    Last Post: 08-14-2011, 08:58 AM
  2. [Help] Console Commands from Visual Basic
    By seaplusplus in forum Call of Duty Black Ops Coding, Programming & Source Code
    Replies: 4
    Last Post: 05-08-2011, 11:58 PM
  3. [Help]Inject DLL from Website?
    By mastermods in forum Visual Basic Programming
    Replies: 7
    Last Post: 09-07-2010, 05:14 AM
  4. visual basics help or vb6
    By josephjboogie3 in forum Visual Basic Programming
    Replies: 2
    Last Post: 11-05-2007, 05:25 AM
  5. [Help] Atom API with Visual Basic 6.0 or .NET
    By Bull3t in forum Visual Basic Programming
    Replies: 5
    Last Post: 07-23-2006, 09:21 AM