Pages

Sunday, June 16, 2024

What is Static reallocation in C

 During the linker stage, the system has multiple object files to combine and it may be a possibility that some functions might have the same addresses so relocation or changing these addressing during combining the object file is called Static reallocation.

No comments:

Post a Comment

What is anti- Debugging

  Anti- debugging is how we can stop somebody from debugging our system and getting all the information out of your subsystem.