newaetech / chipwhisperer

ChipWhisperer - the complete open-source toolchain for side-channel power analysis and glitching attacks
http://chipwhisperer.com
Other
1.12k stars 285 forks source link

What is the state of other preprocessors than ResyncSAD? #332

Open Phasip opened 3 years ago

Phasip commented 3 years ago

Looking at the API documentation, only ResyncSAD is mentioned ( https://github.com/newaetech/chipwhisperer/blob/develop/docs/api.rst )

However looking at the code ( https://github.com/newaetech/chipwhisperer/tree/develop/software/chipwhisperer/analyzer/preprocessing ) there are multiple preprocessing classes.

Is the documentation outdated or are the other classes not functional?

colinoflynn commented 3 years ago

Not tested.... they aren't broken on purpose, I think we haven't used them in a while. We don't have CI setup on this so code tends to languish if it's not part of the core path. The main tests are running the tutorials etc.