Emily Dietrich
Emily Dietrich
The builds with clang from ubuntu xenial run just fine but the ones generated with ubuntu bionic clang fails with `Parser error: src/vmir_type.c:139 : Type (i8) (index:0) is not a...
It was removed from binaryen but is still needed by the examples. https://github.com/WebAssembly/binaryen/pull/1607
This was asked already in issue #1 but it was closed for some reason. Does that mean that you no longer plan on releasing the source code or was there...
### What feature would you like to see? Native aarch64 builds of ImHex for Windows ideally using DirectX instead of OpenGL. ### How will this feature be useful to you...
Need to add a proper float type since a lot of structs depend on it.
split sleeping into 1 second chunks and stop if supposed to.
Doesn't pause the process and doesn't need the debugmode=1 patch. Atmosphere-pm gives us the process handle.
[Picoc](https://gitlab.com/zsaleeba/picoc) is a c-interpreter which imo makes much sense than lua since we have native pointers and proper types. With #11 this will enable users to just access process-memory from...