2023年02月21日
最近入手小米手环4NFC版,发现有个模拟门禁卡的功能,满心欢喜去按app中的向导操作,结果均显示不支持,无奈去网上搜索了一下,发现可以用pn532, ACR122U等NFC读写器来操作,就跑到闲鱼上花了70元买了一个ACR122U-A9,开始破解,因为手头只有mac,准备用windows的虚拟机,找了相关软件,竟然下载到了恶意软件。无视,结果虚拟机重启N次,果然恶意十足。换linux虚拟机,无奈识别仍有问题。只好继续搜mac相关的软件,终于功夫不负有心人,人品爆发模拟成功。安装官方驱动brew
2023年01月11日
openwrt/lede WARNING: Not overriding core package 'abc' ; use -f to force多个源包含了 abc 这个 软件解决方案: 1. 删除一个源中的 abc 包 2. rm tmp/info/.packageinfo*abc*再次 ./scripts/feeds install -a 就不会出现了
2021年12月21日
注意固件,不同的略有不同https://downloads.openwrt.org/releases/21.02.1/targets/x86/64/openwrt-21.02.1-x86-64-generic-ext4-combined-efi.img.gzgeneric-ext4-combined-efi.img.gzResizing Ext4 rootfsResize Ext4 rootfs for ext4-combined.img.gz:1.工具准备opkg update
o
2021年12月21日
/*
合并音频和视频,形成音视频
*/
extern "C"
{
#include "libavutil/avutil.h"
#include "libavformat/avformat.h"
#include "libavformat/avio.h"
#include "libavcodec/avcodec.h"
}
#p
2021年12月20日
Resizing partitions Be sure to resize the image before resizing partitions when installing in a VM.Install fdisk.Use fdisk to show the partitions.Write down the starting sector address of /dev/sda2 (which is the root partition).Us
2021年08月15日
Here is how to disable Incognito Mode in Chrome for both Windows and Mac OS X.What Is Incognito Mode?Incognito Mode in Chrome is Google’s implementation of private browsing. Users can activate this mode and surf the internet without Chrome recording
2021年07月23日
用Win10系统自带的DiskPart工具为硬盘进行GPT分区图文教程转载2016-07-07 07:14:48传统的为硬盘进行分区的方式是MBR分区。但在TB以上的大硬盘普及的今天,MBR分区已经过时了,更为先进的分区方式GPT分区开始取而代之。至于GPT分区相比MBR分区的优势,最主要的就是两点:支持2.2TB以上大容量硬盘;支持多达128个主分区至于其他的区别大家可以自行网上搜索科普一下。并且GPT分区与如今流行的UEFI启动可谓是相辅相成,所以如果你的电脑是最近新配的,那么就毫不犹豫地进
2021年06月30日
序,64位系统运行可能需要安装大概三个扩展包(如果本身没有的话),我服务器CentOS可以直接运行,就不细说了该命令执行很快,瞬间. PHP实时返回数据没问题这里返回的信息中就已经包含了包名\APP名称 及应用图标在apk包中的位置(类似res/drawable-mdpi/icon.png).命令行返回的信息是纯文本,PHP不能直接用,我下面的PHP源码中会将其转为数组,以方便使用2 . 用unzip直接提取需要的图标文件#解压apk包中指定图片unzip ./xxx.apk res/drawa
2021年05月21日
%%=/dir1/dir2/dir3/*/}:删掉第一个 / 及其左边的字符串:dir1/dir2/dir3/*/}:删掉最后一个 /**%
2021年04月25日
int FakeAddrStart(unsigned char * addr, uint64 size) { mach_vm_size_t region_size = (mach_vm_size_t)size; mach_vm_address_t region = (vm_address_t)addr; /* Change memory protections to rw- */ if (vm