Project: Code your own Anti-DDoS Umbrella in C

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 พ.ค. 2024
  • 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
    @costadev8970 หลายเดือนก่อน +1

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

    • @dr-Jonas-Birch
      @dr-Jonas-Birch  29 วันที่ผ่านมา +1

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

  • @adityawaghaskar4250
    @adityawaghaskar4250 หลายเดือนก่อน +2

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

    • @dr-Jonas-Birch
      @dr-Jonas-Birch  หลายเดือนก่อน +1

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

  • @adityawaghaskar4250
    @adityawaghaskar4250 27 วันที่ผ่านมา +1

    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  27 วันที่ผ่านมา

      You mean coding my own Os?
      JB

    • @adityawaghaskar4250
      @adityawaghaskar4250 27 วันที่ผ่านมา

      @@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  27 วันที่ผ่านมา

      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 26 วันที่ผ่านมา

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

  • @ge0x1
    @ge0x1 หลายเดือนก่อน +1

    Amazing🙏

  • @distortions
    @distortions หลายเดือนก่อน +1

    whats that sociopath app?

    • @dr-Jonas-Birch
      @dr-Jonas-Birch  หลายเดือนก่อน

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