CasualX / pelite

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

Encode resources with data-encoding #85

Closed CasualX closed 6 years ago

CasualX commented 6 years ago

Optional dependency on data-encoding, encodes resources data bytes as base64 strings if the feature is enabled and the serializer is human readable.