soltrac

Results 10 comments of soltrac

But I don't get it. I have hooked on the process NtProtectVirtualMemory, and i've done this: ` Console::PrintLn("NtProtectStarted"); auto res = trampolineNtProtectVirtualMemory(ProcessHandle, UnsafeBaseAddress, UnsafeNumberOfBytesToProtect, NewAccessProtection, UnsafeOldAccessProtection); Console::PrintLn("NtProtectEnded");` After this, before...

Well...this is ridiculous and I have no explanation...but I was using polyhook for the user mode hook and now I've changed to minhook and it is not freezing. Now it...

Sorry, I have to reopen this: I've been able to reproduce this issue: If I shadow page a function, and after that I make a VirtualProtect with PAGE_NOACCESS on this...

Hi! Thank you for the help: I've tried adding this `const WCHAR deviceNameBuffer[] = L"\\Device\\testdrv1"; const WCHAR deviceSymLinkBuffer[] = L"\\DosDevices\\testdrv1"; PDEVICE_OBJECT g_MyDevice; // Global pointer to our device object` `UNICODE_STRING...

@romeroandalusia Thats not possible, because okexchain has a custom tendermint implementation and they do it, you there can read non validated transactions without any problem. Also, I've noticed some arbitrage...

> The `eth_pendingTransactions` api can return tx in mempool no matter validator node or normal node, it's just the websocket subscription don't. I meant eth_newPendingTransactionFilter. That one is not giving...

> > > The `eth_pendingTransactions` api can return tx in mempool no matter validator node or normal node, it's just the websocket subscription don't. > > > > > >...

It is a bug. Asking the mempool about pending transactions should return pending transactions, not already included in block transactions.

Hello, could you show us at least where is the bug? We use this library and this problem is a headache for us. At least, to be able to do...

Any idea when is this going to be handled?