Project: Code your own Anti-DDoS Umbrella in C

Today we will begin coding the "impossible", we're coding a system that will stop a Distributed Denial of Service attack. How can that be?
Well, there has been some quite recent developments in this field - and a couple of mitigating methods have arisen. We will test them out in this series.
In this episode you will improve your skills when it comes to pointers, structures, binary operations as well as learning a couple of libraries, like netlink and pcap.

Пікірлер: 13

  • @costadev8970
    @costadev897016 күн бұрын

    I'm learning low level programming and your channel has been very helpful, thank you.

  • @dr-Jonas-Birch

    @dr-Jonas-Birch

    16 күн бұрын

    I'm glad to hear it, you are welcome. JB

  • @adityawaghaskar4250
    @adityawaghaskar425016 күн бұрын

    Hey!! Thank you so much for this!! A great learning opportunity!

  • @dr-Jonas-Birch

    @dr-Jonas-Birch

    16 күн бұрын

    Adit, You're welcome. I'm happy that you like it. JB

  • @ge0x1
    @ge0x116 күн бұрын

    Amazing🙏

  • @dr-Jonas-Birch

    @dr-Jonas-Birch

    16 күн бұрын

    Thank you geox -JB

  • @adityawaghaskar4250
    @adityawaghaskar425013 күн бұрын

    Btw do you also plan to include anything related to working of operating systems in future? Maybe simpler ones like RTOS, if am not wrong.

  • @dr-Jonas-Birch

    @dr-Jonas-Birch

    13 күн бұрын

    You mean coding my own Os? JB

  • @adityawaghaskar4250

    @adityawaghaskar4250

    13 күн бұрын

    @@dr-Jonas-Birch kind of or something related to it, ig it would be a hard one. What could be the simplest form of OS program that beginners or intermediate people can tinker around.

  • @dr-Jonas-Birch

    @dr-Jonas-Birch

    13 күн бұрын

    Well the classical thing is to write a bootloader in 16 bit asm, perhaps displaying a simple message, either using Bios interrupts or by implementing Vga. But I'm not sure if it really is much of a spectator sport - the code is quite repetitive. JB

  • @adityawaghaskar4250

    @adityawaghaskar4250

    13 күн бұрын

    @@dr-Jonas-Birch ohhh, i see.

  • @distortions
    @distortions16 күн бұрын

    whats that sociopath app?

  • @dr-Jonas-Birch

    @dr-Jonas-Birch

    16 күн бұрын

    It allows you to code directly against a server using the Scp protocol. www2.doctorbirch.com/sociopath JB