CasualX / pelite

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

Align wrapper utils #143

Closed CasualX closed 5 years ago

CasualX commented 5 years ago

Useful for embedding binary files in the executable image with specific alignment, otherwise include_bytes! only has alignment of 1.