Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file: Restore error capture in undocumented READ_ELF mode | Brad King | 2022-01-11 | 1 | -2/+19 |
| | | | | | | | | | Revise the error message added by commit 115ff6a347 (cmELF: Include the ELF parsing code unconditionally, 2021-06-17, v3.22.0-rc1~557^2) to honor the `CAPTURE_ERROR` option. This is needed by the call site in `BundleUtilities` to suppress errors on non-ELF files. Fixes: #23074 | ||||
* | file: Add READ_ELF command to parse ELF binaries | Florian Apolloner | 2017-03-10 | 1 | -0/+2 |
Leave it undocumented for now because we intend to use it internally and it cannot be made available everywhere. |