Hi all,
Is there any way to find out the modules through which an IRP or a call will traverse reaching finally to network drivers ? For example, if i make a call to TCP to send some packet on the network, how can i come to know what drivers the call has gone through to finally reach the NIC driver ? I tried using the IRP tracker, but didnt quite solve my purpose. My intention is to find out driver dependancies in a particular stack. Can this be done through some reverse engineering techniques ? Would really appreciate any pointers.
Thanks.