Max

Results 13 comments of Max

This feature would come in very handy. My use case would be something like the following: ```rust trait Monitor { type Action; // Usually some kind of enum } trait...

> Reset-remove semantics says that when those two states merge, we should see that the removed key now exists and that it's value is only the update that the other...

Oh damn. I was searching all day for examples, and they're in the *backends* folder.

Simply mention where they are at the end of any tutorial, or in the root readme file. "For more examples, have a look into....". Or give more in-line examples in...

A fix (for Windows only. Issue remains on Linux/macOS) is here: https://github.com/Kiiyya/rs-process-memory/commit/707eae2237df01de787828eccd27162f7353191d But since it's based on https://github.com/Tommoa/rs-process-memory/pull/4 I won't open a PR yet.

I think a functionality to get the architecture of an executable/process would be super convenient. Setting it to native by default creates issues like I ran into, debugging things which...

At which line in the `FastyBoy.rs` example you get this error? Have you tried again multiple times, is it always the same error? Which OS? Which arch (32bit, 64bit) does...

L69 is just a call to `set_offset`, which does no API calls.

I am able to reproduce the error, but I have no clue what might cause it. The syscall issued looks correct, I have permissions, and the address on the other...

I won't fix stuff, and I'm not the maintainer. Your guess is as good as mine.