{"podcast":{"title":"CyberCode Academy","slug":"cybercode-academy-7578615","podcast_index_feed_id":7578615,"rss_url":"https://www.spreaker.com/show/6790974/episodes/feed","website_url":"https://www.spreaker.com/podcast/cybercode-academy--6790974","image_url":"https://d3wo5wojvuv7l.cloudfront.net/t_rss_itunes_square_1400/images.spreaker.com/original/5f51ccc7b22fdba95149ffa6346f1533.jpg","author":"CyberCode Academy","episode_count":297,"summary":"Welcome to CyberCode Academy — your audio classroom for Programming and Cybersecurity. 🎧 Each course is divided into a series of short, focused episodes that take you from beginner to advanced level — one lesson at a time. From Python and web development to ethical hacking and digital defense, our content transforms complex concepts into simple, engaging audio learning. Study anywhere, anytime — and level up your skills with CyberCode Academy. 🚀 Learn. Code. Secure. You can listen and download our episodes for free on more than 10 different platforms: https://linktr.ee/cybercode_academy","last_synced_at":"2026-07-13T14:17:20.596630+00:00","page_url":"https://stenobird.com/podcast/cybercode-academy-7578615"},"episode":{"title":"Course 33 - Static Analysis for Reverse Engineering | Episode 3: Graphical Reverse Engineering with x64dbg","slug":"course-33-static-analysis-for-reverse-engineering-episode-3-graphical-reverse-engineering-with-x64dbg","published_at":"2026-05-15T06:00:02+00:00","page_url":"https://stenobird.com/podcast/cybercode-academy-7578615/course-33-static-analysis-for-reverse-engineering-episode-3-graphical-reverse-engineering-with-x64dbg","show_page_url":"https://stenobird.com/podcast/cybercode-academy-7578615","url":"https://www.spreaker.com/episode/course-33-static-analysis-for-reverse-engineering-episode-3-graphical-reverse-engineering-with-x64dbg--71927811","audio_url":"https://dts.podtrac.com/redirect.mp3/api.spreaker.com/download/episode/71927811/cracking_serial_keys_with_x64dbg.mp3","summary":"In this lesson, you’ll learn about: graphical static analysis and Control Flow Graphs (CFGs)Review AnswerWhen analyzing a Control Flow Graph (CFG) in x64dbg with the xAnalyzer plugin:🔹 What Green and Red Arrows Represent Green arrows Represent the successful condition (TRUE branch) The path taken when a comparison or condition is met Red arrows Represent the failed condition (FALSE branch) The path taken when the condition is not met 🔹 How They Help in Reverse EngineeringAfter a comparison instruction (like CMP): The program evaluates a condition (e.g., JE, JNE, JG, etc.) The CFG visually splits into: ✅ Green path → correct condition ❌ Red path → incorrect condition 🔹 Practical Use (Cracking / Analysis)These arrows allow you to: Quickly identify: Which branch leads to: “Access Granted” “Access Denied” Focus on: The green path to understand: What makes the input valid Or manipulate: The execution flow (e.g., forcing a jump) 🔹 Simple ExampleAfter a serial key check: If key is correct: → Program follows green arrow → Shows success message If key is wrong: → Program follows red arrow → Shows error message 🎯 Key InsightCFG colors turn complex assembly into a visual decision map: Green = “This condition passed” Red = “This condition failed” 👉 This makes it much easier to: Track logic Identify validation points Reverse engineer faster and smarter You can listen and download our episodes for free on more than 10 different platforms: https://linktr.ee/cybercode_academy","meta_description":"In this lesson, you’ll learn about: graphical static analysis and Control Flow Graphs (CFGs)Review AnswerWhen analyzing a Control Flow Graph (CFG) in x64d…","key_points":[],"chapters":[],"topics":[],"duration_seconds":1152,"processing_state":"not_requested","actions":[{"name":"request_transcript","method":"POST","url":"https://stenobird.com/v1/public/podcasts/cybercode-academy-7578615/episodes/course-33-static-analysis-for-reverse-engineering-episode-3-graphical-reverse-engineering-with-x64dbg/transcription-requests","description":"Idempotently request low-priority transcript generation for this episode."},{"name":"read_markdown","method":"GET","url":"https://stenobird.com/podcast/cybercode-academy-7578615/course-33-static-analysis-for-reverse-engineering-episode-3-graphical-reverse-engineering-with-x64dbg.md","description":"Read the agent-friendly Markdown representation of this episode resource."}]}}