Тёмный
Snehal Tamot
Snehal Tamot
Snehal Tamot
Подписаться
picoCTF gdb baby steps part 4
1:47
2 месяца назад
picoCTF gdb baby steps part 3
1:52
2 месяца назад
Комментарии
@wolfleader2
@wolfleader2 6 дней назад
could you explain why those breakpoints were necessary in finding the flag? opening the file in r2 already gave us the flag which is that on your breakpoint 3, its just that when i originally input it, it failed, so i just went and swapped the endianness and got the flag lol
@snehaltamot220
@snehaltamot220 5 дней назад
The breakpoints (while not necessary) just provide me practice for when the values going into registers aren't as obvious. Example scenario: if instead of just putting the value into the register, what if the value instead came from some function and I didn't want to step through that function. It would just be easier for me to put a breakpoint after that function completes and look at what value went into a specific register.
@wolfleader2
@wolfleader2 5 дней назад
@@snehaltamot220 ohh dang!! thank you, i'll keep that that in mind, thanks again for the excellent video and insight! awesome!!
@wolfleader2
@wolfleader2 6 дней назад
This looks like an analog horror haha but thank you for the guide
@NassimBelhajrhouma
@NassimBelhajrhouma 2 месяца назад
thnx keep going :)