Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd.Run() failed with exit status 0xffffffff #10

Open
barman1337 opened this issue Jan 23, 2023 · 5 comments
Open

cmd.Run() failed with exit status 0xffffffff #10

barman1337 opened this issue Jan 23, 2023 · 5 comments

Comments

@barman1337
Copy link

any idea why ?

2023-01-23_02-13-01

@Tylous
Copy link
Owner

Tylous commented Mar 9, 2023

Can you tell me the version of OSSLSIGNCODE and Openssl running on that box?

@ghost
Copy link

ghost commented Apr 6, 2023

I'm encountering similar issues with cmd.Run() failed with exit status 1. These are my osslsigncode and openssl versions.

osslsigncode 2.5, using:
OpenSSL 1.1.1f 31 Mar 2020 (Library: OpenSSL 1.1.1f 31 Mar 2020)
libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3

@Tylous
Copy link
Owner

Tylous commented Apr 6, 2023

your issue is the version of osslsigncode you need to have 2.3.0. Here is my hotfix script for OSX https://gist.github.com/Tylous/3a973879ef72a16ec585b71ce71f6c54 it may need to be tweaked it.

@Not-my
Copy link

Not-my commented Jul 6, 2023

cmd.Run() failed with exit status 1
image

@5uck1ess
Copy link

@Not-my One solution is to make sure you're applying the signature to a previously unsigned binary. I've had the same error but the binary has been once signed and stripped of signature because I messed with its resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants