blaCke Posted December 13, 2008 Posted December 13, 2008 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
Killboy Posted December 13, 2008 Posted December 13, 2008 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"
Loki Posted December 13, 2008 Posted December 13, 2008 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
by:70 Posted December 14, 2008 Posted December 14, 2008 (edited) exedllfile exedllfile.rar Edited December 14, 2008 by by:70
by:70 Posted December 14, 2008 Posted December 14, 2008 (edited) English CtF.rar CtF.rar Edited December 14, 2008 by by:70
ragdog Posted December 15, 2008 Posted December 15, 2008 HiYou can use a very simply example\masm32\examples\bcraven\appendGreets,
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now