ko1N

Results 45 comments of ko1N

The upstream librarynow finally supports mac os. I'm trying to figure out how we can adapt our build pipeline for mac.

Builds now pass and deploy to memflowup thanks to @ConnorBP 👍

We should add some preflight checks for existing packages and tools and give a more explicit error message in case those are missing.

Since this issue is related to memflowup 0.1 ill close it

Thanks for the issue. Seems to be related to the binary build of memflow-kvm. I'll try and reproduce it locally and fix it. In the meantime you can build memflow-kvm...

This issue was from memflowup 0.1 so ill close it as this is probably fixed by now.

Hey there, thanks for your first issue! Im not sure if i understood the request correctly though. The read_addr32 and read_addr64 as well as read_addr_arch functions are still present. However...

The current solution would be to manually build memflow-ffi as a 32bit target. You could try compiling the main repo for i686. Something like this could work: ``` rustup target...

Then you probably want to use something like i686-unknown-linux-gnu instead. Please refer to the rustup docs on how to setup different targets: https://rust-lang.github.io/rustup/cross-compilation.html

Since this issue is quite old im gonna close it. Feel free to re-open if you still have questions.