This is all about malware analysis, reverse engineering and some cool stuff

Tuesday, 1 August 2017

Reverse Engineering of Python built executables

PyInstaller and py2exe bundles a Python application and all its dependencies into a executable file. The user can run the EXE file without installing a Python interpreter or any modules. As we all know python is easy and effortless scripting language, so malware authors prefer python for writing malwares...