- Mobile Device Exploitation Cookbook
- Prashant Verma Akshay Dixit
- 145字
- 2021-07-14 11:17:54
Conventions
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: "We will mostly use emulator.exe
at most times among, as well as other .exe
files in this folder."
A block of code is set as follows:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin"
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: "Enable USB debugging mode in on your Android device."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- DevOps:軟件架構師行動指南
- Java程序設計實戰教程
- Objective-C應用開發全程實錄
- Java 9 Concurrency Cookbook(Second Edition)
- Ext JS Data-driven Application Design
- 深入淺出WPF
- 新手學Visual C# 2008程序設計
- Swift 3 New Features
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- Visual FoxPro程序設計
- Visual C#通用范例開發金典
- 深度學習:Java語言實現
- 軟件體系結構
- scikit-learn Cookbook(Second Edition)
- 會當凌絕頂:Java開發修行實錄