Windy
Windy
Tested on pixel 4 android 13 device, it is supported. Which device not suppported? Can you show the error log?
https://github.com/WindySha/Xpatch 不需要Root 不需要Xposed框架也能使用Xposed模块
https://github.com/WindySha/Xpatch No need to root device to using Xposed module.
https://github.com/WindySha/Xpatch No need to use VAExcposed.
Why did the CI flow failed? I need some help. > ---- tests::ring_buf::ring_buf::write_half_the_capacity_items stdout ---- > thread 'tests::ring_buf::ring_buf::write_half_the_capacity_items' panicked at test/integration-test/src/tests/ring_buf.rs:83:21: > called `Result::unwrap()` on an `Err` value: LoadError {...
> > This includes two interfaces: and . > > This reads like there should be the interfaces spelled out? :) Thank you. I have modified the words to :...
可能是资源混淆了,导致资源名称在不区分大小写的平台上(mac)出现资源被覆盖的问题,可以参考下这个规避方案: https://github.com/WindySha/Xpatch/commit/773674b54a0d8d7cf316b95d00eead38427932ec
> 确实会有这种情况,是go从c这边获取结果的时候,会出现字符串内容丢失的情况,我也没搞清楚怎么修复。。 有没有可能是这里的原因: ``` const char* UnwindCallChain(char* map_buffer, UnwindOption* opt, uint64_t* regs_buf, void* stack_buf) { const char* result = ""; // std::cerr