W1_5d : A demonstration a C Program's Stack using GDB

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 10

  • @abogadojon
    @abogadojon 3 роки тому +2

    Great info. Thank you. However, please consider increasing the gain or volume when you record. Your voice OUGHT TO BE MOVING INTO the red (overmodulation) area of the meter on the highest and most emphatic sounds -- NOT below the red. And plz keep yr voice up throughout the vid to the end. Thank you again. Namastes.

  • @niceguyniceguy4450
    @niceguyniceguy4450 2 роки тому

    Amazing

  • @ddjazz
    @ddjazz 3 роки тому

    sub $0x10,%esp reserves 16 bytes but both buffers are 10 & 5 bytes = 15 ? why is that?

    • @ShahFahad-zf3iz
      @ShahFahad-zf3iz 3 роки тому +1

      It will pad 1 byte in between location pointed by ebp and first buffer to satisfy alignment requirement.

  • @pk3059
    @pk3059 3 роки тому

    if you get error "cannot find -lgcc", just modify "-m32 to -m64" in Makefile

    • @ANUDEEPREDDY-hc5me
      @ANUDEEPREDDY-hc5me 2 роки тому

      if anybody is getting a problem for listing the source code in the gdb, include -g flag in the makefile beside -m64

  • @ateebahmed2237
    @ateebahmed2237 Рік тому

    great videos, many thanks for that.
    Tip: Try to improve your communication skills for better engagement. You use the word 'particular' a lot (25 times in this video) please, which becomes annoying after some time.

  • @vibhas4686
    @vibhas4686 4 роки тому +2

    what's the password for the nptel user?

  • @anushdp
    @anushdp 5 років тому

    can you please provide us the nptel_codes ( 1:05 ) files so that we can work on them without using the virtual machine provided by you(the 8gb .vdi present in google drive)?

    • @anushdp
      @anushdp 5 років тому

      I searched the bitbucket repo too but could'nt find module0, module1, etc codes ( 1:09)