SHIA3

Results 6 comments of SHIA3

Yes Please also make a decompile of Deobfuscate of this

First unzip it. Its marshal object bytecode i used parameters . pycdc -c -v 3.11 deobs_mine.pyc it is compiled with 3.11 so i used 3.11 here

@greenozon I see your comment in another issue of this pycdc you changed or modified some source of pycdc and then compile it which bypasses the error like i now...

I tested many times and now i have found that when this situation meets if(opcode == 146 && operand == 10 && pos == 164){ fprintf(stderr,"Error: Occuring..."); } This 146...

Thanks a lot @greenozon can you give me the modified version of pycdc you are using. So we should request for pull request.