Yasoob Khalid 3/12/2017

Recovering lost Python source code if it’s still resident in-memory

Read Original

This article details a method for recovering accidentally deleted Python source code that is still running in memory, specifically within a Docker container. It provides step-by-step instructions using tools like pyrasite to attach a shell and uncompyle6 to decompile in-memory code objects back into readable source.

Recovering lost Python source code if it’s still resident in-memory

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes