TheHellTower

Results 42 comments of TheHellTower

> JUMP_BACKWARD_A Hello, could you link a SAMPLE script that has this ? No actual script/program.

> _No description provided._ Hello, Could you if possible send scripts samples(not compiled) using the not supported yet opcodes and specify the python version ? Don't send any automation script...

> python3.9.7 win11 > > ``` > try: > raise Exception("I am an exception") > except Exception as e: > print(e) > finally: > print("The finally code") > ``` >...

> > > python3.9.7 win11 > > > ``` > > > try: > > > raise Exception("I am an exception") > > > except Exception as e: > >...

> ``` > l = [char for char in 'hello'] > ``` Thank you I will check this out in the week and see if I can get some fixed...

> I met the same question. Actually, pycdc is the only project can decompile the python3.11. I do hope you can solve the question. Yeah sorry for the moments I...

> > > added support for PUSH_EXC_INFO? > > > > > > still not, im on it here and there on my fork repo, its related to exceptions which...

> > > > > added support for PUSH_EXC_INFO? > > > > > > > > > > > > still not, im on it here and there on...

> > > > > added support for PUSH_EXC_INFO? > > > > > > > > > > > > still not, im on it here and there on...

> > If you want to remove a webhook it's "easier" than you think, most of the time you can use an HTTP Debugger and the software doesn't "care".. So...