There are three different types of linkages
- External linkage - global, non static variables and functions
- Internal linkage - static variables and functions with file scope
- No linkage - local variables
Anti- debugging is how we can stop somebody from debugging our system and getting all the information out of your subsystem.
No comments:
Post a Comment