Closed xxami closed 4 years ago
i'm not an expert here, but i've tried to use pe_load_file_ext with LIBPE_OPT_NOCLOSE_FD and without LIBPE_OPT_OPEN_RW which seems to fail here, and this fixed it for me.
pe_load_file_ext
LIBPE_OPT_NOCLOSE_FD
LIBPE_OPT_OPEN_RW
Hi @xxami! You're right! Thank you for the PR.
i'm not an expert here, but i've tried to use
pe_load_file_ext
withLIBPE_OPT_NOCLOSE_FD
and withoutLIBPE_OPT_OPEN_RW
which seems to fail here, and this fixed it for me.