-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AMD + Intel analyze commands #351
base: main
Are you sure you want to change the base?
Conversation
a939d3f
to
2d5c7fc
Compare
Codecov Report
@@ Coverage Diff @@
## master #351 +/- ##
==========================================
- Coverage 41.63% 41.61% -0.02%
==========================================
Files 110 110
Lines 7545 7547 +2
==========================================
Hits 3141 3141
- Misses 3831 3832 +1
- Partials 573 574 +1
Continue to review full report at Codecov.
|
2d5c7fc
to
239087c
Compare
678af06
to
bdc82a8
Compare
bdc82a8
to
a1dab0a
Compare
Another instance of "no idea what's up here", and now I remember why I put this in draft:
this is from parsing a System76 Lemp10 firmware image... am I holding it wrong? |
Another example, MSI Pulse smth:
Here is an excerpt from the hex dump:
Also: do I still need to implementing something to find the FIT / decide whether FIT or IFD, or do we have a library function? |
Any idea why the FIT is supposedly at The second file is 32MB, i.e., 33554432 bytes - so is there a 🐛 bug in the FIT parsing? I just tried feeding the above excerpt minus the first line instead of the full image file:
The Address is sort of this here, but mapped to elsewhere maybe? What does "Address" mean here, a virtual one?
|
Alright, using
The first Address still seems odd to me though. |
in tabular form:
|
Alright, another couple of things: The Fiano code (Intel analysis command for reference) runs extremely slow, sometimes taking many seconds to parse a firmware image. I'm not sure why. It appears that the Intel data structures are quite different between versions of... main processors, ME, idk? Before parsing anything specific, version detection would be necessary. |
Just found a PDF among the tons of documents I have collected: |
4b8e847
to
4da704f
Compare
Signed-off-by: Daniel Maslowski <[email protected]>
Signed-off-by: Daniel Maslowski <[email protected]>
4da704f
to
4838954
Compare
No description provided.