Is there any tool that takes a memory address (function pointer) and a function signature and then outputs all the arguments that is passed to it? I've been doing this recently but I have to recompile the DLL every time. Before I write this program myself, I figured I'd ask if it already exists.