-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for 2.10.13 build 202675 client (last version for V2.x cl…
…ients)
- Loading branch information
1 parent
e225097
commit b15d0a6
Showing
5 changed files
with
45 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
play 爱你没错 by 雷小宝 and run the brute force script in scanning.ipynb to get current and length offsets. Data type in cheat engine is double for current time, and string for searching song id. | ||
play Shed a Light (Like Instrumental Mix) (https://music.163.com/#/song?id=511460368) and run the brute force script in scanning.ipynb to get current and length offsets. Data type in cheat engine is double for current time, and string for searching song id. | ||
in cheat engine, scan for string of the song id in all memory space, find the memory address that holds the string, eliminate until one left, then use pointer scan for this address and find any offset of cloudmusic.dll with offsets 0 1 2 3 of some number and rest to be empty. Fill the offsets in notebook and scan to confirm the address (should agree with what cheat engine shows). | ||
In cheat engine pointer scan page, need to switch around songs and pick the pointer that constantly points to the song id. Most pointers+offsets does not stay. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters