Decompile Python 3.11 EXE files using pyxtractor and AI (chatgpt blackboxai)! NEW METHOD 2023/2024

preview_player
Показать описание
Hi, in this video I am going to show how to extract python 3.11 or lower EXEcutables and then decompile it.
Recently i've found a new way to decrypt python 3.11 because the old way that everyone is using is little deprecated and there are no videos that shows how to use AI to decompile .pyc files.
I think it is also a very good and fast way to decrypt.
Also AI has support for all opcodes and can fix unsupported vectors! :
- Unsupported opcode: SWAP
- Unsupported opcode: PUSH_EXC_INFO
- Unsupported opcode: PUSH_EXC_INFO
- Unsupported opcode: LOAD_FAST_AND_CLEAR
- "Error: vector" on Python 3.11-compiled code
- Unknown opcode: BEFORE_WITH
- Unsupported opcode:PUSH_NULL PRECALL
- Unsupported opcode: CALL_FUNCTION_EX
- Unsupported opcode: JUMP_IF_NOT_EXC_MATCH
- Unsupported opcode: JUMP_IF_NOT_EXC_MATCH
- Unsupported opcode: JUMP_IF_NOT_EXC_MATCH
- Unsupported opcode: JUMP_IF_NOT_EXC_MATCH
- Unsupported opcode: JUMP_IF_NOT_EXC_MATCH
- Unsupported opcode: MAP_ADD

AI can fix all opcode and vector problems and node problems!
etc.

In this video showed pycdc old method as method 1 and BlackBox AI bytecode decompilation as method 2
________________________________________________________
EDUCATIONAL PURPOSES ONLY
________________________________________________________
👑 What is pyxtractor?
PyInstaller Extractor is a Python script to extract the contents of a PyInstaller generated executable file.
________________________________________________________
👑 What is pycdc and pycdas?
Pycdc (Decompyle++)
A Python Byte-code Disassembler/Decompiler

Decompyle++ aims to translate compiled Python byte-code back into valid and human-readable Python source code. While other projects have achieved this with varied success, Decompyle++ is unique in that it seeks to support byte-code from any version of Python.

Decompyle++ includes both a byte-code disassembler (pycdas) and a decompiler (pycdc).

________________________________________________________
________________________________________________________
python decompiler python decompile exe python decompiler on the pyc files unpack python exe files unpack python pyc to py pyc to py 3.9 Decompile Python exe to python decompiler exe to python
decompiling
obfuscation
reversing
reverse engineering
static analysis
dynamic analysis
deobfuscation
Python
Compiled Code
Bytecode
Decompilation
Development Environment
Code Execution
Readability
Python Syntax
Code Recovery
vscode-python-bytecode
Python Interpreter
.pyc Files
Code Obscuration
Interpreted Language
Source Code
Compilation Process
Intermediate Language
Metaphorical Sense
Original Source Code
Reproduced Source Code
uncompyle6
Bytecode Inspector
Decompyle++
vscode-python-bytecode
Interpreted Code
Bytecode Visualization
Intermediate Language Code
Reconstructed Python Code
Source Code Reconstruction
Disassembler
Low-Level Code
Debugging and Code Analysis
Decompiler
Disassembler and Decompiler
Decompilation Tool
Code Execution Debugging
Low-Level Bytecode Debugging
Intermediate Language Debugging
High-Level Python Code Debugging
Decompiled Code Debugging
Reverse Engineering
Reconstructed Code
Disassembled Code
Obscured Code
Compiled Python Code
Bytecode Visualizer
Disassembler and Visualizer
Visualization Tool
Low-Level Code Analysis
Code Interpretation
Python Bytecode Disassembler
Bytecode Visualization and Disassembly
Low-Level Python Code Debugging
Decompiled Code Execution Debugging
Reconstructed Code Debugging
Intermediate Language Debugging
Code Visualization Tool
Code Disassembly Tool
Python Bytecode Analysis
Bytecode Visualization and Analysis
Code Debugging and Visualization Tool
Decompilation Debugging Tool
Decompiled Code Analysis
Python Bytecode Reverse Engineering
Code Interpretation Tool
Low-Level Code Reverse Engineering
Disassembler and Debugging Tool
Reverse Engineering Debugging Tool
Code Execution and Debugging Tool
Intermediate Language Execution and Debugging
Decompiled Code Execution and Debugging
Reconstructed Code Execution and Debugging
Disassembled Code Execution and Debugging
Decompilation and Debugging Tool
Python 3.11
Python 3.12

________________________________________________________
DISCLAIMER
THIS VIDEO WAS MADE FOR EDUCATIONAL PURPOSES ONLY
USED BLACKBOX AI FOR EDUCATIONAL PURPOSES ONLY
Рекомендации по теме
Комментарии
Автор

wow, this works great. pycdc threw too many errors but your method with using AI actually works pretty well and produces usable code

zephyrp
Автор

What to do when some parts of the code shows: Unsupported opcode: JUMP_BACKWARD # WARNING: Decompyle incomplete

ReenanOFC
Автор

Bigger list of more opcodes that pycdc cannot handle: LIST_EXTEND BEFORE_WITH CALL_FUNCTION_EX CHECK_EXC_MATCH COPY DICT_MERGE JUMP_BACKWARD LIST_TO_TUPLE LOAD_ASSERTION_ERROR MAKE_CELL MAP_ADD POP_JUMP_BACKWARD_IF_FALSE POP_JUMP_BACKWARD_IF_TRUE POP_JUMP_FORWARD_IF_NONE POP_JUMP_FORWARD_IF_NOT_NONE PUSH_EXC_INFO RETURN_GENERATOR SWAP UNPACK_EX

chrisdrake
Автор

I think this possible only for little file.if the script large maybe it’s can not decompile uisng AI.

xyzab
Автор

@vxrip Can be decompiled files compiled back to exe? Can you advise or video? Thank you

daliborznamenak
Автор

hello experts, i need this .tcp file source code

kalsimtr
Автор

Is there a way to unpack Nuitka? Please introduce, thank you

cianr
Автор

Is this possible to decompile cython 3.11 so file

AM_VIB
Автор

Hello my friend, I have a pyc file for Python 3.9, is there a chance to convert it? Can you help me with this? thank you

yalcn
Автор

i dont get the pyc file what is the problem xvnet

helalsadat
Автор

Can I decrypt the tools from the phone using a Python or TriMix application, and how can I do it?

A.AAAAAA