#include <rlp.h>
Data Fields | |
| int | bytesToConvert |
| int | offset |
| bool | relative |
| bool | useLittleEndian |
| bool | isString |
| bool | isHex |
| bool | isDec |
| bool | isOct |
| bool | doAlign |
Byte jump operation. Grab some number of bytes, convert them to their numeric representation, jump the doe_ptr up that many bytes.
All Examples:
byte_jump:4,12,relative,align byte_jump:4,20,relative,align byte_jump:4,4,relative,align
Format
byte_jump: <bytes_to_convert>, <offset> [, [relative],[big],[little],[string],[hex],[dec],[oct],[align]]
Implementation: two scanfs for the num bytes and offset, then scanf strings setting the relative, big, little, string, etc. - 5 mins
Definition at line 211 of file rlp.h.