|
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...
|