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...
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 ...
}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 SuzukiHonoka/ncmdump forked fromanonymous5l/ncmdump Watch0 Star0 Fork339 Code Pull requests Actions Projects Security Insights More master ncmdump/aes.h Go to file Copy path ...
void rotWord(unsigned char w[]); void subWord(unsigned char w[]); //get the secret key void getKeyAt(unsigned char key[][4],int i); };© 2020 GitHub, Inc. Terms Privacy Security Status Help Contact GitHub Pricing API Training Blog About ...
CJSON_PUBLIC(void *) cJSON_malloc(size_t size) { return global_hooks.allocate(size); }CJSON_PUBLIC(void) cJSON_free(void *object) { global_hooks.deallocate(object); }© 2020 GitHub, Inc. Terms Privacy Security Status Help Contact GitHub Pricing API Training Blog About ...
aes.h Skip to content Why GitHub? Team Enterprise Explore Marketplace Pricing Sign inSign up WentaoHao/ncmdump forked fromanonymous5l/ncmdump Watch0 Star0 Fork339 Code Pull requests Actions Projects Security Insights More master ncmdump/aes.h...
不知道跟网易云自动更新成3.0有没关系大家有没有能用的版本啊 594csh 默默无闻 1 刚刚到处找了一圈,找到解决办法了,就是不知道为啥ncmdump-master突然就不行了。现在改用Majjcom/ncmppGui: 一个使用C++编写的转换ncm文件的GUI工具 (github.com)地址:https://github.com/Majjcom/ncmppGui/tree/main...
base64.h Skip to content Why GitHub? Team Enterprise Explore Marketplace Pricing Sign inSign up vancevol/ncmdump forked fromanonymous5l/ncmdump Watch0 Star0 Fork339 Code Pull requests Actions Projects Security Insights More master ncmdump/base64.h...
Why GitHub? Team Enterprise Explore Marketplace Pricing Sign inSign up MrSsg/ncmdump forked fromanonymous5l/ncmdump Watch1 Star0 Fork339 Code Pull requests Actions Projects Security Insights More master ncmdump/base64.h Go to file Copy path ...