retdec icon indicating copy to clipboard operation
retdec copied to clipboard

Detect idiom: deserializing little-endian 16-bit integer

Open KOLANICH opened this issue 3 years ago • 1 comments

NumericT<16> int16FromLEOffset(NumericT<8> * start){
	return int16FromBytes(start[0], start[1]);
}

KOLANICH avatar Sep 19 '21 21:09 KOLANICH

https://github.com/avast/retdec/issues/1022#issuecomment-932218952

PeterMatula avatar Oct 01 '21 13:10 PeterMatula