• 容易Python反编译器提供Python程序员有一个简单而有用的应用程序,可以提取的程序的代码汇编蟒蛇的文件,并将其转换成一种格式,可以很容易地读取人的眼睛。

    一个反编译器,是该分钟的一个编译器,重建原来源的代码汇编文件。 这是一个非常重要的工具,在逆向工程的努力,使开发的翻译程序,以便避免重写代码。

    支持这两个PYC和PYO格式,这一特定的反编译器不需要Python上安装计算机,以便履行其任务取得成功。

    它使用的一两个可用的字节的代码一些反编译器处理的输入文件。 第一个是Uncompyle2,它依赖于一个建立在Python解释,只有兼容,生成的文件与Python2.5和2.6和2.7,将他们回到原始来源的代码。

    另一方面,其他可用的反编译器,可暗示地名Decompyle++,可以处理的文件与任何版本的蟒蛇,从1.0到3.3. 然而,它的错误检测精度低于Uncompyle2的。 即便如此,它设定为默认选择的"选项"窗口的易Python反编译器由于兼容性的范围。

    容易Python反编译器显示一种时尚的窗口可以理解的选择和容易配置的设置。 它能让你来处理一个单一的文件或整体目录和所有支持的文件,它发现里面,但它不支持子文件夹递归访问的。 根据输入文件的类型、输出有两个扩展:PYC_DIS或PYO_DIS和它被保存在相同的位置。

    容易Python反编译器可以反向工程PYO和PYC模块。 其可靠性驻留在兼容性范围,同时便于使用,使其适用于任何类型的用户,不管是初级的或有经验的蟒蛇的程序员。

  • आसान अजगर Decompiler प्रदान करता पायथन प्रोग्रामर के साथ एक सरल, अभी तक उपयोगी अनुप्रयोग है कि कर सकते हैं निकालें प्रोग्राम कोड की संकलित अजगर फ़ाइलें कन्वर्ट और यह एक स्वरूप है कि कर सकते हो आसानी से पढ़ने के द्वारा मानव आंख है ।

    एक decompiler है oppsite के एक संकलक, के पुनर्निर्माण के मूल स्रोत कोड से एक फ़ाइल संकलित किया गया है । यह है एक बहुत महत्वपूर्ण उपकरण के रूप में रिवर्स इंजीनियरिंग के प्रयासों की अनुमति देता है, एक डेवलपर के लिए इस कार्यक्रम का अनुवाद से बचने के क्रम में नए सिरे से लिखना कोड.

    के लिए समर्थन के साथ दोनों PYC और PYO प्रारूपों, यह विशेष रूप से decompiler की आवश्यकता नहीं करने के लिए अजगर अपने कंप्यूटर पर स्थापित किया क्रम में बाहर ले जाने के लिए अपने कार्य के साथ सफलता.

    यह का उपयोग करता है एक दो उपलब्ध बाइट-कोड decompilers प्रक्रिया के लिए इनपुट फाइल है. पहले एक है Uncompyle2, पर निर्भर करता है जो एक निर्मित में अजगर दुभाषिया और साथ ही संगत है उत्पन्न फ़ाइलों के साथ अजगर 2.5, 2.6 और 2.7 परिवर्तित करने, उन्हें वापस में मूल स्रोत कोड.

    दूसरे हाथ पर, अन्य उपलब्ध decompiler, suggestively नाम Decompyle++, प्रक्रिया कर सकते हैं के साथ बनाई गई फ़ाइलों के किसी भी संस्करण अजगर, से 1.0 के लिए 3.3 है. हालांकि, अपनी त्रुटि का पता लगाने सटीकता की तुलना में कम है Uncompyle2. तो भी, यह है के रूप में सेट डिफ़ॉल्ट विकल्प में 'विकल्प' विंडो में आसान के अजगर Decompiler के कारण संगतता रेंज.

    आसान अजगर Decompiler प्रदर्शित करता है एक स्टाइलिश खिड़की के साथ सुगम विकल्प और आसान करने के लिए कॉन्फ़िगर सेटिंग्स । यह आपको सक्षम बनाता है प्रक्रिया के लिए एक एकल फाइल या एक पूरी निर्देशिका और सभी समर्थित फाइलें पाता है, लेकिन यह समर्थन नहीं करता है, उप-फ़ोल्डर recursing. पर निर्भर करता है इनपुट फ़ाइल प्रकार, उत्पादन के दो एक्सटेंशन: PYC_DIS या PYO_DIS और इसे बचाया है, एक ही स्थान में मूल रूप में है ।

    आसान अजगर Decompiler कर सकते हैं रिवर्स इंजीनियर PYO और PYC मॉड्यूल. अपनी विश्वसनीयता में रहता है संगतता रेंज है, जबकि उपयोग में आसानी के लिए यह उपयुक्त बनाता है के किसी भी प्रकार के उपयोगकर्ता, यह एक शुरुआत है या एक अनुभवी पायथन प्रोग्रामर है ।

  • Easy Python Decompiler provides Python programmers with a simple, yet useful application that can extract the program code of compiled Python files and convert it into a format that can be easily read by the human eye.

    A decompiler is the oppsite of a compiler, reconstructing the original source code from a compiled file. It is a very important tool in reverse engineering endeavors, allowing a developer to translate the program in order to avoid rewriting code.

    With support for both PYC and PYO formats, this particular decompiler does not require Python to be installed on your computer in order to carry out its task with success.

    It makes use of one of the two available byte-code decompilers to process the input files. The first one is Uncompyle2, which relies on a built-in Python interpreter and is only compatible with files generated with Python 2.5, 2.6 and 2.7, converting them back into the original source code.

    On the other hand, the other available decompiler, suggestively named Decompyle++, can process files created with any version of Python, from 1.0 to 3.3. However, its error detection accuracy is lower than that of Uncompyle2. Even so, it is set as the default choice in the 'Options' window of Easy Python Decompiler due to the compatibility range.

    Easy Python Decompiler displays a stylish window with intelligible options and easy to configure settings. It enables you to process a single file or a whole directory and all the supported files it finds inside, but it does not support sub-folder recursing. Depending on the input file type, the output has one of the two extensions: PYC_DIS or PYO_DIS and it is saved in the same location as the original.

    Easy Python Decompiler can reverse engineer PYO and PYC modules. Its reliability resides in the compatibility range, while ease of use makes it suitable for any type of user, be it a beginner or an experienced Python programmer.