[Bug 36736] Tucows Download Manager 2014 crashes on startup (decryption scheme relies on 'kernel32.dll.SetFilePointer' hotpatch signature)

WineHQ Bugzilla wine-bugs at winehq.org
Sun Nov 28 15:43:43 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=36736

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|download                    |
                URL|http://www.tucows.com/previ |
                   |ew/609375/Intuit-QuickBooks |
                   |-Simple-Start-Edition-2009? |
                   |q=QuickBooks+2009           |

--- Comment #4 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

I've tried to find one usable download from archive.org by searching all mirror
links from the Tucows download page of the app/demo. Sadly no download was ever
snapshotted from any Tucows mirror. Quite an achievement.

https://web.archive.org/web/20150128041714/http://www.tucows.com:80/preview/609375/Intuit-QuickBooks-Simple-Start-Edition-2009

Snapshots of download/mirror link page (mirror list changed between years):

https://web.archive.org/web/20090916195110/http://www.tucows.com/download.html?software_id=609375&t=2

One-liner to extract the original mirror links from web page and use
archive.org CDX/C API to query for any existing snapshots.

--- snip ---
$ wget -qO-
"https://web.archive.org/web/20090916195110/http://www.tucows.com/download.html?software_id=609375&t=2"
| \
   sed -n "s/.*dl('\([^\"]*\)',.*/\1/p" | \
   sed -e 's/.*http:\/\/\(.*\)/\1/' | \
   xargs -I {} -exec sh -c 'echo "Checking: {}" ; \
   wget http://web.archive.org/cdx/search/cdx?url="{}" -q -O - | \
   grep application/ ; sleep 10' \;

Checking: chello.tucows.com/files5/Setup_QuickBooks_SimpleStart_Intel_2009.exe
Checking: cytanet.tucows.com/files5/Setup_QuickBooks_SimpleStart_Intel_2009.exe
Checking:
tdconline.tucows.com/files5/Setup_QuickBooks_SimpleStart_Intel_2009.exe
Checking: tee.tucows.com/files5/Setup_QuickBooks_SimpleStart_Intel_2009.exe
Checking:
windows.tucows.gunadarma.ac.id/files5/Setup_QuickBooks_SimpleStart_Intel_2009.exe
Checking: tucows.ua.es/files5/Setup_QuickBooks_SimpleStart_Intel_2009.exe
Checking: ows.tucows.com/files5/Setup_QuickBooks_SimpleStart_Intel_2009.exe
Checking: ukms.tucows.com/files5/Setup_QuickBooks_SimpleStart_Intel_2009.exe
Checking:
blueyonder.tucows.com/files5/Setup_QuickBooks_SimpleStart_Intel_2009.exe
Checking: tucows.whc.net/files5/Setup_QuickBooks_SimpleStart_Intel_2009.exe
--- snip ---

https://archive.org/details/tucows

Removing 'download' keyword unless someone digs out another bootstrapper made
with Tucows Download Manager 2014. 

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list