-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat: alpine image #168
base: main
Are you sure you want to change the base?
feat: alpine image #168
Conversation
I am currently testing the alpine image with my production backup setup.
|
96a2741
to
cadd1d0
Compare
Is the upload speed any faster using the Alpine build? |
The upload speed issue is related to the Backblaze app itself, not the underlying os. |
@JonathanTreffler |
It appears after a specific version (the one I had pinned in my fork), they added a check if it’s a wine installation (at least that’s what it feels like, I need to load it into olly and step through it to verify this) if it is, they throttle the upload very heavily. So the best way to solve the issue is to install that specific version and make the update folders unwritable so the client can’t be forced to update in the background. |
@lps-rocks |
More likely they’re checking for drive models / serial numbers. Wine uses a fixed make / model / serial number. There’s dozens of ways to fingerprint wine. I’ve got experience fingerprinting virtual environments from my time doing malware reverse engineering and trying to make undetectable sandboxes since malware often checks for those to avoid analysis. I’ll see if I can find out what the mechanism is. There’s a number of online “old version” sites that one can find the binary on. I’d just Google the SHA1/SHA2 hash to find a copy for download. |
FYI I ran hybrid analysis on 9.0.0.749 (https://www.hybrid-analysis.com/sample/aa001e997c4a51ca44efb0488a8d10295e476c6e099203fda8f9d801bc569fb6/66c1ccc771aebcd42d0806e9) and it reports back that that one also has a Wine check included ( |
The hashes for the 9.0.0.749 installer I have here are
It was downloaded directly from backblaze around December last year. It looks like its the same as the version you ran hybrid analysis on. |
@lps-rocks
(source: hybrid-analysis.com) |
Hey,
in this PR: