Write

Purpose: indicates that your plugin has produced an output file (input for Hackman).

Syntax:

Write = number

Where number = 1 if you have an input file for Hackman
                          2 if you donÆt have an input file (default)

Note: the format of your file should be decimal (0 to 255):

152,123,0,213,122

These decimal numbers will be converted to Hex and will replace the current selection. These bytes should be as many as the selected bytes and your file *must* be named input.dat and be in the \plugins directory.

Back