Is there any header present reliably across all "standard" (assuming its designed to be executed normally through some common computing platform) executable binaries that I can use to identify whether I'm looking at a CISC or RISC instruction set?
Or do I have to use contextual knowledge of the system the executable exists on to assume the instruction architecture?