Not nuts, but ambitious! Yes, it's always possible. But Ford made some choices to make it HARD! First off, the processor is a new generation device- the Motorola "Black Oak" specifically deisnged for use as an ECU. (I.e. supports many signal in/outs and optimizations for reading various types of sensors are streamlined in the instruction set). That said, in the good old days, ECU's were reasonably simple microcontrollers (68HC05 for example) with external Eprom for Code and data maps. That's nice because if you know the Processor, and pop the Eprom, you can read the entire software and data maps, and simulate the whole thing on your PC. A bit of trial and error, and you can work out which signal is which, such as TPS, Crank, MAF or equiv etc. Do a search on the web and you'll find any number of VN commo Rom's. In engineering we call this 'white box' as in you know what is inside. Now, the MPC 555 Black Oak is a different beast- it has on-chip 448k Flash Ram. It would not doubt be configured to boot from this Flash, and guess what- with no external data lines we can't read it or take it off the board. The only way therefore to access the internal memory it is to convince the ECU that you are a Ford Tech with your Diags module connected. Assume Ford are serious about security- there will be a lengthy and involved handshake on connection so that the ECU can't easily be tricked. And to make it harder, I would make the ECU flash write-only. (as in only say the verison info is available to a legitimate diags module, and it never sends you the whole internal data). That way should someone capture the handshake with a logic analyzer, they still can't see what's in there. (Black-box, and Ford win). If I was on the design team that's what I'd do anyways. More complicated data could be put on external Roms, but as the internal Rom only needs to hold a checksum (and check it on boot), no one can edit anything without the ECU knowing. FYI I studied Computer Sys Eng so apologies if there's a lot of new terminology here... BK PS: The latest EVO Ecu is not cracked either, and looks pretty safe....