View Single Post
  #11  
Old 01-13-2005, 22:37
bart
 
Posts: n/a
did you try to put your code inside additional DLL file, then just load that DLL from patched kernel's code and use GetProcAddress() to read & call your code (if you need to modify something inside the kernel, pass it to your procedure as a pointer), just my 0.02$
Reply With Quote