Shivatech
More about C, Networking Protocols TCP/IP and Interview questions
Friday, March 15, 2013
how strace or ptrace or gdb break point tracing works
›
You can run $strace strace ls to see what strace is running and also using sample program.. We all love strace, but have you ever won...
Wednesday, November 23, 2011
what is a tail recursion?
›
A function call is said to be tail recursive if there is nothing to do after the function returns except return its value. Sinc...
Reverse Code Engineering and basics of assembly language
›
CPU Registers A processor takes data and instructions that are stored in memory and performs whatever calculations are required, then wri...
6 comments:
›
Home
View web version