DEBUGGERS
debuggers are typically used in tandem w/ disassemblers in reverse engineering. it allows engineers to observe the execution of a program such as complex math, program w/ complex math, program that generates crypto key or pulling different information from different systems. using debuggers is more of a dynamic analysis type of technique. when opening and stepping through a program, be careful as it is similar to double-clicking a piece of malware
Last updated