Skip to content

连接不上呢 #145

@kalusuo

Description

@kalusuo

Microsoft Windows [版本 10.0.26100.7840]
(c) Microsoft Corporation。保留所有权利。

C:\Users\12203>git --version
git version 2.53.0.windows.1

C:\Users\12203>yarn --version
1.22.22

C:\Users\12203>git clone https://gitcode.com/gh_mirrors/wm/WMPFDebugger.git
Cloning into 'WMPFDebugger'...
remote: Enumerating objects: 384, done.
remote: Total 384 (delta 0), reused 0 (delta 0), pack-reused 384 (from 1)
Receiving objects: 100% (384/384), 7.70 MiB | 4.61 MiB/s, done.
Resolving deltas: 100% (197/197), done.

C:\Users\12203>cd WMPFDebugger

C:\Users\12203\WMPFDebugger>yarn install
yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
[1/2] ⠂ frida
error C:\Users\12203\WMPFDebugger\node_modules\frida: Command failed.
Exit code: 1
Command: node scripts/install.js
Arguments:
Directory: C:\Users\12203\WMPFDebugger\node_modules\frida
Output:
prebuild-install warn install read ECONNRESET
Downloading toolchain 20250919...
Extracting toolchain...
Downloading SDK 20250919 for windows-x86_64-mt...
Extracting SDK...
Visual Studio is not installed

C:\Users\12203\WMPFDebugger>npm config set registry https://registry.npmmirror.com

C:\Users\12203\WMPFDebugger>npm config set disturl https://npmmirror.com/dist
npm error disturl is not a valid npm option
npm error A complete log of this run can be found in: C:\Users\12203\AppData\Local\npm-cache_logs\2026-02-25T14_42_29_040Z-debug-0.log

C:\Users\12203\WMPFDebugger>yarn add frida@latest --network-timeout 100000
yarn add v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
success Saved 1 new dependency.
info Direct dependencies
└─ frida@17.7.3
info All dependencies
└─ frida@17.7.3
Done in 1.50s.

C:\Users\12203\WMPFDebugger>yarn install
yarn install v1.22.22
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.07s.

C:\Users\12203\WMPFDebugger>npx ts-node src/index.ts
[server] debug server running on ws://localhost:9421
[server] proxy server running on ws://localhost:62000
C:\Users\12203\WMPFDebugger\src\index.ts:127
const wmpfProcessPath = wmpfProcess.parameters.path as string | undefined;
^
TypeError: Cannot read properties of undefined (reading 'parameters')
at frida_server (C:\Users\12203\WMPFDebugger\src\index.ts:127:41)

C:\Users\12203\WMPFDebugger>npx ts-node src/index.ts
[server] debug server running on ws://localhost:9421
[server] proxy server running on ws://localhost:62000
C:\Users\12203\WMPFDebugger\src\index.ts:127
const wmpfProcessPath = wmpfProcess.parameters.path as string | undefined;
^
TypeError: Cannot read properties of undefined (reading 'parameters')
at frida_server (C:\Users\12203\WMPFDebugger\src\index.ts:127:41)

C:\Users\12203\WMPFDebugger>npx ts-node src/index.ts
[server] debug server running on ws://localhost:9421
[server] proxy server running on ws://localhost:62000
C:\Users\12203\WMPFDebugger\src\index.ts:127
const wmpfProcessPath = wmpfProcess.parameters.path as string | undefined;
^
TypeError: Cannot read properties of undefined (reading 'parameters')
at frida_server (C:\Users\12203\WMPFDebugger\src\index.ts:127:41)

C:\Users\12203\WMPFDebugger>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions