binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

LinearView shows offset into a structure field as a float (+2.72)

Open 0cyn opened this issue 5 months ago • 0 comments

Version and Platform (required):

  • Binary Ninja Version: 5.1.7584
  • Edition: Ultimate
  • OS: macOS
  • OS Version: 15
  • CPU Architecture: M1

Bug Description: LinearView renders the offset into this field as 2.72 (it is an offset of 2 into a uint32_t) Image

Steps To Reproduce:

DVTFoundation.zip

  1. Load attached binary
  2. Navigate to 0x00ac3a78
  3. Observe strange offset

Expected Behavior: I assume this should probably be a +2

0cyn avatar Jun 07 '25 17:06 0cyn