Hacks Weekly #49 Introduction to Boot Monitoring

Capturing and analyzing system boot and resuming performance data are very useful while troubleshooting slow boot times.

In general, changes in the booting process may indicate that system has been compromised. It can detect or support our deduction of the presence of malware, as we can review suspicious activities.

Boot monitoring may also help with the performance of the system by identifying bottlenecks in the process.

Let’s start with our Introduction to Boot Monitoring. 

Read more

Hacks Weekly #48 Introduction to Stackwalking

Welcome to another episode of CQURE Hacks Weekly. This time we will take you through the Stackwalking process. Stackwalking is the process of accessing, traversal and filtering of a stack trace.

A stack trace also called stack backtrace or stack traceback is a report of the active stack frames at a certain point in time during the execution of a program.the process of accessing, traversal and filtering of a stack trace.

Read more

Hacks Weekly #47 Memory Dump

Welcome to another episode of CQURE Hacks Weekly. This time we’re going to discuss how to perform a memory dump. It is a very useful process, sometimes even a crucial one. Don’t forget about memory dump in case of any security incident when you need to collect the evidence and understand what happened.

Read more
Load more