binary/pe/pe_binaries

pe_data_directory(Type:symbol, Address:address, Size:unsigned)

pe_import_entry(Address:address, Ordinal:number, Function:symbol, Library:symbol)

pe_export_entry(Address:address, Ordinal:number, Name:symbol)

pe_debug_data(Type:symbol, Address:address, Size:unsigned)

pe_load_config(Name:symbol, Value:unsigned)

pe_section_characteristics(Name:symbol, Mask:unsigned)

Table maps PE section attribute names to a bitflag.

WARNING: Predicate not present in compiled Datalog program (Dead Code)

npad(EA:address, Size:unsigned)

Non-destructive multi-byte NOPs used by the MSVC compiler. (See `listing.inc’.)

incremental_linking_candidate(First:address, Last:address)

Identify series of jump trampolines prepended to the .text section of PE binaries built with “incremental linking”.

incremental_linking(First:address, Last:address)

Select the ‘First’ address and ‘Last’ address of candidate jump trampolines, where the number of consecutives jumps exceeds a threshold indicative of incremental linking.

merged_data_region(Start:address, End:address)

Locate data directory and debug data merged with the text section. Note that this is used to splice merged .rdata and .text sections.

padded_rel_addr_start(EA:address, OpIndex:operand_index, TableStart:address, Offset:number, Dest1:address, Dest2:address)

Jump table start pattern where the TableStart is moved through padding.

WARNING: Predicate not present in compiled Datalog program (Dead Code)