ipaguge

Results 3 comments of ipaguge

tcp请求解密无异常 只有udp时出现这个问题 我尝试在github.com/sagernet/sing/common/buf中 增加 如下方式 然后解密时每次使用Copy的新Buffer 解密正常 因此怀疑是 每次解密Buffer并没有重置导致的解密失败 func (b *Buffer) Copy() *Buffer { newBuffer := &Buffer{ data: make([]byte, len(b.data)), start: b.start, end: b.end, capacity: b.capacity, managed: b.managed, }...

我也遇到同样的问题 回退到1.3.9没问题

I ran a test using the current system’s bootmgfw.efi over our PXE server. The system booted normally without showing a BitLocker recovery screen. However, when I swapped in a vulnerable...