Assembly Calling Conventions For Reverse Engineers [Patreon Unlocked]

preview_player
Показать описание
A practical look at x86 calling conventions from a reverse engineering perspective. We take a look at __cdecl __stdcall __fastcall __thiscall

-----
OALABS DISCORD

OALABS PATREON

Twitch

OALABS GITHUB

UNPACME - AUTOMATED MALWARE UNPACKING
-----
Рекомендации по теме
Комментарии
Автор

I think you are the only YouTuber that teaches reverse engineering this well 👏👏

turner
Автор

This is so critical to understand thank you for this brilliant breakdown. It really helps when you are very heavy deep into an analysis to understand what is really going on and what values are actually where.

mytechnotalent
Автор

As other comments said, your video has the highest quality among others. I'd love to watch more tutorials of IDA and x64dbg. Reversing the code that is written by yourself and explain the logic was just amazing. Thank you

ycryuzh
Автор

The helpfulness of your channel cannot be overstated. Love it, keep up the great work! 👍🏻

Coledebord
Автор

I am really appreciated all of your Patreon series. Every single of them is so informative. Thanks a lot!

zwuqrjm
Автор

You are da bomb!!! That feeling when something just clicked inside your head... Now i understand what those are now, you're gonna get another Patreon! Thank you

pierreuntel
Автор

Always coming to your content to brush up the basics really well done

souhardyasardar
Автор

This is one of the most well made videos I've found discussing reversing in general. Well done!

horriblejungler
Автор

Thank your for sharing! Your content is amazing. Keep up the good work 💪💪

RazviOverflow
Автор

these videos are just insanely good. thank you so much ;-)

timiostimio
Автор

instantly subscribed and activated the bell lol

mkxto
Автор

For the stack cleanup, its adding to the stack pointer, does this mean that the stack pointer will keep increasing? Wont there be a limit to how large the stack pointer's value is? By the way, sorry if my question sounds dumb, but I just dont get that concept.

sn
Автор

If this is an OA labs exclusive tutorial how is this available on YouTube? I know I get more content if I become a patreon member but are some content just offered for free here?

SpiritualIconoclast
Автор

out of all that call.. one that I hate is the thiscall...

amd