compareSections
fn
bool compareSections(const ref ReadelfSection[] expected, const ref ReadelfSection[] actual)Compare two ReadelfSection arrays.
Parameters
expected | The expected section array. |
actual | The actual section array to compare. |
Returns
true if all sections match, false otherwise.