|
looking for a good electrical reverse engineering company
hello all,
i have a small electrical product that receives a signal and then processes it further (fuel injector pulse width). i need to find a place that can reverse engineer this unit so that i can design a better unit.
any recommendations for a company that can help with this would be appreciated.
thanks,
bb
check out our whitepaper library.
i do reverse engineering for automotive aftermarket, so if you can provide more detail i may be able to give you a recommendation.
hi ron,
i have a small 2x3 pcb board (surface mount 4 layer style)with microcontrolers from cypress semiconductor and a digital signal processor from freescale semiconductor. i need to have someone extract the code, & explain in detail how it works. i friend of mine has a phd in controls and he would like to do the new coding to improve the unit while adding some scalability to it. hope this helps and please let me know.
thanks
generally what you are asking is to extract the machine code and disassemble it to assembly language or higher. to capture the code, you normally use development tools for the specific target processor. this consists of in-circuit emulators, logic analysers, assembler/ de-bugger, etc. if the processor is running on code stored in internal programmable memory, capturing the code may be difficult.
a better solution would be to bench operate and exercise the module to understand the functions it performs, specify the 'improvements' you would like, and design the replacement module from scratch.
if this is an automotive module, there usually is a lot of written description of it's operation in the trade journals. this would be a start.
hope this helps. |
|