Kernel api's or using api's in the kernel

Posted by user513647 on Stack Overflow See other posts from Stack Overflow or by user513647
Published on 2011-01-01T12:55:38Z Indexed on 2011/01/01 15:53 UTC
Read the original article Hit count: 245

Filed under:
|
|
|

Hello everybody

I'd like to know if and how I can access api calls inside the kernel. I need them to preform several integrity checks on a program of mine running in user mode. But I don't know how I can access the api's and funcions required to do so.

Does anybody know how to obtain the process id of my user mode proces? and how to access all it's memory to preform the check?

Thanks in advance

ps: My I'm on a windows xp machine

© Stack Overflow or respective owner

Related posts about Windows

Related posts about api