ROSE  0.11.145.0
Enumerations
Rose::BinaryAnalysis::Partitioner2::Precision Namespace Reference

Description

Level of precision for analysis.

Enumerations

enum  Level {
  LOW,
  HIGH
}
 

Enumeration Type Documentation

Enumerator
LOW 

Enum type for precision.

Low precision, but fast. This usually works reasonably well for code generated by mainstream compilers.

HIGH 

High precision, but slow.

This usually works better for hand-written or obfuscated code.

Definition at line 29 of file BinaryAnalysis/Partitioner2/BasicTypes.h.