TheHellTower
TheHellTower
Hello @TiZCrocodile, Do you have any way to be contacted outside of GitHub ?(`Discord, E-Mail, Telegram, other ?`) Taking into account https://github.com/zrax/pycdc/issues/358#issuecomment-1747290224 and the fact you looks kinda comfortable with...
> pycdc.exe main.pyc -o main.py Unsupported opcode: PUSH_NULL > > Script main.pyc: [https://tria.ge/samples/230904-g1bdlaef38/sample.zip](url) > > pycdc.exe b.pyc -o b.py Unsupported opcode: PRECALL > > Script b.pyc: [https://tria.ge/samples/230904-gyxh2sef34/sample.zip](url) Hello, These problem...
>  does anybody know how to fix that? Hello, could you send a sample ? I seen in [3.9](https://docs.python.org/3.9/library/dis.html#opcode-WITH_EXCEPT_START) and [3.10](https://docs.python.org/3.10/library/dis.html#opcode-WITH_EXCEPT_START) it's the same and change a bit in...
> ``` > import dis > > def foo(): > try: > with open('file.txt') as f: > print(f.read()) > except Exception as e: > print(f"Error: {e}") > > dis.dis(foo) >...
> Can i have your WhatsApp number? > […](#) > On Thu, 23 Mar 2023, 5:04 pm TheHellTower, ***@***.***> wrote: import dis def foo(): try: with open('file.txt') as f: print(f.read())...
>  Does anyone know how to decode this? Everyone can it's not something incredible or really secure but issues are not a place to ask this kind of things...
For auto-build you can see this: https://github.com/TheHellTower/decompyle-builds For a Release built and ready-to-use: https://github.com/TheHellTower/decompyle-builds/releases/tag/build-11-Jun-2023-753d42d
Hey guys, giving a small "update" on the situation. I didn't continue on pycdc because I moved in April to another country(`I'm from France originally`) and I don't really have...
> hello I have a small problem in fact when I run the pycdc program to my file in ".pyc" I get this error `Unsupported opcode: RETURN_GENERATOR`, how to solve...
> ``` > # Source Generated with Decompyle++ > # File: main.pyc (Python 3.11) > > Unsupported opcode: POP_JUMP_FORWARD_IF_FALSE > from PyQt5.QtCore import QThreadPool > from PyQt5.QtWidgets import QMainWindow, QApplication,...