logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

高版本macos(>10.15)交叉编译低版本gcc(4.7.x)例子

背景在高版本macos(>10.15)通过brew install gcc@4.7.x 已经无法成功,因为版本差距太大,许多开发环境已经不支持,有点挑战环境host: macos 11.5.2host gcc:Apple clang version 13.0.0 (clang-1300.0.29.3)target: i686-none-linux-gnutarget gcc source:

#macos#linux#bash
macos big sur vmware 的 ubuntu11.10 虚拟机无法和主机(host)之间进行 复制和粘贴(copy and paste)的解决办法

常规方法(官网)Mount CD Image and Extract Contents:To mount the CD image and extract the contents follow the steps below:Power on the virtual machine.Log in to the virtual machine using an account with admin

文章图片
#macos#linux
macos big sur vmware 的 ubuntu11.10 虚拟机无法和主机(host)之间进行 复制和粘贴(copy and paste)的解决办法

常规方法(官网)Mount CD Image and Extract Contents:To mount the CD image and extract the contents follow the steps below:Power on the virtual machine.Log in to the virtual machine using an account with admin

文章图片
#macos#linux
解决 wmware windows虚拟机无法使用U盘,提示“跟这台电脑连接的一个usb设备运行不正常 windows无法识别它”的问题!

我的wmware软件是安装在macosx上的,在wmware虚拟机上运行windows10,同时插入U盘,可以看到U盘已经连接成功,但是无法使用,好像驱动出了问题,提示如下图看到wmware U盘的连接信息,发现自己的U盘使用的是USB3.0,而我现在wmware设置的位USB2.0所以关机 windows10系统,将wmware 里面的设置 USB2.0 => USB3.0,重启windo

iOS方法hook检测

系统库或可执行文件中的方法被hook,已经需要另外一个动态库进行注入,这是我们去获取当前当前方法库路径,看是否符合正常的路径来判断,比如 open 方法的库路径:/usr/lib/system/libsystem_kernel.dylib如果不是则被hook。

#安全架构
到底了