TheHellTower

Results 42 comments of 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...

> ![image](https://user-images.githubusercontent.com/124639924/217116672-823cecb8-9dd6-4bb4-94c3-7aff87b29b06.png) 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())...

> ![1679564666500](https://user-images.githubusercontent.com/101829391/227212808-d4b15711-bd52-44c2-aa7f-7d30fc5ca774.jpg) 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,...