There seems to be a crash which occurs inside of EagleVM when running in release mode. With debug information, it occurs during a Zydis encode function call which returns an invalid status code because of an attempt to encode mov, REG(NONE), REG(NONE).
As far as I have tested, this is not caused by the random seeder so there seems to be some some kind of undefined behavior going on.
There seems to be a crash which occurs inside of EagleVM when running in release mode. With debug information, it occurs during a Zydis encode function call which returns an invalid status code because of an attempt to encode
mov, REG(NONE), REG(NONE)
.As far as I have tested, this is not caused by the random seeder so there seems to be some some kind of undefined behavior going on.