刘裕洪的Blog

  • 首页
  • 归档

  • 搜索
leetcode selenium docker 破解 mysql Spring Deepin 逆向 Android Smail 反编译 Linux ThinkPHP jQuery JavaScript html5 css python VMware Centos c# uwp 安朗 校园网 sofether 路由器 交叉编译

网易云缓存提取

发表于 2020-03-03 | 分类于 Android | 0 | 阅读次数 241
File file = new File(Environment.getExternalStorageDirectory()+"/netease/cloudmusic/Cache/Music1/"+filename);
FileInputStream fileInputStream = new FileInputStream(file);
byte[] buf = new byte[fileInputStream.available()];
fileInputStream.read(buf);
fileInputStream.close();

int len = buf.length;
int key = 0xa3;
for (int temp = 0; temp < len; temp++)
{
	buf[temp] ^= key;
}
  • 本文作者: 刘裕洪
  • 本文链接: https://liuyuhong.ml/archives/网易云缓存提取
  • 版权声明: 本博客所有文章除特别声明外,均采用CC BY-NC-SA 3.0 许可协议。转载请注明出处!
# leetcode # selenium # docker # 破解 # mysql # Spring # Deepin # 逆向 # Android # Smail # 反编译 # Linux # ThinkPHP # jQuery # JavaScript # html5 # css # python # VMware # Centos # c# # uwp # 安朗 # 校园网 # sofether # 路由器 交叉编译
Deepin 15.11更新内核小记
spring不使用父级依赖提示不支持发行版本解决方法
  • 文章目录
  • 站点概览
刘裕洪

刘裕洪

死宅一只 🎵爱听EDM 📷摄影萌新

27 日志
14 分类
26 标签
RSS
Github E-mail Twitter
Creative Commons
Links
  • Mystery0
  • 梧桐
© 2019 — 2021 刘裕洪
由 Halo 强力驱动
|
主题 - NexT.Mist v5.1.4