Quote:
Originally Posted by Gandalf Parker
Thank you Johan for another release of some of the NDA stuff (non-disclosure agreement). Im very sorry thru all of the arguments here that I was unable to discuss beta-group things such as the hidden switches. --allai, --superhost, and --comptrn being some of the more interesting and informative ones.
|
Of course, they weren't really hidden. They reside in the same part of the executables as the other long opts.
Code:
strings -t x /path/to/your/dom3/dom3_amd64 | egrep '(--)(\w)+$'
where
/path/to/your/dom3 should be your Dom3 install directory. I won't post the list here, because it is version-dependent. Also don't want anyone accusing me of reverse engineering in violation of license agreement, though I don't really see this as such....
Still very useful to have descriptions of what they do. Thanks.