Hello KernelMode guys,
this is my first post and I want to introduce to you my custom implementation of the LoadLibrary function. I know there are already a lot of re-implementation of this, but there was always something missing in them, i.e. forwarding functions support, the new-coming MinWin framework, ecc...
Probably this implementation contains a lot of bugs, but it has worked until now. You can find the source code at https://github.com/gbmaster/loadLibrary. It is very easy to use, as it is very similar to the original API. It minimizes the use of strings: in fact it is hash-oriented. Please notify every single bug you find in the code.
Don't forget to follow my blog too at http://gbmaster.wordpress.com.
Catch ya.
this is my first post and I want to introduce to you my custom implementation of the LoadLibrary function. I know there are already a lot of re-implementation of this, but there was always something missing in them, i.e. forwarding functions support, the new-coming MinWin framework, ecc...
Probably this implementation contains a lot of bugs, but it has worked until now. You can find the source code at https://github.com/gbmaster/loadLibrary. It is very easy to use, as it is very similar to the original API. It minimizes the use of strings: in fact it is hash-oriented. Please notify every single bug you find in the code.
Don't forget to follow my blog too at http://gbmaster.wordpress.com.
Catch ya.