PDA

View Full Version : typical Hasp dump


emapcs
12-18-2015, 07:03 PM
Hi all,
I search about typical Hasp dump (http://www.reteam.org/board/showthread.php?t=2352 Last edited by SonofabiT : 11-04-2010 at 07:50 PM. http://hungosh.fatal.ru/images/to_dox/emulator.JPG ) and I want to modify some part of hasp dump to enable some function in my software. If some one have emulator.jpg please share or explain in details of hasp dump . I read multikey manual many time but not clear.
Thank for answers. (sorry about my English not very well)

pivasik
12-19-2015, 05:53 AM
Main part of hasp dump is memory. Its structure depends on the software only. It means software#1 can store only 1 byte there like 'counter', software#2 can use all memory with different cell meanings. Memory may be encrypted or have some sort of CRC.
All above means you need to research software and restore the storage format by yourself. Then change the data you want.