Slide 6
Slide 6 text
WHAT IS BINARY INSTRUMENTATION?
It modifies program behavior during
execution by altering machine code.
Involves adding code to the program to
track, monitor or manipulate behavior.
Used in software dev, security,
performance analysis and other fields.
Static and dynamic binary
instrumentation
Can be used for debugging,
vulnerability research or malware
analysis.
Allows deeper insights into software
behavior and effective issue resolution.