github.com/iDigitalFlame/xmt@v0.5.4/BuildTags.md (about)

     1  # XMT Build Tags List
     2  
     3  **WIP!!**
     4  
     5  Here is a collection of build tags "-tags" that can be used to affect the behavior
     6  of XMT.
     7  
     8  None of these are used by default.
     9  
    10  - altload
    11  - bugs
    12  - implant
    13  - crypt
    14  - stdrand
    15  - nojson
    16  - nosweep
    17  - nokeyset
    18  - nopanic
    19  - loader
    20  - noservice
    21  - funcmap
    22  - tiny
    23  - small
    24  - medium
    25  - large
    26  - nofrag
    27  - regexp
    28  - ews
    29  - noproxy
    30  - multiproxy
    31  - scripts
    32  - heap
    33  - svcdll
    34  
    35  The most popular set for size and usage is: `implant,nojson,noproxy`
    36  
    37  ## Logging and Output
    38  
    39  - bugs
    40  - implant
    41  
    42  ## Defense and Evasion
    43  
    44  - crypt
    45  - ews
    46  - nokeyset
    47  
    48  ## Windows Specific
    49  
    50  - altload
    51  - heap
    52  - svcdll
    53  - nopanic
    54  - funcmap
    55  - noservice
    56  
    57  ## Feature Sets
    58  
    59  - loader
    60  - nojson
    61  - nosweep
    62  - scripts
    63  - regexp
    64  - stdrand
    65  
    66  ## Session Proxy Support
    67  
    68  - noproxy
    69  - multiproxy
    70  
    71  ## Fragmention and Network Limitations
    72  
    73  - tiny
    74  - small
    75  - medium
    76  - large
    77  - nofrag