compareSections

fnbool compareSections(const ref ReadelfSection[] expected, const ref ReadelfSection[] actual)

Compare two ReadelfSection arrays.

Parameters

expectedThe expected section array.
actualThe actual section array to compare.

Returns

true if all sections match, false otherwise.