- Mastering Python Forensics
- Dr. Michael Spreitzenbarth Dr. Johann Uhrmann
- 231字
- 2021-07-09 21:11:15
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: "Note that in the case of Windows, msvcrt
is the MS standard C library containing most of the standard C functions and uses the cdecl
calling convention (on Linux systems, the similar library would be libc.so.6
)."
A block of code is set as follows:
def multi_hash(filename): """Calculates the md5 and sha256 hashes of the specified file and returns a list containing the hash sums as hex strings."""
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"><System><Provider Name="Microsoft-Windows-Security-Auditing" Guid="54849625-5478-4994-a5ba-3e3b0328c30d"></Provider>
<EventID Qualifiers="">4724</EventID>
<Version>0</Version>
<Level>0</Level>
<Task>13824</Task>
Any command-line input or output is written as follows:
user@lab:~$ virtualenv labenv New python executable in labenv/bin/python Installing setuptools, pip...done.
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: "When asked to Select System Logs, ensure that all log types are selected."
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- Building Modern Web Applications Using Angular
- 零基礎(chǔ)學(xué)Scratch少兒編程:小學(xué)課本中的Scratch創(chuàng)意編程
- C語言程序設(shè)計基礎(chǔ)與實驗指導(dǎo)
- Web Development with Django Cookbook
- 數(shù)據(jù)結(jié)構(gòu)(Java語言描述)
- 假如C語言是我發(fā)明的:講給孩子聽的大師編程課
- Expert Android Programming
- 大學(xué)計算機(jī)基礎(chǔ)(第2版)(微課版)
- 劍指大數(shù)據(jù):企業(yè)級數(shù)據(jù)倉庫項目實戰(zhàn)(在線教育版)
- Java網(wǎng)絡(luò)編程實戰(zhàn)
- Java Web開發(fā)就該這樣學(xué)
- R語言數(shù)據(jù)分析從入門到實戰(zhàn)
- Python Natural Language Processing
- 亮劍ASP.NET項目開發(fā)案例導(dǎo)航