xusheng
xusheng
I can reproduce this bug. The bug has been fixed in the latest development builds. Unfortunately, we do not publish the development builds for the free version. It will only...
This is fixed in dev 4.1.4960
This bug affects Windows/macOS/Linux in the exactly same way. This is not a platform-dependent bug! Also there is a pitfall in testing this bug -- if you have previously opened...
I can confirm this bug. The related code is here: https://github.com/Vector35/arch-x86/blob/master/il.cpp#L2819-L2834. For `push bx` instruction, `stackAdjustment` is 4 and `opOneLen` is 2. This is unexpected, since `stackAdjustment` should really be...
Filed upstream bug report: https://github.com/intelxed/xed/issues/319
I have removed the milestone for this issue because it depends on an upstream issue, so I cannot really do much for it
This can be handled in the very same was as we handle enum values
I am not sure whether this is intended, will need some discussion
Could you please provide repro steps? I am not exactly sure what you mean (I know what you mean in general, but what in enough detail for me to reproduce...
Hi @romanholidaypancakes, I tried but cannot reproduce this. How did you measure the memory usage? Also, by the design, type objects are always leaked even after closing the file, though...