-
Notifications
You must be signed in to change notification settings - Fork 142
/
add_menu.reg
25 lines (17 loc) · 963 Bytes
/
add_menu.reg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\exefile\shell\PIN_run]
@="Run with PIN (Tiny Tracer)"
[HKEY_CLASSES_ROOT\exefile\shell\PIN_run\command]
@="\"C:\\pin\\source\\tools\\tiny_tracer\\install32_64\\run_me.bat\" \"%1\" \"exe\" \"U\""
[HKEY_CLASSES_ROOT\dllfile\shell\PIN_run]
@="Run with PIN (Tiny Tracer)"
[HKEY_CLASSES_ROOT\dllfile\shell\PIN_run\command]
@="\"C:\\pin\\source\\tools\\tiny_tracer\\install32_64\\run_me.bat\" \"%1\" \"dll\" \"U\""
[HKEY_CLASSES_ROOT\exefile\shell\PIN_run_admin]
@="Run with PIN (Tiny Tracer) - as Administrator"
[HKEY_CLASSES_ROOT\exefile\shell\PIN_run_admin\command]
@="\"C:\\pin\\source\\tools\\tiny_tracer\\install32_64\\run_me.bat\" \"%1\" \"exe\" \"A\""
[HKEY_CLASSES_ROOT\dllfile\shell\PIN_run_admin]
@="Run with PIN (Tiny Tracer) - as Administrator"
[HKEY_CLASSES_ROOT\dllfile\shell\PIN_run_admin\command]
@="\"C:\\pin\\source\\tools\\tiny_tracer\\install32_64\\run_me.bat\" \"%1\" \"dll\" \"A\""