zyantific / zydis

Fast and lightweight x86/x86-64 disassembler and code generation library
https://zydis.re
MIT License
3.47k stars 434 forks source link

System crash in a none windows environment. #396

Closed behnamshamshirsaz closed 2 years ago

behnamshamshirsaz commented 2 years ago

2 crash happens in DecoderDecodeFull/Format Instruction function pairs, 1) when first call is made to decode instruction at memory address 0. 2) while changing decode address to lower addresses that previously decoded or not(Mostly while decoding invalid instructions) Both of these may be happens because of Windows API using in these situations or pointer lost issues. These errors occurre in both versions 2.0.1 and 4.0.0

athre0z commented 2 years ago

Please provide code that demonstrates this issue.

flobernd commented 2 years ago

Closed as there was no further response.