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.

Zero Trust RPAM: The Future of Secure Remote Access

Zero Trust RPAM: The Future of Secure Remote Access

The world of work has changed enormously since COVID-19. Gone are the days when IT admins sat behind a corporate...

Read more
Microsoft Integrates Passkeys into Windows: is this the start of a Passwordless Future?

Microsoft Integrates Passkeys into Windows: is this the start of a Passwordless Future?

Let’s be honest, who hasn’t reset a password at least once this month? For decades, passwords have been our...

Read more
When You Become the Hacker: How Modern Attacks Trick You Into Hacking Yourself

When You Become the Hacker: How Modern Attacks Trick You Into Hacking Yourself

In a shift away from the usual “hack-meets-victim” narrative, a new kind of cyber-assault is emerging. One...

Read more