Dynamic Code Analysis

24th March 2020 | Cybrary Dynamic Code Analysis


Dynamic Code Analysis is a method used to analyze an application during its execution. This Dynamic Code Analysis process is often broken up into these steps:

  1. Preparing input data;
  2. Running the program;
  3. Gathering the necessary parameters;
  4. Analyzing the output data.

It is important to note that dynamic code analysis can only be done if source code is successfully compiled into an executable file. You cannot use these tools to analyze code containing compilation and/or build errors. 

Dynamic Code Analysis will show you four things:

  1. Resource Consumption – The time of program execution on the whole or its modules individually, the number of external queries (for example, to the database), the amount of memory being used, and other resources;
  2. Cyclomatic complexity – the degree of code coverage with tests, and other program metrics;
  3. Program errors – division by zero, null pointer dereferencing, and memory leaks are examples of what can be found;
  4. Vulnerabilities in the program.

Dynamic analysis can be performed on programs written in various programming languages: C, C++, Java, C#, PHP, Python, Erlang, and many others.

Source: VeraCode, Viva64

Additional Reading: Dynamic Code Analysis Software Market 2020 In-Depth Analysis and Future Forecast 2020-2026

Related Terms: Static Code Analysis, Vulnerability

Should a SMB Do Dynamic Code Analysis?

Dynamic Code Analysis is capable of exposing subtle flaws or vulnerabilities too complicated for static code analysis alone to reveal. A dynamic test will only find defects in code that is actually executed. Businesses must weigh these considerations with the complexities of their own situation. Application type, time, and company resources are some of the primary concerns. Dynamic code analysis is a great example of putting some small checks in place to identify and fix issues before they go into production and become much more difficult and costly to fix. An ounce of dynamic code analysis prevention is worth a pound of cure later on. 

For more info, watch this 5 min video on Dynamic Code Analysis

https://www.youtube.com/watch?v=seuW81p4gv4

Are you doing enough to protect your business?

Sign up with CyberHoot today and sleep better knowing your

employees are cyber trained and on guard!


Sign Up Today!

Latest Blogs

Stay sharp with the latest security insights

Discover and share the latest cybersecurity trends, tips and best practices – alongside new threats to watch out for.

Why Traditional Phishing Tests Fail — And How the Latest Research Proves It’s Time for a Change

Why Traditional Phishing Tests Fail — And How the Latest Research Proves It’s Time for a Change

For years, organizations have relied on fake email phishing simulations to measure employee resilience to...

Read more
Stopping Token Theft: How Microsoft’s Protections Prevent BEC Attacks

Stopping Token Theft: How Microsoft’s Protections Prevent BEC Attacks

Welcome to our two-part blog series on Microsoft’s new email security enhancement now included in Office 365 P1...

Read more
Why Hackers Love MSPs and What We’re Gonna Do About It

Why Hackers Love MSPs and What We’re Gonna Do About It

"Being an MSP today is like wearing a neon sign that says, ‘Hack me! I’m the gateway to 100...

Read more