hasherezade / libpeconv

A library to load, manipulate, dump PE files. See also: https://github.com/hasherezade/libpeconv_tpl
https://hasherezade.github.io/libpeconv
BSD 2-Clause "Simplified" License
1.07k stars 176 forks source link

Add unicode support #38

Closed kolod closed 2 years ago

kolod commented 2 years ago

Add cmake option to build with Unicode support enabled. Needed to read and write files with non-Latin characters in the file path.

hasherezade commented 2 years ago

Nice work, thank you!