aleclearmind
aleclearmind
Please provide the binary.
Will take a look! Anyway, please consider that reversing rust is [a very difficult topic](https://media.ccc.de/v/37c3-11684-rust_binary_analysis_feature_by_feature).
I can no longer reproduce this crash. The binary proceeds beyond the point where the crash happens and eventually crashes in a different way. Unfortunately, bugs in programs of this...
Xtensa is not a top priority for us as of now, but if you'd be willing to work on its support, we'd be willing to point you in the right...
We finally updated QEMU, we still need to bump from 8 to 10 though.
Thanks for the detailed report. I made a [godbolt reproducer](https://godbolt.org/z/55YWvoMPf). I wonder how this didn't pop up in our tests so far. We test MSVC. I think we always consider...
OK, we have [a REP](https://pad.rev.ng/s/pslmxUCJI#) and a [draft PR](https://github.com/revng/revng/pull/461) (not complete yet). We'll find some time to finish this up. Thanks again for the detailed report.
> the reserved space grows with the number of arguments The space reserved for the *actual* stack arguments (those after the 4th) was already taken into account as arguments. That...
1. > When I use revng translate -o example.gen.out example and ./example.gen.out it has error : Please attach the binary you're translating. Please consider that we no longer focus that...
Bug reports must always attach the binary, explaining how to rebuild the binary is problematic. Please attach the binary.