n-o-o-n / idp_hexagon

Hexagon processor module for IDA Pro disassembler
GNU Lesser General Public License v3.0
97 stars 22 forks source link

IDA crash... #5

Closed ovexler closed 3 years ago

ovexler commented 3 years ago

I have tried to use the windows pre compiled - hexagon-ida75-v3.0.7z - version. After loading Elf or even binary file ... IDA Segment View crashes ... Any idea ? I am using - IDA Version 7.5.201028 Windows x64 (32-bit address size)

flowswitch commented 3 years ago

That's due to DS=CS=-1 set in LPH (why??). See https://github.com/bkerler/idp_hexagon/pull/1 (a quick&dirty solution, but it works).

n-o-o-n commented 3 years ago

The latest commit fixes this issue. Many thanks to @flowswitch.