Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the Sanderson book to the books.html page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
97f6d1477cf99ab8d942f623f4095657 |
User & Date: | drh 2018-06-01 17:41:28.323 |
Context
2018-06-04
| ||
19:28 | Add the final date and various hashes for the 3.24.0 release. (check-in: c300836d83 user: drh tags: trunk) | |
2018-06-01
| ||
17:41 | Add the Sanderson book to the books.html page. (check-in: 97f6d1477c user: drh tags: trunk) | |
2018-05-31
| ||
19:14 | Typo fixes. (check-in: db85f0efae user: drh tags: trunk) | |
Changes
Added images/books/sanderson2018.jpg.
cannot compute difference between binary files
Changes to pages/books.in.
1 2 3 4 5 6 7 8 9 10 11 | <title>Books About SQLite</title> <tcl>hd_keywords {books about SQLite}</tcl> <h1 align=center>Books About SQLite</h1> <hr> <table border=0><tr><td valign=top><img src="images/books/darocha2016.jpg"> <td valign=top> <h2>Learning SQLite for iOS (2016)</h2> <p> | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | <title>Books About SQLite</title> <tcl>hd_keywords {books about SQLite}</tcl> <h1 align=center>Books About SQLite</h1> <hr> <table border=0><tr><td valign=top><img src="images/books/sanderson2018.jpg" style="border:44px solid white;"> <td valign=top> <h2>SQLite Forensics (2018)</h2> <p> Author: Paul Sanderson<br> Publisher: <a href='https://www.amazon.com/SQLite-Forensics-Paul-Sanderson/dp/1980293074'>Amazon</a> <p> This text by noted digital forensics expert, Paul Sanderson, provides investigators with low-level technical details useful in analysing SQLite database files. <p> Every computer and phone uses hundreds of SQLite databases and there are over one trillion SQLite databases in active use. Hence, the importance of examining the data held in these databases in an investigation, including deleted data when possible, is paramount. This book fully explains the format of the SQLite database file. It shows how records are encoded, how to decode them manually and how to decode records that are partially overwritten. It also describe how the workings of SQLite, and in particular the journal and WAL, can be used to ascertain what has happened in a manner that cannot be determined from the data alone. The book covers basic SQL queries and how they can be used to create a custom report that includes data from different tables, and shows how one can use SQL queries to test hypothesises about the relationships of data in different tables. <p> This book is aimed mainly at forensic practitioners, and it is assumed that the reader has some basic knowledge of computer forensics; it will also be of interest to computer professionals in general particularly those who have an interest in the SQLite file format. </table> <hr> <table border=0><tr><td valign=top><img src="images/books/darocha2016.jpg"> <td valign=top> <h2>Learning SQLite for iOS (2016)</h2> <p> |
︙ | ︙ |