Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Debugging"
From NetSec
(Created page with "Debugging is the process of interacting with an application's code at runtime to determine changes in variables, reverse engineer functions, or solve other bugs with the applicat...") |
|||
Line 1: | Line 1: | ||
Debugging is the process of interacting with an application's code at runtime to determine changes in variables, reverse engineer functions, or solve other bugs with the application. | Debugging is the process of interacting with an application's code at runtime to determine changes in variables, reverse engineer functions, or solve other bugs with the application. | ||
+ | |||
+ | * breakpoints | ||
+ | * registers | ||
+ | * exports |
Latest revision as of 19:36, 7 August 2012
Debugging is the process of interacting with an application's code at runtime to determine changes in variables, reverse engineer functions, or solve other bugs with the application.
- breakpoints
- registers
- exports