Re: [AVR-Chat] REVERSE ENGINEERING
2009-06-25 by PEZHMAN BOUSSINA
I think you should contact the company and tell them what you want if the code is good. If the code is junk then do it from scratch. PJ --- On Wed, 6/24/09, David VanHorn <microbrix@gmail.com> wrote:
Show quoted textHide quoted text
From: David VanHorn <microbrix@gmail.com>
Subject: Re: [AVR-Chat] REVERSE ENGINEERING
To: AVR-Chat@yahoogroups.com
Date: Wednesday, June 24, 2009, 1:23 PM
> Unless you are only trying to change a couple of constants in the code
> your odds of success here are pretty marginal. The code may not have
> been written in assembly, and assembly instructions are all that you
> will be able to read back. I've yet to see an assembly to C translator
> or assembly to Basic translator, depending upon the original language
> the developers used to create the code.
Well, it's called a human being. :)
Walk thru the asm, work out what's being done, and write new code.
You can also try to work out what parts are the variables that need
tweaking, if that's the problem.
Question is, is it less expensive to just write it from scratch,
knowing where the I/Os are and what it's supposed to do?
--
There is no computer problem which cannot be solved by proper
application of a sufficiently large hammer.
[Non-text portions of this message have been removed]