Body of built-in functions

  • Thread starter Thread starter Mohammad
  • Start date Start date
M

Mohammad

Hi for all

i want to view the body of the built in functions, like
strcpy or strcat, can any ony help me pleaze.
 
Hello,

Install the runtime libraries source code then step into these functions.

If you don't have the source code then press Alt+8 (to go into disasm view)
and step through the ASM body / code of the desired function.

Regards,
Elias
 
Back
Top