As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Changes

Jump to: navigation, search

Adding Modules/Parameters

10 bytes added, 13:09, 1 May 2018
Changed header levels
==Adding New Modules==
In the new CW plugin architecture, all modules are scanned during the tool initialization, so new functionalities can be added by just dropping its file inside the respective folder:
</pre>
==Adding Parameters==
Parameters are used to allow easy access and manipulation of all object's main attibutes and actions. All parameters can be accessed anywhere in the code throught the Parameter class. It means that if you want to set/get any parameter, you can do it easily adding the follow lines to your code:
self._enabled = enabled</pre>
=== What to tweak? ===
==== acq_patterns ====
Has the modules that generate the keys. If you want to generate custom key or plaintext sequences, or read it from a file, this is the place to go.
==== auxiliary ====
Usefull if you want to execute something before, during or after the capture.

Navigation menu