: : Is thear a appliction that can replase a function in the kernel2.dll (or in an other dll)???
: :
: : I want to put my code in a function of the kernel32.dll!!!
: :
: : What on Earth are you trying to do???
:
: The kernel32.dll gives you access to a specific range of functions in the Windows API - why do you want to hack the damn thing?
:
: As DKL says, it would be easier to write your own dll from scratch. Remember that the kernel32.dll is written by Microsoft who have exclusive knowledge of the Windows OS and, as such, is a gift to programmers. If you want to do anything effective outside this dll then a) choose another dll like the user32 or b)try and find the source code for Windows, which is just about impossible.
:
: Andy.
:
:
I want for instans rewrite the function that remove files from the HD!!!