最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

windows - Unable to run an exe packed file with UPX - Stack Overflow

programmeradmin1浏览0评论

I am using the latest version of UPX packer.
I am on win10, latest version adn I pack an x64 file.
I managed to pack other files in the past with no running issues.

I packed now an exe file and when I try to run it I get this error:
"The application was unable to start correctly 0xc0000142"

I made sure of the following:

  • The non packed exe can run on it's own

  • When I unpack it using: upx -d <packed file> and try to run it, it runs as expected.

  • I tried various compression levels and various uxp version and compression methods

    What can i do about it?.

I am using the latest version of UPX packer.
I am on win10, latest version adn I pack an x64 file.
I managed to pack other files in the past with no running issues.

I packed now an exe file and when I try to run it I get this error:
"The application was unable to start correctly 0xc0000142"

I made sure of the following:

  • The non packed exe can run on it's own

  • When I unpack it using: upx -d <packed file> and try to run it, it runs as expected.

  • I tried various compression levels and various uxp version and compression methods

    What can i do about it?.

Share Improve this question asked Jan 31 at 17:05 Dan LiebermanDan Lieberman 294 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Problems like that happened many times in the past. The best you can do is to file an issue via official UPX GitHub repo. Eventually, you can try using some older version of UPX.

发布评论

评论列表(0)

  1. 暂无评论