data
Manage access to raw binary data
- data_byte(EA:address, Value:unsigned)
WARNING: Predicate not present in compiled Datalog program (Dead Code)
- data_uword(EA:address, Size:unsigned, Val:unsigned)
Unsigned representation of the data at EA.
WARNING: Predicate not present in compiled Datalog program (Dead Code)
- data_word(EA:address, Size:unsigned, Val:number)
Signed representation of the data at EA.
WARNING: Predicate not present in compiled Datalog program (Dead Code)
- repeated_byte(EA:address, Value:unsigned, Count:unsigned)
Identifies sequences of repeated byte values in loaded section data. Byte of ‘Value’ is repeated ‘Count’ times beginning at address ‘EA’.