Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about mprotect

Read more about mprotect

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - mprotect

calling mprotect in kernel module

I have a kernel module where I need to call mprotect for the current user process. I was thinking of making a direct call to do_mprotect_pkey but the function is marked as static. If not, is there any...
test-img

ruke

c

linux-kernel

system-calls

kernel-module

mprotect

Votes: 0

Answers: 0

Hijacking page fault handler

I have a process PID that access a memory region that it's not allowed to, the CPU creates a trap into the kernel which calls do_page_fault() which will send SIGSEGV to the user process. The user proc...
test-img

ruke

linux-kernel

segmentation-fault

kernel-module

page-fault

mprotect

Votes: 0

Answers: 1

Latest Answer

userfaultfd() could be useful to you. It allows you to handle page faults in usermode.
test-img

user

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved