registerprofilerhook.bat
来自「c#源代码」· Batch 代码 · 共 9 行
BAT
9 行
@echo off
echo Registering profiler hook...
start /wait regsvr32 /s nprof.hook.dll
if errorlevel 1 (
rem Re-register, but don't be silent this time
regsvr32 nprof.hook.dll
)
pause
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?