1.匯出、新增登錄檔
a.輸入regedit開啟登錄檔編輯器
b.匯出登錄檔
c.修改登錄檔,新增
[hkey_classes_root\myprotocol]
@="myprotocol protocol"
"url protocol"=""
[hkey_classes_root\myprotocol\defaulticon]
@="c:\\program files (x86)\\tencent\\wechat\\wechat.exe"
[hkey_classes_root\myprotocol\shell]
@=""
[hkey_classes_root\myprotocol\shell\open]
@=""
[hkey_classes_root\myprotocol\shell\open\command]
@="\"c:\\program files (x86)\\tencent\\wechat\\wechat.exe\" "
需注意:檔案路徑中使用\\分割
d.重新匯入登錄檔
e.js檔案
需注意:a標籤上的myprotocol和[hkey_classes_root\myprotocol]保持一致
2.還原登錄檔
glaryutilities軟體
js執行本地exe程式
try catch error 寫入登錄檔 新建read.reg檔案,編寫如下 windows registry editor version 5.00 hkey classes root myprotocol myprotocol protocol url protocol hkey classe...
windows下exe程式的啟動過程
執行乙個程式,必然就產生乙個程序 process 最直接的程式執行方式就是在shell 如 win95 的檔案總管或windows 3.x 的檔案管理員 中以滑鼠雙擊某乙個可執行檔案圖示 createprocess 啟用的。讓我們看看整個流程 1.shell 呼叫 createprocess 啟用。...
在記憶體中啟動EXE程式(過程詳解)
這個檔案可加密,開啟檔案的同時解密成exe檔案即可。char szfilename virus.exe handle hfile createfile szfilename,generic read generic write,file share read file share write,nul...