The following are some of the most common tools used during an engagement, with examples of how and when they are supposed to be used. Many of these tools are further explained, with additional examples after Chapter 2, The Basics of Python Scripting. We cannot cover every tool in the ...
Bits cheat sheet - you should know many of the powers of 2 from (2^1 to 2^16 and 2^32) Get a really good understanding of manipulating bits with: &, |, ^, ~, >>, << words Good intro: Bit Manipulation (video) C Programming Tutorial 2-10: Bitwise Operators (video) Bit Manipu...
String library std::string combined with stream operators (>> and <<) reduces the likelihood of overflows. However, these can be compromised when a program uses C API functions instead of C++ (eTutorials, 2013). Security vulnerabilities of the top ten programming languages LV13090 Among other...
12. Python-LiveCode Cheat Sheet A simple yet beautifulcheat sheetthat teaches you how to write Python comments, variables, process strings, control structures, sort data, use operators, and more. 11. Exploratory Data Analysis in Python To build a healthy model, you should aware of the essential...