archie icon indicating copy to clipboard operation
archie copied to clipboard

Use explicit data types with pandas

Open lukasauer opened this issue 3 years ago • 2 comments

Pandas may sometimes choose to convert large integers (close to 64-bit integer limit) to floats. This is very common on register dataset on 64-bit architecture and is fixed with #41. Similar situation in the code base should be fixed as well. This problem is likely to also occur if a target binary is mapped to a negative memory address (typical for kernels).

lukasauer avatar Feb 14 '22 10:02 lukasauer