66hh
66hh
使用IDLE时fileno函数会引发异常导致整个模块无法使用 ## Checklist ### Which kind of PR do you create? - [x] This PR only contains minor fixes. - [ ] This PR contains major feature update. - [...
如题 附上简易实现代码 io/pcap.go ``` package io import ( "context" "hash/crc32" "sort" "strings" "time" "github.com/google/gopacket" "github.com/google/gopacket/layers" "github.com/google/gopacket/pcap" ) var _ PacketIO = (*pcapPacketIO)(nil) type pcapPacketIO struct { pcap *pcap.Handle lastTime *time.Time...
I've reversed the Stellaris checksum algorithm, maybe we can compute the checksum of the original game first, and then patch the hard-coded checksum in the executable so that the patch...
Client version: 1.12.2 Server OS: Windows Cuberite Commit id: 5e258c6d95a22664e1f9bfa8e778e007e69b4ef2 活塞行为异常,当涉及多个活塞相互推动时,会出现额外的方块 ------------------------------------------------------------------- The piston behaves abnormally, and when multiple pistons are involved pushing each other, extra blocks appear  ...