mjhouse / deaf

A library for inspecting/modifying ELF binaries
GNU General Public License v3.0
7 stars 0 forks source link

Add tests for .preinit_array section parsing into Array #25

Open mjhouse opened 1 year ago

mjhouse commented 1 year ago

What it says on the tin. Shouldn't require any serious code changes to the Array struct. Depends on #18.

mjhouse commented 1 year ago

Add tests to tables/table.rs as Array was removed by #48