VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Base Address Locator for DLL Modules and its API Functions

by Chris Vega (9 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (5 Votes)

Dynamic Link Library are located on certain space within your windows system; locating where they are always included on advanced programmers tasklist; This includes the Virtual Space of every exported API-Functions. Now, you might ask me whats the use of it, well in C++ and Win32 Assembly, we are able to call the API-Functions directly without *Importing* it to the Executable, making our code Smaller and Faster (Direct Calling) In which I am trying to achieve here using Visual Basic; If somehow you know how to directly Call/Access API-Functions using Memory Address, please drop me an email; thanks.

Rate Base Address Locator for DLL Modules and its API Functions

Download Base Address Locator for DLL Modules and its API Functions

Download Base Address Locator for DLL Modules and its API Functions (10 KB)

Base Address Locator for DLL Modules and its API Functions Comments

No comments have been posted about Base Address Locator for DLL Modules and its API Functions. Why not be the first to post a comment about Base Address Locator for DLL Modules and its API Functions.

Post your comment

Subject:
Message:
0/1000 characters