小路
小路
Internalblue CLI hang up and no memdump.bin exist when dumping RAM on Raspberry Pi 4b (BCM4345C0)
**Describe the bug** Hi I have tried to use dumpmem command on Raspberry Pi 4b, but the Internalblue CLI hang up after `Received Data: complete` message exists. **Hardware and operating...
I cannot start v2ray binary of version number v4.43.0-x, but version v4.42.2-1 is ok. The error is: ``` root@R7500v2:~# v2ray Error relocating /usr/bin/v2ray: __nanosleep_time64: symbol not found ``` My system...
Testing code: ```objc + (void)functionTest:(int)x2 x3:(int)x3 x4:(int)x4 x5:(int)x5 x6:(int)x6 x7:(int)x7 stack1:(id)stack1 stack2:(id)stack2 stack3:(BOOL)stack3 stack4:(BOOL)stack4 stack5:(id)stack5 { NSLog(@"stack1: %p", stack1); NSLog(@"stack2: %p", stack2); NSLog(@"stack3: %d", stack3); NSLog(@"stack4: %d", stack4); NSLog(@"stack5: %p",...
[ LaunchAnyWhere 补丁绕过:Android Bundle Mismatch 系列漏洞 复现与分析 ](https://xuanxuanblingbling.github.io/ctf/android/2024/04/13/launchanywhere02/) 这个文章“漏洞总览”里面图片提到的CVE-2021-39676漏洞,我之前有分析过,可以补充上哈。