Visual Basic

Moderators: None (Apply to moderate this forum)
Number of threads: 18013
Number of posts: 55386

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
"Hacking" the kernel32.dll Posted by Alex_Elderson on 25 May 2001 at 8:34 AM
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!!!


Report
Re: "Hacking" the kernel32.dll Posted by leeos on 25 May 2001 at 9:10 AM
: 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!!!


Kernel32.dll is not written in VB

Report
Re: "Hacking" the kernel32.dll Posted by Alex_Elderson on 25 May 2001 at 10:05 AM
: : 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!!!
:
:
: Kernel32.dll is not written in VB
:
I know that the kernel32.dll is't written in vb but if i make
a dll can i than get a function of my ddl and put it in the
kernel32.dll over a other function???


Report
Re: "Hacking" the kernel32.dll Posted by KDivad Leahcim on 25 May 2001 at 12:07 PM
: : : 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!!!
: :
: :
: : Kernel32.dll is not written in VB
: :
: I know that the kernel32.dll is't written in vb but if i make
: a dll can i than get a function of my ddl and put it in the
: kernel32.dll over a other function???
:
:

The header for the function is also different. While theoretically, you can rewrite the kernel's fucntion with a compiled VB function, it's not really worth the trouble. It'd be easier to learn what machine code looks like and modify the kernel in a DOS-based hex editor.

Report
Re: "Hacking" the kernel32.dll Posted by AndyJW on 25 May 2001 at 3:31 PM
: 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.


Report
Re: "Hacking" the kernel32.dll Posted by Alex_Elderson on 26 May 2001 at 8:41 AM
: : 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!!!

Report
Re: "Hacking" the kernel32.dll Posted by jerlynmae123 on 25 Jan 2011 at 12:00 AM


R U SURE?



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.