Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
2 answers
133 views

Pointers to userspace on x86_64 must start with 0b0000000, covering 7 of the 64 bits and leaving 57 for the actual pointer. Will a userspace program ever get a kernelspace pointer, or is it safe to ...
Score of -2
0 answers
49 views

Repository Above is my repository for my project since i thought that sending my kernel.c here would be too large. My kernel keeps encountering a triple fault immediately after configuring the 8259 ...
Best practices
0 votes
1 replies
49 views

I have a query about this question. If it's a 2.5 and 1.25 difference, then as per my checking, mod2 will not separate it manually; if it's with a step size of 1, then it can be solved by mod2. so how ...
Best practices
0 votes
0 replies
46 views

From what it seems the usage of workGroupFunctions in OpenCL kernels, e.g. work_group_scan_exclusive_add pushes the implementation of the underlying algorithm to the device (if it does indeed support ...
Score of 0
0 answers
53 views

I'm trying to learn exploitdev for fun. While researching cve-2023-20938 (android binder uaf), I encountered a barrier. I need to create binder_node in my process and get handle for that binder_node ...
Score of 0
1 answer
79 views

When loading using libbpf a BTF object that defines a probe on SEC("tracepoint/syscalls/sys_enter_execve") on an UML kernel (tested with 6.18.26), EINVAL is returned from __sys_bpf -> ...
Score of 0
0 answers
51 views

Maybe this seems stupid for somebody but, I need to register service in android to create binder_proc and binder_node in kernel side and I need to get handle for that binder_node in order to send ...
Score of 0
0 answers
173 views

What I have I have the beginning of a kernel that runs fine in QEMU from an ISO file that I custom made, but when booting that same ISO file in bare metal from Ventoy, the program crashes at mov cr0, ...
Score of 0
0 answers
39 views

I’m researching Android Binder vulnerabilities and need to observe how the reference counter of struct binder_node changes at runtime. Specifically, I want to verify whether the reference count is ...
Score of 0
0 answers
69 views

I’m not an expert in this area, I might be misunderstanding some fundamentals. I’m using Genymotion to emulate Android , while researching some Android kernel CVEs, I need to analyze kernel ...
Score of 0
1 answer
115 views

I am writing my own i386 bootloader in Real Mode (org 0x7C00) that is supposed to switch to Protected Mode. I am currently trying to output two characters with int 0x10 to debug, but only the first ...
Best practices
2 votes
0 replies
120 views

looking for advice on a workflow problem rather than a specific library issue. The situation I have a notebook that: Installs packages via pip in Cell 1 # REVISED CELL 1 import subprocess, sys # ...
Score of 3
1 answer
67 views

I am trying to reach the wake_up_interruptible() call within netlink_setsockopt() in Linux kernel 3.16. However, I’ve noticed that the code path is only reached depending on the optlen I provide. When ...
Advice
0 votes
2 replies
211 views

I am a beginner kernel engineer and I have tried creating an x86-64 Unix-like kernel from scratch using C and assembly for my real machine. I am also trying contributing to the Linux kernel. I am ...
Score of 1
1 answer
95 views

While researching for different kernel exploits I need offset to particular value in struct, e.g: portid offset to netlink_sock. I found a tool called pahole to do exactly that job. pahole -E ...

15 30 50 per page
1
2 3 4 5
626