retdec
Public Attributes | List of all members
retdec::cpdetect::Similarity Struct Reference

#include <cptypes.h>

Public Attributes

unsigned long long same = 0
 matched number of significant nibbles More...
 
unsigned long long total = 0
 total number of significant nibbles More...
 
double ratio = 0.0
 same divided by total More...
 

Detailed Description

Similarity with signature

Member Data Documentation

◆ ratio

double retdec::cpdetect::Similarity::ratio = 0.0

same divided by total

◆ same

unsigned long long retdec::cpdetect::Similarity::same = 0

matched number of significant nibbles

◆ total

unsigned long long retdec::cpdetect::Similarity::total = 0

total number of significant nibbles


The documentation for this struct was generated from the following file: