Jump to content
Tuts 4 You

How to custome right popup menu?


blaCke

Recommended Posts

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"
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...