The pythonic type
doesn't seem to work when adding or assigning it to a field
#156
Labels
type
doesn't seem to work when adding or assigning it to a field
#156
As reported by someone in private, the pythonic
type
does not actually work when adding it to a field. This is actually because IDA deals with this specially (usingFF_
-based flags which aren't based on the size). So, when I implemented it...it was definitely hacked into place.This involves fixing two things, one of them is the typemap dissolver and the other is related to why IDA throws up a messagebox whenever I try to assign flags to the type.
The text was updated successfully, but these errors were encountered: