-
Book Overview & Buying
-
Table Of Contents
Mobile Application Penetration Testing
By :
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Cydia installations are pretty much similar to Linux Debian packages; a majority of the apps are packaged and bundled in the .deb format."
A block of code is set as follows:
public StatementDBHelper(Context paramContext)
{
this.context = paramContext;
StatementOpenHelper localStatementOpenHelper = new StatementOpenHelper(this.context);
SQLiteDatabase.loadLibs(paramContext);
this.db = localStatementOpenHelper.getWritableDatabase("havey0us33nmyb@seball");
this.insertStmt = this.db.compileStatement("insert into history (userName, date, amount, name, balance) values (?,?,?,?,?)");
this.deleteStmt = this.db.compileStatement("delete from history where id = ?");
}Any command-line input or output is written as follows:
C:\Hackbox\sdk\platform-tools>adb shell monkey 2 Events injected: 2## Network stats: elapsed time=1185ms (0ms mobile, 0ms wifi, 1185ms not connected)
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Open the iFunbox, click on Quick Toolbar and then click on USB Tunnel."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
Change the font size
Change margin width
Change background colour