kernel
How to update Android kernel with zImage?
I have changed Android kernel settings and re-built it. I was trying to replace the original kernel installed on my device(Galaxy Tab 7.0) to the new kernel I built.[详细]
2023-04-09 11:54 分类:问答Problems doing syscall hooking
I use the following module code to hooks syscall, (code credited to someone else, e.g., Linux Kernel: System call hooking example).[详细]
2023-04-09 07:37 分类:问答ELF format manipulation
I have a requirement where I want to associate an index with a file(in 开发者_开发技巧a certain format). I was wondering if I can do any ELF manipulation and still ensure that, consistency is maintain[详细]
2023-04-09 03:56 分类:问答How do the Windows DDK samples deal with being paged out? I don't see much code dealing with it in the samples
How come the Windows DDK samples do n开发者_运维技巧ot deal with being paged out? Are they non-pageable?Pageable code is marked with #pragma code_seg(\"PAGE\"). That\'s why the drivers are not dealing[详细]
2023-04-08 17:38 分类:问答Fuzzing the Linux Kernel: A student in peril.
I am currently a student at a university studying a computing related degree and my current project is focusing on finding vulnerabilities in the Linux kernel. My aim is to both statically audit as we[详细]
2023-04-07 12:47 分类:问答How to program in Windows 7.0 to make it more deterministic?
My understanding is that Windows is non-deterministic and can be trouble when using it fordata acquisition.Using a 32bit bus, and dual core, is it possible to use inline asm to work with interrupts in[详细]
2023-04-07 04:35 分类:问答Use of inode fields for storing encryption key of the file
I am working on inherent kernel functionality for file encryption and decryptio开发者_开发技巧n ; directory name with some predefined prefix will be automatically be encrypted. Now I am stucked to sto[详细]
2023-04-07 01:42 分类:问答Linux VAS Management
Where in the line of code which alternates between virtual address spaces (vas) in the Linux kernel? I know Linux describes the vas with struct mm_struct, but can\'t find the开发者_开发知识库 actual c[详细]
2023-04-06 09:06 分类:问答How to use STLPort in my kernel?
I am developing a kernel in C++. But I do not want to write a stdl开发者_JAVA百科ib; for that purpose I have downloaded STLport http://www.stlport.org/, but I don\'t know how to install and use it.[详细]
2023-04-06 08:42 分类:问答setting cpu affinity for linux kernel, not process [closed]
Closed. This question is off-topic. It is not currently accepting answers. 开发者_StackOverflow中文版[详细]
2023-04-06 03:51 分类:问答