VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Base Address Locator for DLL Modules and its API Functions

Chris Vega  (9 Submissions)   Miscellaneous   Visual Basic 3.0   Advanced   Wed 3rd February 2021

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 (5(5 Vote))

Download Base Address Locator for DLL Modules and its API Functions

Base Address Locator for DLL Modules and its API Functions Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters