rust学习日记|rust
go固然很好,但学go最好的时间是三年前,其次是现在而现在,rust正是三年前的gohttps://kaisery.github.io/trpl-zh-cn/ch01-03-hello-cargo.html
2022.11.09cargo newcargo build [–release]car ...
Read more
coreui-windows-npm-i报错12npm config set msvs_version 2017 npm config set msbuild_path "D:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin ...
Read more
laravel日记|laravel1234$request->validate([ 'email' => 'required|email', 'password' => 'required|confirmed|min:8', ...
Read more
日记用 update-alternatives 管理多版本
比如 update-alternatives –display java 列出java版本然后 update-alternatives –config php 选择版本
Read more
学pwn日记|pwn
vim可以在命令行中用 %!xxd 进入16进制查看 然后可以用**%!xxd -r**恢复
Read more
unidbg|unidbghttps://www.jianshu.com/p/9b53af35d5f7
https://github.com/zhkl0228/unidbg
Read more
frida常用js|frida-js7777
执行
1frida -U -f com.example.android -l script.js
通过python执行
123456789101112import timeimport fridadevice8 = frida.get_device_manager().add_remo ...
Read more
安卓二三事|android777
aapthttps://androidaapt.com/
解压、打包、查看、更新zip/jar/apk包
安卓的sdk其中一个工具
123456// 获取appPackage和appActivityaapt.exe dump badging apk包https://ww ...
Read more
xhs二三事|uuid777
这个问题来源 是因为深夜测试小红书的时候发现主站的一个下载二维码被劫持了 大概检查了一会 我认为是ci.xiaohongshu.com这个站的二维码资源被替换了
在先知群里提了一下 然后早上起床看了一下已经被修复了 可以说先知群作为国内大厂的工单群还是挺有效的
看 web archiv ...
Read more
安卓刷机-magisk|magisk777
旧版有一些写着用twrp 找来找去研究了一些 结论是pixel 3 刷安卓11不需要 参考这篇文章就好了
没有刷magisk的话 主要是没有root,adb shell进入后权限不够
简单来说就是几个步骤
解bl锁 因为我买的pixel已经解了 这步就跳过
https://develo ...
Read more