[SharedCache] Add a section for an image header#6514
Conversation
Similar to what is discussed in PR Vector35#6513 its useful to be able to see where an image header is as sometimes you want to inspect the load commands. Without a section its not very obvious where the header is. The naming scheme of `${imageName}::__header` was chosen based on the naming choice of the DSC header.
|
The requested feature is on https://github.com/Vector35/binaryninja-api/tree/test_shared_cache_stuff_prime_0 I took a different approach: If that resolves your request than we can close this when that branch is merged |
|
I haven't tested it but that looks like a smarter strategy |
|
That branch has been merged to Thanks! |
|
Should be addressed in builds >= 5.0.7148-dev. |
Seems all good |
Similar to what is discussed in PR #6513 its useful to be able to see where an image header is as sometimes you want to inspect the load commands. Without a section its not very obvious where the header is.
The naming scheme of
${imageName}::__headerwas chosen based on the naming choice of the DSC header.