setup.py
chipwhisperer/__init__.py
chipwhisperer.egg-info/PKG-INFO
chipwhisperer.egg-info/SOURCES.txt
chipwhisperer.egg-info/dependency_links.txt
chipwhisperer.egg-info/requires.txt
chipwhisperer.egg-info/top_level.txt
chipwhisperer/analyzer/__init__.py
chipwhisperer/analyzer/attacks/__init__.py
chipwhisperer/analyzer/attacks/_base.py
chipwhisperer/analyzer/attacks/_channel_estimate_attack.py
chipwhisperer/analyzer/attacks/_stats.py
chipwhisperer/analyzer/attacks/algorithmsbase.py
chipwhisperer/analyzer/attacks/cpa.py
chipwhisperer/analyzer/attacks/profiling.py
chipwhisperer/analyzer/attacks/cpa_algorithms/__init__.py
chipwhisperer/analyzer/attacks/cpa_algorithms/bayesian.py
chipwhisperer/analyzer/attacks/cpa_algorithms/experimentalchannelinfo.py
chipwhisperer/analyzer/attacks/cpa_algorithms/progressive.py
chipwhisperer/analyzer/attacks/cpa_algorithms/progressive_caccel.py
chipwhisperer/analyzer/attacks/cpa_algorithms/simpleloop.py
chipwhisperer/analyzer/attacks/models/AES128_8bit.py
chipwhisperer/analyzer/attacks/models/AES256_8bit.py
chipwhisperer/analyzer/attacks/models/DES.py
chipwhisperer/analyzer/attacks/models/__init__.py
chipwhisperer/analyzer/attacks/models/base.py
chipwhisperer/analyzer/attacks/models/aes/__init__.py
chipwhisperer/analyzer/attacks/models/aes/funcs.py
chipwhisperer/analyzer/attacks/models/aes/key_schedule.py
chipwhisperer/analyzer/attacks/profiling_algorithms/__init__.py
chipwhisperer/analyzer/attacks/profiling_algorithms/template.py
chipwhisperer/analyzer/preprocessing/Normalize.py
chipwhisperer/analyzer/preprocessing/__init__.py
chipwhisperer/analyzer/preprocessing/_base.py
chipwhisperer/analyzer/preprocessing/add_noise_jitter.py
chipwhisperer/analyzer/preprocessing/add_noise_random.py
chipwhisperer/analyzer/preprocessing/cache_traces.py
chipwhisperer/analyzer/preprocessing/decimation_clock_recovery.py
chipwhisperer/analyzer/preprocessing/decimation_fixed.py
chipwhisperer/analyzer/preprocessing/digital_filter.py
chipwhisperer/analyzer/preprocessing/resync_cross_correlation.py
chipwhisperer/analyzer/preprocessing/resync_dtw.py
chipwhisperer/analyzer/preprocessing/resync_peak_detect.py
chipwhisperer/analyzer/preprocessing/resync_resample_zc.py
chipwhisperer/analyzer/preprocessing/resync_sad.py
chipwhisperer/analyzer/scripts/__init__.py
chipwhisperer/analyzer/scripts/cpaattack.py
chipwhisperer/analyzer/ui/CWAnalyzerGUI.py
chipwhisperer/analyzer/ui/__init__.py
chipwhisperer/analyzer/utils/Partition.py
chipwhisperer/analyzer/utils/TraceExplorerDialog.py
chipwhisperer/analyzer/utils/__init__.py
chipwhisperer/analyzer/utils/attackscriptgen.py
chipwhisperer/analyzer/utils/fasterdtw.py
chipwhisperer/analyzer/utils/partitiontools.py
chipwhisperer/analyzer/utils/populations.py
chipwhisperer/analyzer/utils/scripteditor.py
chipwhisperer/analyzer/utils/syntaxhighlighter.py
chipwhisperer/analyzer/utils/TraceExplorerScripts/PartitionDisplay.py
chipwhisperer/analyzer/utils/TraceExplorerScripts/TextDisplay.py
chipwhisperer/analyzer/utils/TraceExplorerScripts/__init__.py
chipwhisperer/capture/__init__.py
chipwhisperer/capture/acq_patterns/__init__.py
chipwhisperer/capture/acq_patterns/_base.py
chipwhisperer/capture/acq_patterns/basic.py
chipwhisperer/capture/acq_patterns/crittest.py
chipwhisperer/capture/acq_patterns/dpahelper.py
chipwhisperer/capture/api/__init__.py
chipwhisperer/capture/api/acquisition_controller.py
chipwhisperer/capture/api/programmers.py
chipwhisperer/capture/auxiliary/FrequencyMeasure.py
chipwhisperer/capture/auxiliary/GPIOToggle.py
chipwhisperer/capture/auxiliary/ResetAVR.py
chipwhisperer/capture/auxiliary/ResetCW1173Read.py
chipwhisperer/capture/auxiliary/__init__.py
chipwhisperer/capture/auxiliary/_base.py
chipwhisperer/capture/scopes/OpenADC.py
chipwhisperer/capture/scopes/PicoScope.py
chipwhisperer/capture/scopes/VisaScope.py
chipwhisperer/capture/scopes/_OpenADCInterface.py
chipwhisperer/capture/scopes/__init__.py
chipwhisperer/capture/scopes/_qt.py
chipwhisperer/capture/scopes/base.py
chipwhisperer/capture/scopes/cwhardware/ChipWhispererDecodeTrigger.py
chipwhisperer/capture/scopes/cwhardware/ChipWhispererDigitalPattern.py
chipwhisperer/capture/scopes/cwhardware/ChipWhispererExtra.py
chipwhisperer/capture/scopes/cwhardware/ChipWhispererFWLoader.py
chipwhisperer/capture/scopes/cwhardware/ChipWhispererFWLoaderGUI.py
chipwhisperer/capture/scopes/cwhardware/ChipWhispererGlitch.py
chipwhisperer/capture/scopes/cwhardware/ChipWhispererLite.py
chipwhisperer/capture/scopes/cwhardware/ChipWhispererSAD.py
chipwhisperer/capture/scopes/cwhardware/ChipWhispererSAM3Update.py
chipwhisperer/capture/scopes/cwhardware/ChipWhispererTargets.py
chipwhisperer/capture/scopes/cwhardware/PartialReconfiguration.py
chipwhisperer/capture/scopes/cwhardware/__init__.py
chipwhisperer/capture/scopes/cwhardware/ztex_fwloader.py
chipwhisperer/capture/scopes/openadc_interface/__init__.py
chipwhisperer/capture/scopes/openadc_interface/ftdi.py
chipwhisperer/capture/scopes/openadc_interface/naeusbchip.py
chipwhisperer/capture/scopes/openadc_interface/oadc_serial.py
chipwhisperer/capture/scopes/openadc_interface/ztex.py
chipwhisperer/capture/scopes/visascope_interface/__init__.py
chipwhisperer/capture/scopes/visascope_interface/_base.py
chipwhisperer/capture/scopes/visascope_interface/dso1024A.py
chipwhisperer/capture/scopes/visascope_interface/mso54831D.py
chipwhisperer/capture/scripts/__init__.py
chipwhisperer/capture/scripts/cw305-cwlite.py
chipwhisperer/capture/scripts/cwlite-simpleserialnotduino.py
chipwhisperer/capture/scripts/cwlite-simpleserialxmega-spa.py
chipwhisperer/capture/scripts/cwlite-simpleserialxmega.py
chipwhisperer/capture/scripts/cwlite-simpleserialxmegades.py
chipwhisperer/capture/scripts/cwlite-timingattack.py
chipwhisperer/capture/scripts/cwrev2-simpleserial.py
chipwhisperer/capture/scripts/sakurag-aes.py
chipwhisperer/capture/scripts/sasebow-cardos.py
chipwhisperer/capture/targets/CW305.py
chipwhisperer/capture/targets/ChipWhispererSPI.py
chipwhisperer/capture/targets/SAKURAG.py
chipwhisperer/capture/targets/SASEBOGII.py
chipwhisperer/capture/targets/SimpleSerial.py
chipwhisperer/capture/targets/SmartCard.py
chipwhisperer/capture/targets/__init__.py
chipwhisperer/capture/targets/_base.py
chipwhisperer/capture/targets/_smartcard_gui.py
chipwhisperer/capture/targets/simpleserial_readers/__init__.py
chipwhisperer/capture/targets/simpleserial_readers/_base.py
chipwhisperer/capture/targets/simpleserial_readers/cw.py
chipwhisperer/capture/targets/simpleserial_readers/cwlite.py
chipwhisperer/capture/targets/simpleserial_readers/sys_serial.py
chipwhisperer/capture/targets/smartcard_protocols/__init__.py
chipwhisperer/capture/targets/smartcard_protocols/_base.py
chipwhisperer/capture/targets/smartcard_protocols/dpav42.py
chipwhisperer/capture/targets/smartcard_protocols/jcardtest.py
chipwhisperer/capture/targets/smartcard_protocols/sasebowcardos.py
chipwhisperer/capture/targets/smartcard_readers/__init__.py
chipwhisperer/capture/targets/smartcard_readers/_base.py
chipwhisperer/capture/targets/smartcard_readers/chipwhisperer_scard.py
chipwhisperer/capture/targets/smartcard_readers/chipwhisperer_ser.py
chipwhisperer/capture/targets/smartcard_readers/chipwhisperer_usi.py
chipwhisperer/capture/targets/smartcard_readers/chipwhispererlite_scard.py
chipwhisperer/capture/targets/smartcard_readers/cwsasebow_scard.py
chipwhisperer/capture/targets/smartcard_readers/pcsc.py
chipwhisperer/capture/targets/smartcard_readers/system_ser.py
chipwhisperer/capture/ui/CWCaptureGUI.py
chipwhisperer/capture/ui/EncryptionStatusMonitor.py
chipwhisperer/capture/ui/GlitchExplorerDialog.py
chipwhisperer/capture/ui/__init__.py
chipwhisperer/capture/ui/programmers_dialog.py
chipwhisperer/capture/utils/IntelHex.py
chipwhisperer/capture/utils/SerialProtocols.py
chipwhisperer/capture/utils/SerialTerminalDialog.py
chipwhisperer/capture/utils/__init__.py
chipwhisperer/capture/utils/programming_files.py
chipwhisperer/common/__init__.py
chipwhisperer/common/api/CWCoreAPI.py
chipwhisperer/common/api/ProjectFormat.py
chipwhisperer/common/api/TraceManager.py
chipwhisperer/common/api/__init__.py
chipwhisperer/common/api/autoscript.py
chipwhisperer/common/api/dictdiffer.py
chipwhisperer/common/api/settings.py
chipwhisperer/common/results/__init__.py
chipwhisperer/common/results/_plotdata.py
chipwhisperer/common/results/attacksettings.py
chipwhisperer/common/results/base.py
chipwhisperer/common/results/corrvstraceplot.py
chipwhisperer/common/results/outputvstimeplot.py
chipwhisperer/common/results/pgevstraceplot.py
chipwhisperer/common/results/save.py
chipwhisperer/common/results/scatterplot.py
chipwhisperer/common/results/table.py
chipwhisperer/common/results/tracerecorder.py
chipwhisperer/common/results/waveform_widget.py
chipwhisperer/common/scripts/__init__.py
chipwhisperer/common/scripts/base.py
chipwhisperer/common/traces/TraceContainerDPAv3.py
chipwhisperer/common/traces/TraceContainerMySQL.py
chipwhisperer/common/traces/TraceContainerNative.py
chipwhisperer/common/traces/TraceContainerTypes.py
chipwhisperer/common/traces/__init__.py
chipwhisperer/common/traces/_base.py
chipwhisperer/common/traces/_cfgfile.py
chipwhisperer/common/ui/CWMainGUI.py
chipwhisperer/common/ui/GraphWidget.py
chipwhisperer/common/ui/HelpWindow.py
chipwhisperer/common/ui/KeyScheduleDialog.py
chipwhisperer/common/ui/ParameterTypesCustom.py
chipwhisperer/common/ui/PreferencesDialog.py
chipwhisperer/common/ui/ProgressBar.py
chipwhisperer/common/ui/ProjectTextEditor.py
chipwhisperer/common/ui/PythonConsole.py
chipwhisperer/common/ui/TraceManagerDialog.py
chipwhisperer/common/ui/TraceManagerImport.py
chipwhisperer/common/ui/ValidationDialog.py
chipwhisperer/common/ui/__init__.py
chipwhisperer/common/ui/logger_widget.py
chipwhisperer/common/ui/projectdiffwidget.py
chipwhisperer/common/ui/pysidegraph.py
chipwhisperer/common/ui/qrc_resources.py
chipwhisperer/common/ui/saveproject.py
chipwhisperer/common/utils/__init__.py
chipwhisperer/common/utils/aes_cipher.py
chipwhisperer/common/utils/aes_tables.py
chipwhisperer/common/utils/analysissource.py
chipwhisperer/common/utils/parameter.py
chipwhisperer/common/utils/pluginmanager.py
chipwhisperer/common/utils/qt_tweaks.py
chipwhisperer/common/utils/serialport.py
chipwhisperer/common/utils/timer.py
chipwhisperer/common/utils/tracereader_dpacontestv3.py
chipwhisperer/common/utils/tracereader_native.py
chipwhisperer/common/utils/tracesource.py
chipwhisperer/common/utils/util.py
chipwhisperer/hardware/__init__.py
chipwhisperer/hardware/firmware/__init__.py
chipwhisperer/hardware/firmware/cw1200.py
chipwhisperer/hardware/firmware/cw305.py
chipwhisperer/hardware/firmware/cwcr2.py
chipwhisperer/hardware/firmware/cwlite.py
chipwhisperer/hardware/firmware/generate_firmware_files.py
chipwhisperer/hardware/naeusb/__init__.py
chipwhisperer/hardware/naeusb/bootloader_sam3u.py
chipwhisperer/hardware/naeusb/fpga.py
chipwhisperer/hardware/naeusb/naeusb.py
chipwhisperer/hardware/naeusb/pll_cdce906.py
chipwhisperer/hardware/naeusb/programmer_avr.py
chipwhisperer/hardware/naeusb/programmer_chipcon.py
chipwhisperer/hardware/naeusb/programmer_xmega.py
chipwhisperer/hardware/naeusb/serial.py
chipwhisperer/tests/__init__.py
chipwhisperer/tests/aescpaeattackscript.py
chipwhisperer/tests/descpaeattackscript.py
chipwhisperer/tests/glitchscript.py
chipwhisperer/tests/templateattackscript.py
chipwhisperer/tests/test_API.py
scripts/chipwhisperer-ana
scripts/chipwhisperer-cap