Files
go-cursor-help/.gitignore
煎饼果子卷鲨鱼辣椒 f44b6af804 ```
feat(cursor): 实现增强版三重设备识别绕过方案

- 新增 b6 定点重写方案:直接修改机器码源函数返回固定值
- 扩展深度 Hook 方案:新增共享进程注入支持
- 添加 machineGuid 标识符:支持注册表机器码读取模拟
- 优化 Hook 脚本:支持多模块劫持包括 @vscode/deviceid 和 windows-registry
- 更新方案描述:从"增强版 Hook"改为"增强版三重方案"

fix(cursor): 解决设备标识符生成和模块劫持问题

- 修复 MAC 地址、会话ID等标识符持久化存储
- 改进 crypto 模块哈希算法匹配精度
- 增强 child_process 模块命令行参数处理

chore(build): 更新.gitignore排除docs目录
```
2026-01-13 23:51:01 +08:00

46 lines
408 B
Plaintext

# Compiled binary
/cursor-id-modifier
/cursor-id-modifier.exe
# Build output directories
bin/
dist/
# Go specific
go.sum
go/
.cache/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
# OS specific
.DS_Store
Thumbs.db
# Build and release artifacts
releases/
*.syso
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test files
*.test
*.out
coverage.txt
# Temporary files
*.tmp
*~
*.bak
*.log
.cunzhi*/
.sanshu*/
docs/