Kernel Hacking

patil.ashu01

patil.ashu01

@patilashu01-wqV4iY Oct 21, 2024
hey!!! can any1 please help me with kernel hacking??? what exactly is it? i am completely ignorant.. please help...😕

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Jan 23, 2011

    patil.ashu01
    hey!!! can any1 please help me with kernel hacking??? what exactly is it? i am completely ignorant.. please help...😕
    I'm assuming that you're talking about 'Linux' Kernel Hacking. Isn't it something about altering the Kernel code to suit your needs?
  • patil.ashu01

    patil.ashu01

    @patilashu01-wqV4iY Jan 23, 2011

    hey...thanx for replying... yes.. i am talking about linux... but kernel hacking, what exactly it involves??? how is it done??? i have never worked on it..
  • patil.ashu01

    patil.ashu01

    @patilashu01-wqV4iY Jan 23, 2011

    patil.ashu01
    hey...thanx for replying... yes.. i am talking about linux... but kernel hacking, what exactly it involves??? how is it done??? i have never worked on it..
    hey...thanx for replying... yes.. i am talking about linux... but kernel hacking, what exactly it involves??? how is it done??? i have never worked on it..
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Jan 23, 2011

    The scope of Linux Kernel hacking is very vast. It involves deep knowledge of UNIX based operating systems and system architecture. It'd help a lot if you have deep knowledge of C programming language. Kernel hacking is usually for the most advanced C programmers and goes much beyond use of pointers. A Linux Kernel hacker is also expected to have advanced understanding of hardware (processors, memory and so on). It's not like a task with steps, but a systematic study of how Kernel works and how it can be manipulated to suit your needs. Don't get carried away with the term 'hacking' as we're talking about ethical hacking here.

    I'd recommend you to go through this link: <a href="https://tldp.org/LDP/tlk/tlk.html" target="_blank" rel="noopener noreferrer">The Linux Kernel</a> which is a good start point in understanding Linux Kernel. If you are intending to break into servers (cracking, not hacking) then let me tell you, it takes years of experience to understand how systems work, what flaws they have and then figure out how to break them. It's like learning to play the Guitar, takes years but you never know you're there!

    I hope I didn't break your enthusiasm. 😀