Secure coding July 15, 2021 Greg Belding Only 20% of new developers receive secure coding training, says report A lack of secure coding training presents a risk for your organization.
Secure coding July 14, 2021 Srinivas Container security implications when using Iron vs VM vs cloud provider infrastructures Containers are popular, meaning more and more service providers are offering ways to manage container workloads, each with their own pros and cons.
Secure coding June 9, 2021 Dan Virgillito Introduction to Secure Software Development Life Cycle Learn all about the Secure Software Development Life Cycle.
Secure coding February 17, 2021 Srinivas How to implement common logic constructs such as if/else/loops in x86 assembly Learn about some of the logical instructions supported in x86 in the last article in our x86 assembly series.
Secure coding February 17, 2021 Srinivas How to control the flow of a program in x86 assembly Learn about x86 assembly instructions you can use to control the flow of a program in the ninth article in our x86 assembly series.
Secure coding February 17, 2021 Dan Virgillito Mitigating MFA bypass attacks: 5 tips for developers App developers have enough reasons to integrate multi-factor authentication (MFA) into their offerings. Passwords just don’t do the trick, as they’re...
Secure coding February 16, 2021 Srinivas How to diagnose and locate segmentation faults in x86 assembly Get an overview of how segmentation faults can occur in x86 assembly and C in the eighth article in our x86 assembly series.
Secure coding February 16, 2021 Srinivas How to use the ObjDump tool with x86 Learn about ObjDump by running it against a simple Hello World program in the seventh article in our x86 assembly series.
Secure coding February 15, 2021 Srinivas Debugging your first x86 program Learn how to debug an x86 assembly program using GDB, one of the most popular debuggers available, in the sixth article in our x86 assembly series.
Secure coding February 15, 2021 Srinivas How to build a program and execute an application entirely built in x86 assembly Learn how to build a program and execute an application entirely built in x86 assembly in the fifth article in our x86 assembly series.