Self-Learning Reverse Engineering in 2022

Channel:
Subscribers:
920,000
Published on ● Video Link: https://www.youtube.com/watch?v=gPsYkV7-yJk



Duration: 9:09
289,363 views
13,321


There exist some awesome tools nowadays to accelerate your self-education for reverse engineering. godbolt and dogbolt are amazing to quickly learn basic assembly and reversing.

Compiler Explorer: https://godbolt.org/
Decompiler Explorer: https://dogbolt.org/
C code example: https://github.com/LiveOverflow/liveoverflow_youtube/blob/master/0x05_simple_crackme_intro_assembler/license_1.c
Introducing Decompiler Explorer - https://binary.ninja/2022/07/13/introducing-decompiler-explorer.html

00:00 - Intro
00:23 - Motivation
01:00 - How to c?
02:11 - godbolt Basic Usage
03:40 - Function Call on x64
04:30 - Intel vs ARM assembly
05:22 - godbolt Compiler Options
05:50 - Enable gcc O3 Compiler Optimization
06:35 - Decompiler Explorer dogbolt
07:16 - Comparing Decompiled main()
08:25 - Outro

-=[ ❤️ Support ]=-

→ per Video: https://www.patreon.com/join/liveoverflow
→ per Month: https://www.youtube.com/channel/UClcE-kVhqyiHCcjYwcpfj9w/join

-=[ 🐕 Social ]=-

→ Twitter: https://twitter.com/LiveOverflow/
→ Instagram: https://instagram.com/LiveOverflow/
→ Blog: https://liveoverflow.com/
→ Subreddit: https://www.reddit.com/r/LiveOverflow/
→ Facebook: https://www.facebook.com/LiveOverflow/







Tags:
Live Overflow
liveoverflow
hacking tutorial
how to hack
exploit tutorial
reverse engineering
reversing
self-learning
self education
x86
arm
mips
x64
64bit vs 32bit
intel assembly
godbold
dogbolt
compiler
decompiler
binary ninja
ida
idapro
ida pro
ghidra
decompile