Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/25/06 20:08
Read: times


 
#125038 - Technique
Responding to: ???'s previous message
D.c. Van Warendorp said:
So, with a disassembler one is able to find out which technique is used ??? Hmmmmm.

Exactly. For example, we had a patent on a method of improving the print quality of small fonts derived algebraically from larger ones. You save a lot of memory by generating small font data this way so you can offer more fonts or more characters in a given ROM space by using this method. Trouble is, simple algorithms can produce distorted characters. Our technique stored 4 bits per character to indicate which of 16 variants on the algorithm to use to ensure each chracter was perfectly formed. By disassembling competitors code and data we were able to see if they had used our patented method. In fact there wasno other way of doing it. The code was not the same as ours, they usually used a completely different micro but we could still tell if they had used the technique.

Ian


List of 13 messages in thread
TopicAuthorDate
D52 disassembler update            01/01/70 00:00      
   what's the fascination with disassemblers            01/01/70 00:00      
      Reverse Engineering            01/01/70 00:00      
         I call it            01/01/70 00:00      
            Legitimate Reverse Engineering            01/01/70 00:00      
               OK, you got c)            01/01/70 00:00      
                  Other side of the coin            01/01/70 00:00      
                     Other side            01/01/70 00:00      
                        Technique            01/01/70 00:00      
      Modifying the code            01/01/70 00:00      
         valid vs legal            01/01/70 00:00      
            I'll make it clear            01/01/70 00:00      
            ethics?            01/01/70 00:00      

Back to Subject List