Noesis FAQ

From XentaxWiki
Revision as of 18:43, 16 February 2012 by imported>Tsukihime (→‎Python API)
Jump to navigation Jump to search

This article lists a set of frequently asked questions related to the Noesis import API. It will cover both the python and C++ api's.

Python API

I'm working with a format with big-endian byte order. How do I call the bind functions?

Set the BIGENDIAN option before calling binding the buffers.
rapi.rpgSetOption(noesis.RPGOPT_BIGENDIAN, 1)

C++ API