Plato Mavropoulos
Plato Mavropoulos
Hi! Do you mean that the DB is outdated?
Ah, I see. I guess -ubu parameter does not show the input filename so that's why the confusion. This is how it actually looks (notice the "temp" files):  As...
Yes, results are shown in the order they were regex matched, meaning offset based. It is what makes sense for an _extractor_ utility as well. This can be solved in...
The easiest/cleanest thing to do as a workaround is to replace any input(message) calls with a custom function that simply prints the message (which we know works) and then pauses...
Nothing to see there. You cannot flash nuked firmware via FWUpdate tool. Both FWUpdate & CSE will immediately reject the firmware. Also, and this is potentially important, partition IDLM (first...
FWUpdate tool is used to update the Engine firmware on the field. All OEMs bundle it with new firmware to update end-user systems. They often also bundle MEInfo tool to...
CSME 12 is not supported by me_cleaner as the CNP CSE region of the SPI chip uses a new structure called [CSE Layout Table](https://github.com/platomav/MEAnalyzer/blob/9cb0768fe0dc89e07ddfa09b8c6c1d82c06c221c/MEA.py#L323) which combines [IFWI v1.6 (BPDT v1)](https://github.com/platomav/MEAnalyzer/blob/9cb0768fe0dc89e07ddfa09b8c6c1d82c06c221c/MEA.py#L3017)...
Integrated Firmware Image (IFWI) support is needed for CSME 12+ and CSTXE 3+
First of all, thank you very much for your lengthy reply. > The source code you sent has an elif block that spans 12K lines with numerous nested if blocks....
Thank you for the suggestions rocky. Indeed lots of instructions due to bad old code and yes this is tedious so for now I'll just collect the bytecode from the...