WithVersionResources indicates if version resources are parsed from the resource directory.
()
| 124 | |
| 125 | // WithVersionResources indicates if version resources are parsed from the resource directory. |
| 126 | func WithVersionResources() Option { |
| 127 | return func(o *opts) { |
| 128 | o.parseResources = true |
| 129 | } |
| 130 | } |
| 131 | |
| 132 | // WithSecurity indicates if the security directory is parsed to extract signature information |
| 133 | // like certificates or Authenticode hashes. |
no outgoing calls