vieyahn2017

Results 70 comments of vieyahn2017

新搜到的 Anki学习卡,记忆神器 https://github.com/ankitects/Anki-Android/blob/master/AnkiDroid/src/main/AndroidManifest.xml ```xml ```

安卓逆向,从这开始 https://github.com/r0ysue/r0capture https://github.com/r0ysue/r0capture/blob/main/r0capture.py https://github.com/r0ysue/r0capture/blob/main/myhexdump.py 正好有我想找的这个

https://github.com/r0ysue/FridaAndrioidNativeBeginnersBook 《安卓Frida SO逆向分析实战》随书附件 https://github.com/r0ysue/AndroidFridaBeginnersBook 《安卓Frida逆向与抓包实战》随书附件 https://github.com/r0ysue/AndroidFridaSeniorBook 《安卓Frida逆向与协议分析》随书附件

https://github.com/r0ysue/MobileCTF 安卓 环境 [Pixel4/原生安卓13/KernelSU/Lsposed/Frida16/导抓包证书(2023/进阶/安卓13/学习新工具KernelSU)](https://github.com/r0ysue/MobileCTF/blob/main/AndroidEnvironment/Pixel4KernelSU) Frida/*posed [简易闯关(2023/入门/安卓13/学习简单算法与Frida调用框架函数)](https://github.com/r0ysue/MobileCTF/blob/main/AndroidHook/babyActivity) [六层锁机(2023/入门/安卓8/学习frida基本操作/动态加载Dex)](https://github.com/r0ysue/MobileCTF/blob/main/AndroidHook/SixLock) [FRIDA破解妹子图MZT的防截屏机制(2023/入门/安卓13/Frida hook 安卓系统API)](https://github.com/r0ysue/MobileCTF/blob/main/AndroidNetwork/MZT) [r0capture export p12 cert/Frida hook dlopen/ArtMehod:RegisterNative](https://github.com/r0ysue/MobileCTF/blob/main/AndroidNetwork/BLF) 抓包 [抓到酷安登录包(2023/入门/安卓13/VPN.HTTPS中间人抓包配置)](https://github.com/r0ysue/MobileCTF/blob/main/AndroidNetwork/CoolAPK) [抓到MZT妹子性感图(2023/入门/安卓13/VPN.HTTPS中间人抓包配置)](https://github.com/r0ysue/MobileCTF/blob/main/AndroidNetwork/MZT) [抓到BLF登陆包(2023/进阶/安卓13/服务器校验客户端证书、r0capture、frida hook so、SO字符串加密、证书格式)](https://github.com/r0ysue/MobileCTF/blob/main/AndroidNetwork/BLF) [抓到dida登陆包(2023/进阶/安卓13/r0cap/混淆后的SSL pinning解绑定)](https://github.com/r0ysue/MobileCTF/blob/main/AndroidNetwork/DIDA) [抓到ytx登陆包(2023/进阶/安卓13/flutter写的SSL pinning解绑定)](https://github.com/r0ysue/MobileCTF/blob/main/AndroidNetwork/YTX) 算法 [简易注册机(2023/入门/安卓13/学习算法还原和倒推)](https://github.com/r0ysue/MobileCTF/blob/main/AndroidAlgorithm/RegisterMachine) [公安比武:天天小额贷(2023/入门/安卓13/学习Frida hook...

简单的仿QQ聊天安卓APP https://github.com/xiuweikang/IM/tree/master ```xml ```

https://github.com/CarGuo/GSYVideoPlayer 支持 IJKPlayer、 Media3(EXOPlayer2)、MediaPlayer、AliPlayer,实现了多功能的视频播放器。 (请仔细阅读下方各项说明,大多数问题可在下方找到解答)。 鸿蒙版本openharmony-tpc/GSYVideoPlayer 如果克隆太慢或者图片看不到,可尝试从码云地址下载 类型 功能 缓存 边播边缓存,使用了AndroidVideoCache;Media3(ExoPlayer)使用SimpleCache。 协议 h263\4\5、Https、concat、rtsp、hls、rtmp、crypto、mpeg等等。(ijk模式格式支持) 滤镜 简单滤镜(马赛克、黑白、色彩过滤、高斯、模糊、模糊等等20多种)、动画、(水印、画面多重播放等)。 帧图 视频第一帧、视频帧截图功能,视频生成gif功能。 播放 列表播放、列表连续播放、重力旋转与手动旋转、视频本身rotation旋转属性、快播和慢播、网络视频加载速度。 画面 调整显示比例:默认、16:9、4:3、填充;播放时旋转画面角度(0,90,180,270);镜像旋转。 内核 IJKPlayer、Media3(EXOPlayer)、MediaPlayer、AliPlayer切换、自定义内核 布局 全屏与非全屏两套布局切换、没有任何操作控件的纯播放支持、弹幕功能、继承自定义任何布局。 播放 单例播放、多个同时播放、视频列表滑动自动播放、列表切换详情页面无缝播放。 窗口 小窗口、多窗体下(包括桌面)的小窗口播放。 广告...

https://blog.csdn.net/qq_52380836/article/details/127352191 Android反编译工具的使用(保姆级教程)

https://github.com/GcsSloop/AndroidNote/tree/master 自定义View 基础篇 安卓自定义View基础 - 坐标系 安卓自定义View基础 - 角度弧度 安卓自定义View基础 - 颜色 进阶篇 安卓自定义View进阶 - 分类和流程 安卓自定义View进阶 - 绘制基本图形 安卓自定义View进阶 - 画布操作 安卓自定义View进阶 - 图片文字 安卓自定义View进阶 - Path基本操作 安卓自定义View进阶 -...

参考文档 WebGPU官方文档:https://gpuweb.github.io/gpuweb/wgsl WebGPU中文文档:https://www.orillusion.com/zh/webgpu.html WebGL官方文档:https://developer.mozilla.org/zh-CN/docs/Web/API/WebGL_API three.js中文文档:http://www.webgl3d.cn/ babylon.JS官方文档:https://doc.babylonjs.com/ playCanvas官方文档:https://developer.playcanvas.com/zh/user-manual/ cesium官方文档:https://cesium.com/platform/cesiumjs/

https://github.com/google/dawn Dawn, a WebGPU implementation Dawn is an open-source and cross-platform implementation of the [WebGPU](https://webgpu.dev/) standard. More precisely it implements [webgpu.h](https://github.com/webgpu-native/webgpu-headers/blob/main/webgpu.h) that is a one-to-one mapping with the WebGPU IDL....