{"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 5: Register Fundamentals, Graphical Analysis, and the Easy Peasy Solution","slug":"course-33-static-analysis-for-reverse-engineering-episode-5-register-fundamentals-graphical-analysis-and-the-easy-peasy-solution","published_at":"2026-05-17T06:00:02+00:00","page_url":"https://stenobird.com/podcast/cybercode-academy-7578615/course-33-static-analysis-for-reverse-engineering-episode-5-register-fundamentals-graphical-analysis-and-the-easy-peasy-solution","show_page_url":"https://stenobird.com/podcast/cybercode-academy-7578615","url":"https://www.spreaker.com/episode/course-33-static-analysis-for-reverse-engineering-episode-5-register-fundamentals-graphical-analysis-and-the-easy-peasy-solution--71927871","audio_url":"https://dts.podtrac.com/redirect.mp3/api.spreaker.com/download/episode/71927871/cracking_64_bit_software_via_registers.mp3","summary":"In this lesson, you’ll learn about: cracking 64-bit software and understanding architectural differences1. Transition from 32-bit to 64-bit🔹 Register Naming Changes 32-bit: EAX, EBX, ECX 64-bit: RAX, RBX, RCX 🔹 New Registers Additional registers introduced: R8 → R15 👉 These give you: More space for data handling More efficient execution 2. Key Difference: Parameter Passing🔹 32-bit Systems Arguments passed via: Stack 🔹 64-bit Systems Arguments passed via: Registers (faster &amp; cleaner) 🔹 Common Calling Convention (Important) First parameters usually go into: RCX RDX R8 R9 👉 This changes how you: Trace function calls Identify input comparisons 3. Identifying a 64-bit Binary Use tools like: Detect It Easy Look for: PE64 format 4. Practical Analysis WorkflowUsing: x64dbg 🔹 Step 1: Find Key Strings Search for: “Wrong password” “Access denied” 👉 Leads you to: Validation functions 🔹 Step 2: Use Graph View (CFG)** Press: G This shows: Decision branches Logic flow 🔹 Step 3: Locate Decision Points Identify: Comparisons (CMP) Conditional jumps (JE, JNE, etc.) 🔹 Step 4: Trace Credentials** Follow: Register values (NOT stack like before) 👉 Look inside: RCX / RDX / R8 / R9 5. “Fishing” for Credentials Track how input is compared against: Hardcoded values Stored strings 👉 Often you’ll find: Correct username/password directly in registers 6. Essential x64dbg Graph Shortcuts🔹 Navigation &amp; Simulation Enter Follow a branch - (Minus) Go back 🔹 Synchronization S key Return to origin of graph 🔹 Trace Recording Highlights: Actual execution path 👉 Helps you see: What REALLY happens during runtime Key Takeaways 64-bit = new registers + new workflow Parameters are passed via registers, not stack CFG makes logic easier to understand Credential checks are still: Comparisons + jumps Core cra…","meta_description":"In this lesson, you’ll learn about: cracking 64-bit software and understanding architectural differences1. Transition from 32-bit to 64-bit🔹 Register Nami…","key_points":[],"chapters":[],"topics":[],"duration_seconds":1205,"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-5-register-fundamentals-graphical-analysis-and-the-easy-peasy-solution/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-5-register-fundamentals-graphical-analysis-and-the-easy-peasy-solution.md","description":"Read the agent-friendly Markdown representation of this episode resource."}]}}