I'm trying to find the algorithm between a coded file and a decoded file.
here is the coded file (Hex Codes In .txt Format) :
- Code: Select all
http://encodable.com/cgi-bin/filechucker.cgi?action=landing&path=/&file=Coded.txt
here is the decoded file (Hex Codes In .txt Format):
- Code: Select all
http://encodable.com/cgi-bin/filechucker.cgi?action=landing&path=/&file=DeCoded.txt
i'm working on it but i didn't find anything yet except that 00(H) bytes to 20(H) bytes aren't coded and exactly repaeted in the coded file.
in the both files the first byte address in the file is : "0000EB28"H
Thanks in advance.

