StackOverflow Questions for Tag: mprotect

magicsun
magicsun

Reputation: 33

Calling mprotect to set the memory on the stack as read-only directly leads to a program SIGSEGV

Score: 1

Views: 177

Answers: 1

Read More
Adi
Adi

Reputation: 1639

How to write a signal handler to catch SIGSEGV?

Score: 84

Views: 108982

Answers: 6

Read More
Jay
Jay

Reputation: 394

`mprotect`ing a custom ELF section leads to segmentation fault

Score: 3

Views: 185

Answers: 1

Read More
mxmxlwlw
mxmxlwlw

Reputation: 31

Can I reallocate memory without change the address in C?

Score: 0

Views: 47

Answers: 0

Read More
user17247718
user17247718

Reputation:

How to find the data structure of Mips syscall arguments?

Score: 0

Views: 86

Answers: 0

Read More
Rezero
Rezero

Reputation: 168

run `make qemu` got error: `qemu_mprotect__osdep: mprotect failed: Permission denied`

Score: 2

Views: 1324

Answers: 3

Read More
user1094822
user1094822

Reputation: 35

How to mprotect() existing address to enable PROT_WRITE without using mmap()? (is it even possible)?

Score: 0

Views: 394

Answers: 0

Read More
Mohammad Siavashi
Mohammad Siavashi

Reputation: 1262

Is there any application that extensively uses `mprotect`?

Score: 0

Views: 149

Answers: 1

Read More
sunmat
sunmat

Reputation: 7268

mprotect on a mmap-ed shared memory segment

Score: 7

Views: 862

Answers: 2

Read More
Max Langhof
Max Langhof

Reputation: 23701

Using page protection to surface pointer/iterator invalidation bugs

Score: 0

Views: 44

Answers: 0

Read More
ruke
ruke

Reputation: 55

calling mprotect in kernel module

Score: 0

Views: 309

Answers: 0

Read More
ruke
ruke

Reputation: 55

Hijacking page fault handler

Score: 0

Views: 487

Answers: 1

Read More
DeltaVega
DeltaVega

Reputation: 101

create member function name and call it at runtime in c++

Score: 1

Views: 2707

Answers: 5

Read More
woolagaroo
woolagaroo

Reputation: 1522

Why is my mprotect function called with 5 arguments?

Score: 6

Views: 656

Answers: 1

Read More
Adam Goode
Adam Goode

Reputation: 7468

Does mprotect flush the instruction cache on ARM Linux?

Score: 7

Views: 2379

Answers: 3

Read More
Miniroo
Miniroo

Reputation: 425

mprotect errno 22 iOS

Score: 1

Views: 1845

Answers: 1

Read More
user15502206
user15502206

Reputation:

How to mprotect the data section?

Score: 0

Views: 429

Answers: 1

Read More
Socob
Socob

Reputation: 1284

Most portable way to use mprotect() on allocated memory

Score: 1

Views: 819

Answers: 1

Read More
yhdang
yhdang

Reputation: 189

Why is mprotect a distinct syscall from mmap

Score: 3

Views: 1250

Answers: 1

Read More
somethingunderscore
somethingunderscore

Reputation: 101

Using mprotect to make text segment writable on macOS

Score: 8

Views: 7768

Answers: 1

Read More
PreviousPage 1Next