This article describe method to recovery source code from compiled python code file. Download pyo code file from device to your computer. If you use linux - skip up to decompyle description. I use windows as host and use next steps to prepare decompile. First download vmware workstation and install it. 2. Create virtual machine and install debian system (i use debian-40r4a-etchnhalf-i386-netinst.iso only with standard system option) 3. Install decompile package apt-get install decompyle 4. Open file /usr/lib/python2.4/site-packages/decompyle/Scanner.py with editor nano /usr/lib/python2.4/site-packages...

