How can the Code level Black Box trace system DLLs with parameters and return values using only the DLL itself without debug information?
We have a “magic” PDB, which will cause the Black Box to record the parameters of system functions. This will work with all versions of these DLLs (NT/Win9x or different versions), as long as the interface (parameters type) remains the same. The parameters practically never change, because this will cause applications that are running today to stop running.
Related Questions
- How large is a Black Box log file if I leave the Code Level Black Box tracing my application for several days at the remote site without dumping the buffer to the log file?
- Can I trace and record with the BugTrapper Console as I would with the Code Level Black Box?
- Can I trace with the BugTrapper Console as I would with the Code Level Black Box?