Introduction to reverse engineering - Stack frames, prologues and epilogues

preview_player
Показать описание
This is a series of Introductory topics in reverse engineering.

We are also available for live classroom training.
Рекомендации по теме
Комментарии
Автор

nice video btw what does mov ebp, esp do can you explain a bit more

SangharshSeth
Автор

a very nice video. I have a question please: They always say, we add the canary values (StackGuard) into the prologue function, how is that? thank you very much :)

hamzahm
Автор

Thanks for the video. What are your thoughts on using GDB for analyzing disassembled code?

Seaprimate
Автор

Hey, I am new to this channel. nice video. I really like very much.
Put a video about how executable files load into computer and runs?
That means, when we execute ./a.out, what happens behind the scene. How elf binary files executed by OS?. Please explain.

gowthamanv
Автор

I found a bug in your code, it's NOT just radius BUT radius squared: Area = radius * radius * Pi

bvideoz