Descriere YEO:
Pe YEO găsești SQLite Forensics - Richard Hipp de la Richard Hipp, în categoria Computers.
Indiferent de nevoile tale, SQLite Forensics - Richard Hipp din categoria Computers îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 402.69 Lei
Caracteristicile produsului SQLite Forensics - Richard Hipp
- Brand: Richard Hipp
- Categoria: Computers
- Magazin: libris.ro
- Ultima actualizare: 16-06-2026 00:26:07
Comandă SQLite Forensics - Richard Hipp Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda SQLite Forensics - Richard Hipp de la libris.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
nSQLite is a self-contained SQL database engine that is used on every smartphone (including all iOS and Android devices) and most computers (including all Macs and Windows 10 machines). Each computer or phone using
SQLite often has hundreds of
SQLite databases and it is estimated that there are over one trillion
SQLite databases in active use. Given the above, the importance of examining all of the data held in these databases in an investigation is paramount, and of course this includes examining deleted data whenever possible.In this book we cover the format of the SQLite database, and associated journal and Write-Ahead Logs (WAL) in great detail. We show how records are encoded, how to decode them manually and how to decode records that are partially overwritten. We 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. We cover basic SQL queries and how they can be used to create a custom report that includes data from different tables, and we show how we can use SQL queries to test hypothesises about the relationships of data in different tables.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.