Markuzzz Posted May 5, 2018 Posted May 5, 2018 Hello my name is Markus, I´m very new to this debugger. Could someone please help me and tell me, whats the easiest way to get a trace file with shows me all calls to a special dll which is also loaded before in memory. Example: I have a main.exe (aka loader.exe) which loads some dlls and then its starts one of this dlls, (lets say game.dll : function runGame) and this one make a lot of jumps to various functions inside a third dll, ( lets call it anticheat,dll) I want now to know how I can get a tracefile with all functioncalls from the game.dll to the anticheat.dll. but not ALL availiable Calls, but only these of them , which are really executed in the debug run ! I try the solution from mcchicken in this forum but it Trace everything from all other dlls to ... and this is too much to read for me. cheers Markus
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now