View Full Version : logging addresses
bean703
October 8th, 2006, 15:54
I want to find all of the addresses that a program goes to when i run it. Rather than breakpointing the whole program, is there a way to save a txt file with the addresses that a program goes to when it runs?
fr33ke
October 8th, 2006, 17:15
It's called Run trace. Set your options in Options -> Debugging options -> Trace. Then press Ctrl+F11 (trace into) or Ctrl+F12 (trace over). When your done press the ... button. You can save to file with Right click -> Log to file
LLXX
October 9th, 2006, 00:12
Be aware that the amount of data generated is... huge. That's an understatement.
Powered by vBulletin® Version 4.2.2 Copyright © 2020 vBulletin Solutions, Inc. All rights reserved.