盐酸乙酰胆碱
487 subscribers
152 photos
4 videos
1 file
144 links
Maybe I'll forget all these crap after next eruption of acetylcholine. Who knows.
个人消息备份频道
Personal Message Archive
本频道任何消息均不构成医学建议/投资建议/政治主张
No investment/medical advice or political stance is provided/presented/clarified in this channel.
Download Telegram
盐酸乙酰胆碱
写了点奇怪的东西 纯 Java 调用任意 Linux syscall, 仅支持 Android 平台。 https://github.com/cinit/LibcoreSyscall
LibcoreSyscall 现已支持在 Android 5.0-15 x86/x64/arm/arm64 纯内存(文件不落地)加载 ELF shared object.
该项目本体仍然是纯 Java 编译的单 dex(无 so 无 assets)
无文件加载 so 的用例可以 参考项目 README
🤯103🥰2
Arm64EC 的一些技术细节
注: Arm64EC 是 Windows 11 ARM64 运行 x86_64 应用程序所使用的方案
http://www.emulators.com/docs/abc_arm64ec_explained.htm
Windows 11 使用旧版右键菜单

以管理员执行以下命令,随后重启 explorer.exe

reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
🥰91
NextAlone #群友交汇
8👍2🤪1
🥰11👍1👏1
🥰11👍1
在 ZeroTier 官方 controller 配置 RFC1918 以外的 IP 和路由时网页端会提示需要在客户端设置 AllowGlobal=1 才能生效.
然而注意到 ZeroTier 客户端源代码的 OneServiceImpl::checkIfManagedIsAllowed 函数当且仅当 CIDR 类型为 IP_SCOPE_GLOBAL 时才需要 AllowGlobal 为 1, 而依据 InetAddress::ipScope 函数可知 28.0.0.0/8 类型为 IP_SCOPE_PSEUDOPRIVATE, 显然这种情况下 OneServiceImpl::checkIfManagedIsAllowed 函数中 default 分支是返回 true 的,因而该 CIDR 不需要客户端配置 AllowGlobal=1.
🥰131
🥰9👍1
🥰101
Wine 10.0 添加了 Arm64EC 支持

- The ARM64EC architecture is fully supported, with feature parity with the
ARM64 support.
- Hybrid ARM64X modules are fully supported.
- The 64-bit x86 emulation interface is implemented.
- No emulation library is provided with Wine at this point, but an external
library that exports the emulation interface can be used.


https://gitlab.winehq.org/wine/wine/-/releases/wine-10.0
🔥81