View Single Post
  #2  
Old 07-12-2004, 04:45
babar0ga
 
Posts: n/a
In registry(talking about context menu) command line(paramter) is presented as '%1'..

So, if you make your command for conetext menu as ollyloader "%1"
command line parameter will be passed to your ollyloader.exe.

Now, all you need to do is call ollydbg with that same paramater...
Reply With Quote