Posted December 13, 200816 yr i want to custome right poupmenu in windows like you guys do i want add open with oly, scan with peid,... but i haven't any idea ? thanks in advance
December 13, 200816 yr save as .reg and execute:(just a few examples, you have to modify the pathes of course)Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\exefile\shell\LordPE Editor\command]@="C:\\Reversing\\LordPE\\LordPE.EXE /PEEDIT\"%1\" /NOTRADEMARK"[HKEY_CLASSES_ROOT\exefile\shell\OllyDbg\command]@="C:\\Reversing\\OllyDbg\\OllyDbg.exe \"%1\""[HKEY_CLASSES_ROOT\exefile\shell\Scan with PEiD\command]@="\"C:\\Reversing\\PEID\\PEiD.exe\" \"%1\""[HKEY_CLASSES_ROOT\exefile\shell\Scan with Protection ID\command]@="C:\\Reversing\\Protection ID\\pid.exe -scan %1"The commands differ from app to app, some need "%1" and some only %1, others need an extra flag.And some don't support cmd line at all.To do the same for dlls, you have to change exefile to dllfile, ie.[HKEY_CLASSES_ROOT\dllfile\shell\LordPE Editor\command]@="C:\\Reversing\\LordPE\\LordPE.EXE /PEEDIT\"%1\" /NOTRADEMARK"
December 13, 200816 yr If you just want to do Olly and PEiD the options are in the tools.In PEiD go to options->add to contextIn olly go to options->add to explorer
Create an account or sign in to comment