<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Reversing Python Executable on Melted in Hex</title>
    <link>https://meltedinhex.com/tags/reversing-python-executable/</link>
    <description>Recent content in Reversing Python Executable on Melted in Hex</description>
    <image>
      <title>Melted in Hex</title>
      <url>https://meltedinhex.com/images/og-social.png</url>
      <link>https://meltedinhex.com/images/og-social.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 01 Aug 2017 00:37:00 +0530</lastBuildDate>
    <atom:link href="https://meltedinhex.com/tags/reversing-python-executable/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Reverse Engineering of Python built executables</title>
      <link>https://meltedinhex.com/posts/reversing-of-python-built-exe/</link>
      <pubDate>Tue, 01 Aug 2017 00:37:00 +0530</pubDate>
      <guid>https://meltedinhex.com/posts/reversing-of-python-built-exe/</guid>
      <description>&lt;p&gt;PyInstaller and py2exe bundle a Python application and all its dependencies into an executable file. The user can run the EXE file without installing a Python interpreter or any modules.&lt;br&gt;
As we all know, Python is an easy and effortless scripting language, so malware authors prefer Python for writing malware and convert it into an exe file using py2exe or PyInstaller.&lt;/p&gt;
&lt;p&gt;In this blog, I am going to explain how to reverse those binaries and extract the Python source code.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
