CasualX / pelite

Lightweight, memory-safe, zero-allocation library for reading and navigating PE binaries.
MIT License
280 stars 42 forks source link

Newtype wrapper for SectionHeaders #237

Closed CasualX closed 4 years ago

CasualX commented 4 years ago

A long time coming, a newtype wrapper with convenience methods to find section headers from common criteria.

StringN has been shelved until such a time Rust has const generics to generalize over array lengths.