Self-Learning Reverse Engineering in 2022
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/
Other Videos By LiveOverflow
2022-10-31 | Server Griefed and New Beginnings ... |
2022-10-21 | I Leaked My IP Address! |
2022-10-12 | WorldGuard Bypass |
2022-10-03 | The Origin of Cross-Site Scripting (XSS) - Hacker Etymology |
2022-09-23 | The Age of Universal XSS |
2022-09-13 | The End Of Humans In Minecraft |
2022-09-04 | The Three JavaScript Hacking Legends |
2022-08-25 | Minecraft Force-OP Exploit! |
2022-08-11 | How The RIDL CPU Vulnerability Was Found |
2022-08-07 | Code Review vs. Dynamic Testing explained with Minecraft |
2022-07-31 | Self-Learning Reverse Engineering in 2022 |
2022-07-23 | The Same Origin Policy - Hacker History |
2022-07-13 | They Cracked My Server! |
2022-07-03 | Is Hacking Illegal? A Deeper Look at Hacking Laws |
2022-06-24 | Are Resource Packs Safe? |
2022-06-12 | The State of log4shell in Minecraft Months Later |
2022-06-03 | Could I Hack into Google Cloud? |
2022-05-19 | Scanning The Internet for Minecraft Servers |
2022-05-08 | Crafting a Minecraft 0day... |
2022-05-01 | Flying Without Elytra |
2022-04-20 | Modding is Hacking... |