Introduction to Reverse Engineering | Hacking into a simple authentication program | V3IL

Опубликовано: 16 Июнь 2026
на канале: Professor Veil
1,531
51

Hello. This can be considered as a continuation to my previous video on "Stack Frames", Linked bellow.
Title: Drawing The Stack | The Easy in-depth Explanation | V3IL
Link:    • Drawing The Stack | The Easy in-depth Expl...  

This video is one step ahead of the previous one about stack frames and concentrates solely on Reverse Engineering. In this video, I try to reverse engineer a simple authentication program written in C, makeup a flowchart of that program, See line by line what's happening under the hood, and intercept any flaws that we can get to access the program without knowing a Username and a Password.
I hope you enjoy the video.
Note: For learning purposes only.

#ReverseEngineering #stacks #BufferOverflow #Hacking