View Single Post
  #1  
Old 12-19-2022, 20:45
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 466
Rept. Given: 27
Rept. Rcvd 406 Times in 134 Posts
Thanks Given: 21
Thanks Rcvd at 1,884 Times in 359 Posts
CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499
simpleJumpLogger and OutsideLogger - Olly debugger scripts

simpleJumpLogger and OutsideLogger - Olly debugger scripts
simpleJumpLogger - will log conditional jumps, something similar with CJ-TESTER https://forum.exetools.com/showthread.php?t=17676
If you need to trace a lot of jump use instead of simpleJumpLogger CJ-TESTER; CJ-TESTER will be faster.
OutsideLogger will log addresses outside of the range RangeStart-RangeEnd
logs will be saved in D:\logs.txt see <mov sFile, "D:\logs.txt">
You will need to enter some addresses manually - see:
mov EndAddress, 600295F8
mov RangeStart, 60000000
mov RangeEnd, 600E2000
Attached Files
File Type: txt OutsideLogger.txt (480 Bytes, 9 views)
File Type: txt simpleJumpLogger.txt (716 Bytes, 9 views)
Reply With Quote