In the sleigh lifter parameters are sometimes lifted as word type, regardless of their varnode size in order to produce an address (ie. at CPUI_LOAD/STORE). Previously this was transparently handled by the Register param loading. This doesnt really work on big endian systems since we will load the high bits. We now insert explicit integer<->integer conversion
In the sleigh lifter parameters are sometimes lifted as word type, regardless of their varnode size in order to produce an address (ie. at CPUI_LOAD/STORE). Previously this was transparently handled by the Register param loading. This doesnt really work on big endian systems since we will load the high bits. We now insert explicit integer<->integer conversion