We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3077636 doesn't take care of the .com extension. It's at least used by mpv (mpv uses both of mpv.exe and mpv.com).
The text was updated successfully, but these errors were encountered:
Thanks, that's something we should consider when tackling #29
Sorry, something went wrong.
BTW, you should also note that this line:
if LANG=en_US.UTF-8 LC_ALL=C objdump -f "${binary}" | grep -Eq '^start address 0x(0000000[01])?00401[0-9a-e][0-9a-e]0'
catches only x86 exe but not x64 exe. cf. https://learn.microsoft.com/en-us/cpp/build/reference/base-base-address?view=msvc-170
No branches or pull requests
3077636 doesn't take care of the .com extension.
It's at least used by mpv (mpv uses both of mpv.exe and mpv.com).
The text was updated successfully, but these errors were encountered: