lazymio

Results 721 comments of lazymio

saicao’s patch wasn’t correct. You should try current dev/master instead.

> > ``` > > err = uc_emu_start(uc, (uint64_t)looptest, (uint64_t)looptest+0x50, 0, 0); > > ``` > > Are you sure this is correct? I doubt that the `looptest` function has...

As a side note, the JIT protection is not enabled at all on the macos arm64 runners. For instance, we can use the following code to confirm: ```c #include "sys/mman.h"...

Hey guys, can I have some updates? @prasanjitsahoo @erik-bershel

> no. the hypervisor already has `com.apple.private.hypervisor` because the hypervisor is in a system process whose executable is in the virtualization framework. (`/System/Library/Frameworks/Virtualization.framework/XPCServices/com.apple.Virtualization.VirtualMachine.xpc/Contents/MacOS/com.apple.Virtualization.VirtualMachine`). The vmapple kernel simply does not support...

> > How do you confirm the entitlement is there? > > `codesign -d --entitlements - /System/Library/Frameworks/Virtualization.framework/XPCServices/com.apple.Virtualization.VirtualMachine.xpc/Contents/MacOS/com.apple.Virtualization.VirtualMachine | grep com.apple.private.hypervisor` I think the entitlement I'm referring is `com.apple.private.hypervisor.vmapple`, does `com.apple.private.hypervisor`...

Ah, it seems we leave out invalid mem hooks? Need to investigate.

I confirm that this has been fixed by #2031

Anyone working on the `ots_searchTransactionsBefore`, `ots_searchTransactionsAfter` and `ots_getTransactionBySenderAndNonce`? I'm going to give it a try.