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.09k stars 177 forks source link

Problem loading some built-in Windows PEs #51

Open ghost opened 1 year ago

ghost commented 1 year ago

I tried loading some windows built in PEs (with basic example code) like whoami.exe, hostname.exe, ipconfig.exe, some of them just return nothing to stdout and some of them return The specified resource type cannot be found in the image file. How can i solve it ?

hasherezade commented 1 year ago

Hi, this seems a MUI problem. I explained it in details here: https://github.com/hasherezade/libpeconv/issues/44