gdt050579 / GView

GView is a cross-platform framework for reverse-engineering. Users can leverage the diverse range of available visualization options to effectively analyze and interpret the information.
MIT License
39 stars 16 forks source link

[Dissasm][BUG] When collapsing a zone and extending it back, the program crashes when reaching the end of document #343

Open rzaharia opened 1 month ago

rzaharia commented 1 month ago

The problem is found inside the DissasmX86.cpp at line 1239

const DissasmCodeInternalType& currentType = types.back();

the types list is empty