If a python script is executed in Linux, it will go to RAM and will be executed from there. Once it has executed and completed its task.
Will python script code be immediately removed from RAM or will it stay their until computer needs that RAM space for any other task?
If someone runs a malicious python script and suppose RAM space is not required for any other task, then using RAM dump I want to get that python script.
Its part of a research work, I only want answer to the question mentioned above.