User defined patches
Text


Using DRXL to search and replace string and data sequences
within the compiler and interpreter.

Type      : A character representing operation type

 Ansi     - Case sensitive string.
 Unicode  - Case sensitive null delimited string.
 Word     - 2 byte value -32768 to 32767
 Long     - 4 byte value -2147483648 to 2147483647
 Quad     - 8 byte value -9223372036854775808 to
                   9223372036854775807

 These are some basic types, consult the DRXL manual for more
 advanced operation types.

Target build file(s) : Character indicating patch target(s)

 Both compiler and interpreter.
 Compiler only.
 Interpreter only.

 These characters are also supported to run DRXL instructions
 that are not patch related at key phases during the build.

 Preprocessing phase.
 During the build.
 After the build.


Search
  &       - Depends explicitly on the DRXL 'Type' chosen
Replace


 Warning! modifying the AutoIt build files can easily break
 them without a bit of common sense, on the flipside they can
 also be made to appear or act differently to what was
 originally designed.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      Build config representation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  [ A3C_PAT ]
  Type = Search } Replace } Target