News

I recently published a tutorial describing the different available methods to store data locally in an Android app. However, due to article length constraints, I could not adequately cover creating ...
SQLite has an incredibly small footprint. The database itself, its DLLs and the complimentary diff and analyzer tools are less than 15 MB in size. It's perfect for small mobile devices, advanced ...
Metasploit tutorial part 1: Inside the Metasploit framework Metasploit tutorial part 2: Using meterpreter Metasploit guide 4: Armitage cyber attack management GUI Social Engineer Toolkit (SET) ...
Most Android apps will need to persist user data at sometime. There are different ways to store user data, but SQLite databases are a very convenient and speedy method of saving user (or app) data and ...