You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2396 adds the capability to detect binaries where there the .note.package on the binary is purely a JSON payload. This is a little different than what you'll find with a binary in a fedora distribution:
It would be ideal to eventually be able to decode .note.package sections that are not purely JSON payloads such that we can get to the JSON payload, even if we drop the section header info entirely.
The text was updated successfully, but these errors were encountered:
#2396 adds the capability to detect binaries where there the
.note.package
on the binary is purely a JSON payload. This is a little different than what you'll find with a binary in a fedora distribution:Note the header at the top before the JSON payload. Based on the documentation the prefix is a ELF section header:
It would be ideal to eventually be able to decode
.note.package
sections that are not purely JSON payloads such that we can get to the JSON payload, even if we drop the section header info entirely.The text was updated successfully, but these errors were encountered: