Homepatrol Firmware Decrypter

Status
Not open for further replies.

n3617400

Member
Joined
Jun 28, 2013
Messages
231
Location
MOON 2112
Can you explain what needs to be done. How do we get the .scn file to open ?

Code:
import uft.py
import sys
sys.argv = ["","HomePatrol-1_V2_04_01.scn"]
uft.main()

Just keep getting syntax error.

This code is needed when you are in python shell.

In cmd promt, as say nosig55: uft.py HomePatrol-1_V2_04_01.scn

scn files can take from here.
 

nravid

Member
Joined
Jul 17, 2006
Messages
43
HI
Can you explain step by step how to proceed?
thank you for your cooperation
 

n3617400

Member
Joined
Jun 28, 2013
Messages
231
Location
MOON 2112
1. install python
2. run cmd.exe
3. change directory to python's directory
4. copy firmware file to python's directory
5. run "python.exe uft.py HomePatrol-1_V2_00_24.scn" (example file name)
6. expolre directory "HomePatrol-1_V2_00_24" in python's directory
 

nravid

Member
Joined
Jul 17, 2006
Messages
43
HI
How can I once decrypted firmware, encrypt it again to install it?
thanks
 
Status
Not open for further replies.
Top