Reverse Engineering Python Binaries - There and Back Again
Offered By: PyCon US via YouTube
Course Description
Overview
Explore the intricacies of reverse engineering Python binaries in this 38-minute PyCon US talk. Delve into the world of Python bytecode (.pyc) files and learn how to interpret and decompile them manually using a simple example. Discover the challenges and solutions involved in automating Python decompilation. Gain insights into recovering Python source code from bytecode, a valuable skill for curious intermediate Python developers and reverse engineers. Unlike previous bytecode-oriented talks, this presentation focuses primarily on source code recovery rather than Python's execution model. Access the accompanying slides for a comprehensive understanding of the topic.
Syllabus
Talks - Josh Wiedemeier: There and Back Again: Reverse Engineering Python Binaries
Taught by
PyCon US
Related Courses
Reverse Engineering 5: Reversing Visual BasicUdemy Android Malware Analysis - From Zero to Hero
Udemy Reverse Engineering & Malware Analysis of .NET & Java
Udemy Introduction to Reverse Engineering with Ghidra
Hackaday via Independent Building a JVM from Scratch - Understanding the Specification
ChariotSolutions via YouTube