hxm-cpp

Results 9 comments of hxm-cpp

that debug thing wont help you in a shet. winafl have serious troubles when it tries to start fuzzing from main

he is on windows. either move to linux or get a mac.

you can implement it by yourself, here is how its semantic should looks like : ```c++ void SemanticAdcs(Context &ctx) { auto &state = ctx.NewState(); auto &alu = state.alu; alu.result =...

``` C:\Users\AsciiArtist\>pip3 install asciiartist Collecting asciiartist Using cached asciiartist-0.5.3-py3-none-any.whl (3.6 MB) Collecting matplotlib Using cached matplotlib-3.7.1-cp311-cp311-win_amd64.whl (7.6 MB) Collecting scikit-image Using cached scikit_image-0.20.0-cp311-cp311-win_amd64.whl (23.7 MB) Collecting asciiartist Using cached asciiartist-0.5.2-py3-none-any.whl...

i assume the problem is due to the fact that `tflite-runtime` only exists on Linux.

Maybe if you can make a PR with the whole TensorFlow module instead of the Lite one it would be really cool.

this is no correct, i downgraded from python 3.11 to 3.9 : ![image](https://user-images.githubusercontent.com/116516702/228895764-a0edccbe-9e85-45e3-a5f2-d4973eac9c95.png) https://discuss.tensorflow.org/t/how-to-install-tflite-runtime-in-windows-machine/11427

but llvm 8 is self-contianed on your project. can you at least precise the changes mades on it for clarifications ?