I want to find o开发者_高级运维ut the source file of the Linux kernel (x86, 2.6.18 or similar) that handle the write to /sys/power/state.I googled and try to search sysfs_create_file (and dir) in the
Is it possible to write a Windows 7 kernel module and create some generic system call filter? Simply, to write some code tha开发者_开发百科t is fired when a system call is made (from any process)?
My question is regarding driver development for Windows 7. I need to intercept system calls to a driver. Theoretically in such cases it\'s recommended to create a filter driver, however in my case th
I just finished writing a linux security module which verifies the integrity of executable files at the start of their execution (using digital signatures). Now I want to dig a little bit deeper and w
I want to write a little Linux Kernel Module that can show me the PID of all running processes. I have the following code:
I need some directions to s开发者_如何学编程tart learning about programming my own operating system kernel.
After doing put_user(message[i], buf+i); how can I access message from user space? I开发者_Go百科 really don\'t understand where the string message is to be accessed from and what I can do with it?pu
This is a very high-level architecture question. Why hasn\'t a JVM been moved into the linux kernel, where it could be more efficient (including just-in-time compiled code).
Below is code I am using with python. Note that inpout32.dll which can be found here is present in the same directory.
Could people please give me pointers (no pun intended) for topics I will need to researchin order to be able to do this? I\'m not really an expert on Windows, however I\'m very quick at picking up new