master BranchesTags Code Folders and files Latest commit History2 Commits src/main/java/io/qaralotte/ncmdump .gitignore LICENSE README.md pom.xml View all files Repository files navigation README MIT license ncmdump - 网易云音乐 NCM 转换 如何使用 在终端输入 java -jar ncmdump.jar xx...
}void AES::subBytes(unsigned char state[][4]) { for (int i = 0; i < 4; i++){ for (int j = 0; j < 4; j++){ state[i][j] = sBox[state[i][j]]; } } }void AES::shiftRows(unsigned char state[][4]) { unsigned char t[4];...
Why GitHub? Team Enterprise Explore Marketplace Pricing Sign inSign up pEco0L/ncmdump forked fromyoki123/ncmdump Watch0 Star0 Fork179 Code Pull requests Actions Projects Security Insights More master ncmdump/utils.go/ Jump to 60 lines (50 sloc)1.11 KB ...
aes.h Skip to content Why GitHub? Team Enterprise Explore Marketplace Pricing Sign inSign up xiaofeng-ling/ncmdump forked fromanonymous5l/ncmdump Watch1 Star0 Fork339 Code Pull requests Actions Projects Security Insights More master ncmdump/aes.h...
1 打开网页https://github.com/NoColor2/ncmdump下载ncmdump压缩包,下载方式如下:首先找到网页中绿色的按钮“Clone or download”并打开,其次点击“Download Zip”进行下载 2 将ncmdump压缩包进行解压,之后得到一个文件夹,文件夹名称为“ncmdump-master”,文件夹里面共有四个文件 3 将ncm格式的音乐文件复制到...
Why GitHub? Team Enterprise Explore Marketplace Pricing Sign inSign up cyberdong/ncmdump forked fromanonymous5l/ncmdump Watch0 Star0 Fork339 Code Pull requests Actions Projects Security Insights More master ncmdump/base64.h Go to file Copy path ...
void AES::setKey(const unsigned char key[]){ mNb = 4; mNk = 4; mNr = 10; memcpy(mKey, key, mNk * 4); }void AES::keyExpansion() { //the first mNk words will be filled in mW derictly for (int i = 0; i < mNk; i++){...
https://github.com/NoColor2/ncmdump/raw/master/main.exe 下载后,放在任意目录,然后把ncm格式的文件拖到main.exe上面,即可自动在当前目录生成.mp3文件。 功能: *支持批量转换,选中多个文件同时拖动到main.exe上自动转换 *转换完成后自动保存到原ncm文件路径 ...
Why GitHub? Team Enterprise Explore Marketplace Pricing Sign inSign up lyonsdpy/ncmdump forked fromanonymous5l/ncmdump Watch1 Star0 Fork339 Code Pull requests Actions Projects Security Insights More master ncmdump/base64.h Go to file Copy path ...
golang版本网易云音乐ncm文件格式转换. Contribute to wydy/ncmdump-1 development by creating an account on GitHub.