On 8/25/17, Matt Brooks <c.matthew.bro...@gmail.com> wrote:
> Hello,
>
> I'm working on a project to aid in reversing binaries that contain various
> versions of the sqlite DLL statically-linked. I'm trying to find a way to
> download the precompiled Windows binaries for all 3.* versions. I've
> scripted a test to see that some are hosted at the URI
> http://www.sqlite.org/sqlitedll-<VERSION>. I'm sure the rest are hosted
> somewhere. I'm trying to save time from having to download and compile the
> source for every major release.
>

Others are hosted at
https://sqlite.org/<YEAR>/sqlite3-dll-win32-x86-<VERSION>.zip or
https://sqlite.org/<YEAR>/sqlite3-dll-win64-x64-<VERSION>.zip where
<YEAR> is 2013, 2014, 2015, 2016, or 2017.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to