Hi, guys,
Thanks for this amazing project! It helps me a lot!
For my test scripts, sometimes, I need to read out some float/double from target process, but the problem is, seems there is only some APIs to read as Integer, like ptrDWord and ptrQWord. I can use them to get an integer to Python, but seems it is a little hard to convert them back to the actual Float/Double. (As I'm not an expert to Python, please let me know if there is any easy way to convert them to float/double, thanks). So, I have to add those APIs to my copied version and recompile them.
So, since the required change is not large, I wonder whether we can provide those APIs in official build. Thanks.