ned
September 14th, 2012, 16:19
Hello all! My name is Harris.
I wanna ask what is the difference between hooking and DBI(dynamic binary instrumentation)?
I am asking this because i wanna know also what is the best observation technique.
eg You have a client communicating with a server sending data with a send() function.. I want that intercepted! printing me the data that is about to send on the connected socket or saving them in a file or i want to sit for 10 hours playing with my client ,take a break and look for all the printed data.
This is a quick example but i want you try and think another ,something that has to do with observing how a program works and how to achieve that and is related to hooking or DBI or these are the same thing?
Thx in advance i hope my question is clear.
I wanna ask what is the difference between hooking and DBI(dynamic binary instrumentation)?
I am asking this because i wanna know also what is the best observation technique.
eg You have a client communicating with a server sending data with a send() function.. I want that intercepted! printing me the data that is about to send on the connected socket or saving them in a file or i want to sit for 10 hours playing with my client ,take a break and look for all the printed data.
This is a quick example but i want you try and think another ,something that has to do with observing how a program works and how to achieve that and is related to hooking or DBI or these are the same thing?
Thx in advance i hope my question is clear.