ko1N
ko1N
I required this when generating Serde models from a Json specification. In particular I needed to generate the Serde rename annotations for Enum variants.
It would also be really useful to have a conversion function which prints out guid/age for PE files in the default microsoft formatting. Something along those lines would work: `let...
We could change the behavior for virtual reads as well. If we make sure the read helper functions use zero initialized buffers instead of MaybeUninit we could omit the virtual...
Thanks for the hint! I updated the Readme on the next branch to reflect this requirement! https://github.com/memflow/memflow/tree/next#compilation-support
We should rather look at the new volatility3 profile structure than the old deprecated rekall one. Additionally, we should have the option to output volatility profiles as well. Eventually, it...
Now that we have native Os Plugin support for things like imports, exports, sections it would be really nice to slowly move towards lazy evaluation through goblin.
I get this issue when trying to pull in repos from a private git that uses a custom port: ``` [git] info Fetching refs from ssh://[email protected]:1234/buckaroo/protobuf.git [git] success Fetched 1...
Did u do a performance comparison yet? Can this issue be closed?
Integration tests should also be considered (not sure how they could be done yet, but ye).
Hey! Thanks for the issue. It's hard to tell but it could be that you're using resizable bar, which is currently an issue for memflow-qemu. Sadly i dont have any...