Secure coding September 19, 2019 Richard Azu Registers in x86 assembly This article will define three key types of registers in the x86 architecture and then go on to show simulations of registers’ contents after specific instructions...
Secure coding September 19, 2019 Richard Azu Operands in x86 assembly This article defines an operand as it is used in x86 assembly instructions. It goes on to explain in detail, using simulations, three modes by which the operand...
Secure coding August 30, 2019 Ayoub Faouzi X86 Assembly Language, Part 3.2 [Updated 2019] - Ge! Stop! What's Segmentation? The 80186 is a faster version of the 8086. It also has a 20-bit address bus and 16-bit data bus, but has an improved...
Secure coding May 22, 2019 Susan Morrow Libraries and frameworks to help you create secure code Security is holistic. You’ll no doubt have heard that a lot if you work in the industry, especially over the last few years. It’s true, too. Cybersecurity...
Secure coding March 18, 2019 Beth Osborne Secure coding — Top 15 code analysis tools Keeping code secure is a top objective for any software company. And to ensure secure coding, you need to perform code analysis during the development life...
Secure coding March 6, 2019 Pedro Tavares Secure Coding Resources: Popular Books, Whitepapers, Tutorials and More Secure coding is seen as a manner of writing source code compatible with the best security principles for a given system and interface. All devices, platforms,...
Secure coding March 4, 2019 Beth Osborne Secure Coding for PCI Compliance When considering secure coding for payment card industry compliance, code must adhere to the PCI DSS requirement. PCI DSS stands for Payment Card Industry Data...
Secure coding July 24, 2018 Prateek Gianchandani iOS Application Security Part 47 — Inspecting Apps with Frida In this article, we will talk about Frida. Frida is a dynamic instrumentation toolkit which can prove to be extremely useful in iOS application assessments....
Secure coding April 29, 2018 Nikhil Kumar Null Byte Injection in PHP The null character is a control character with the value zero. It is presented in many character sets such as ASCII (American Standard Code of for Information...
Secure coding March 27, 2018 Infosec A Guide to XML File Structure & External Entity (XXE) Attacks Modern forms of markup languages such as HTML, XML and XHTML are mostly used in designing web pages. XML, which stands for Extensible Markup Language, defines...