Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在内核中有一个用户空间 exe 和相应的更改。我想检查有关用户空间 exe 状态(可用/已删除)的内核代码。
如果您只想知道该文件是否存在,您可以尝试通过内核中的 *filp_open* 函数打开它。