Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Macos runtime modification tool reported an error #67

Open
dongchen1998 opened this issue Dec 20, 2024 · 2 comments
Open

The Macos runtime modification tool reported an error #67

dongchen1998 opened this issue Dec 20, 2024 · 2 comments

Comments

@dongchen1998
Copy link

Macos Sequoia 15.1.1 M1Prp
Running display:
[✗] Failed to download binary from: https://github.com/yuaotian/go-cursor-help/releases/download/v0.0.6/cursor_id_modifier_0.0.6_darwin_arm64

@TZAL-1
Copy link

TZAL-1 commented Dec 20, 2024

same

@yuaotian
Copy link
Owner

Is it a network problem? Or you can manually download a version of the implementation is also possible Oh, really can not pocket program is to manually modify it, but recently the new version of the machineId has a special encryption needs to be properly dealt with Oh!

Here are the core changes for version 0.0.6
PS:

refactor: Implement structured machineId generation

BREAKING CHANGE: machineId now follows specific format pattern

Technical Analysis:
Decoded sample: auth0|user_01JERFJQF96B7FKDX94HJH17DR
Format breakdown:

  • Prefix: auth0|user_
  • Sequence: 01 (numeric sequence)
  • Unique ID: JERFJQF96B7FKDX94HJH17DR (23 chars)

Changes:

  • Implemented structured ID generation matching observed format
  • Added sequence number generation (00-99)
  • Created unique ID generator with custom alphabet
  • Maintained hex encoding for final output

Format Structure:
[prefix ][seq][unique_id ]
auth0|user_ + 01 + JERFJQF96B7FKDX94HJH17DR

Hex encoded: 61757468307c757365725f30314a4552464a514639364237464b44583934484a4831374452

Reference:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants