You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My enviroment:
Mode MSVC x64-Debug
Staticly linked... happends when building locally... belive also happend with the released static binaries... yet not confirmed...
Observation: This fault happends at the very beginning of the initialization of Unicorn at the time... i belive around whent he prologs and epilogs are being built... not exactly sure... need to dig deeper..
callstack:
notice that this just happends at the absolute very beginning of initialization (if i simply ignore the exception and allow it to continue running... it will initialize and work as intented (no side effect observed))...
a simple way to trigger/reproduce this is using (UC_ARCH_X86, UC_MODE_32) and calling any API like uc_mem_map that will trigger the UC_INIT...
any extra information needed let me know...
The text was updated successfully, but these errors were encountered:
My enviroment:
Mode MSVC x64-Debug
Staticly linked... happends when building locally... belive also happend with the released static binaries... yet not confirmed...
Observation: This fault happends at the very beginning of the initialization of Unicorn at the time... i belive around whent he prologs and epilogs are being built... not exactly sure... need to dig deeper..
callstack:
notice that this just happends at the absolute very beginning of initialization (if i simply ignore the exception and allow it to continue running... it will initialize and work as intented (no side effect observed))...
a simple way to trigger/reproduce this is using (UC_ARCH_X86, UC_MODE_32) and calling any API like
uc_mem_map
that will trigger the UC_INIT...any extra information needed let me know...
The text was updated successfully, but these errors were encountered: