ko1N
ko1N
This pull request enables enum variants to also have doc comments and annotations much like fields.
This draft will implement OBS capture with dynamic switching when a fullscreen application is detected. Current limitations: - Sometimes the capture takes a few seconds to switch so we should...
The cursor icon should actually be fetched from windows and forwarded to the host for rendering. At best, the texture buffer should be provided by the guest agent.
For more convenience, we shouldn't rely on PsExec anymore but build our own windows service. Ideally, we provide a pre-packaged installer so the end-user can just install the guest agent.
For a better user experience (especially outside of games) it could be useful to support mouse and keyboard in a similar way to Parsec. Sending inputs could either be done...
Due to the nature of physical memory access it is sometimes inconvenient that data is paged out and inaccessible because it did not change in a while. A pull-through VirtualMemory...
When reading at a high address with an appropriate length that would cause an overflow this panic is emitted. It would be better to not panic and just return a...
The read helper functions are currently very basic. It would be really nice if we could improve and expand those. One example would be to not have a string length...
It would be kinda nice if this could be used for Pointer32/64 like `Pointer64`. A separate issue for this should be opened. _Originally posted by @ko1N in https://github.com/memflow/memflow/pull/48#discussion_r567436780_