Tim Woocker
Tim Woocker
The 64 bit address gets cut off resulting in wrong bytecode. Here is an example of what's happening: >>> ks = keystone.Ks(keystone.KS_ARCH_X86, keystone.KS_MODE_64) >>> ks.asm("inc dword ptr [0x1456b56dc]", 0xc19b0023, True)...
The biggest problem I'm having with using py4j is that there is no autocompletion for the java classes. It would be a great addition to have a tool that converts...
When using XDP with `XDP_USE_NEED_WAKEUP`, the kernel needs to be woken up by calling either `sendto` or `recvfrom` depending on the ring using the fd. According to the docs (https://docs.ebpf.io/linux/concepts/af_xdp/#xdp_use_need_wakeup),...