- Learning Python for Forensics
- Preston Miller Chapin Bryce
- 157字
- 2021-08-20 10:17:05
Libraries
Libraries, or modules, expedite the development process, making it easier to focus on the intended purpose of our script rather than developing everything from scratch. External libraries can save large amounts of developing time and, if we're being honest, they are often more accurate and efficient than any code we, as developers, can cobble together during investigations. There are two categories of libraries: standard and third-party. Standard libraries are distributed with every installation of Python and carry commonly used code that's supported by the Python Software Foundation. The number and names of the standard libraries vary between Python versions, especially as you move between Python 2 and Python 3. We will do our best to call out when a library is imported or used differently between Python 2 and 3. In the other category, third-party libraries introduce new code, add or improve functionality to the standard Python installation, and allow for the community to contribute modules.
- unidbg逆向工程:原理與實(shí)踐
- 工業(yè)互聯(lián)網(wǎng)安全
- 信息系統(tǒng)安全檢測與風(fēng)險評估
- Wireshark 2 Quick Start Guide
- 計(jì)算機(jī)病毒分析與防范大全(第3版)
- 深入淺出隱私計(jì)算:技術(shù)解析與應(yīng)用實(shí)踐
- 黑客攻防入門秘笈
- 走進(jìn)新安全:讀懂網(wǎng)絡(luò)安全威脅、技術(shù)與新思想
- Kerberos域網(wǎng)絡(luò)安全從入門到精通
- 華為防火墻實(shí)戰(zhàn)指南
- 編譯與反編譯技術(shù)實(shí)戰(zhàn)
- 網(wǎng)絡(luò)安全態(tài)勢感知
- 網(wǎng)絡(luò)空間安全導(dǎo)論
- 計(jì)算機(jī)網(wǎng)絡(luò)安全實(shí)驗(yàn)指導(dǎo)
- Hands-On Bug Hunting for Penetration Testers