top of page

Lab3 Cont. Removing fno-builtin

Writer: jadach1jadach1

Our compilation will now look like this

gcc -g -o0 -o $output


Comparing this to the original output we can see that the function call is now using <puts@plt> instead of <printf@plt>


I believe that puts is able to reference the buffer much quicker than printf

 
 
 

Recent Posts

See All

Closing Thoughts

For my final blog post I would like to discuss what I have learned and plan to utilize in the future from this course. So although I was...

Comments


bottom of page