sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #59003
Re: [Question #707288]: Recovering Source Code from Compiled .jar File for SikulixIDE
Question #707288 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/707288
Status: Open => Answered
RaiMan proposed the following answer:
unzip the jar and look for .pyc files, which is the compiled code of your script.
... and you have to look for your images.
You may try to decompile the .pyc files.
in the net look for "decompile pyc".
Here is a possible solution: https://github.com/FuturisticGoo/UnPYC
... but I do not have any experiences.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.