Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enables
/base64:on
option tolog
command, eg:With this option enabled, the log file will be in UTF16LE+BASE64 format.
The written file will be:
that can be easily converted back as shown in the following cyberchef:
https://gchq.github.io/CyberChef/#recipe=From_Base64('A-Za-z0-9%2B/%3D',true)Decode_text('UTF-16LE%20(1200)')&input=VlFCekFHa0FiZ0JuQUNBQUp3QnRBR2tBYlFCcEFDY0FJQUJtQUc4QWNnQWdBR3dBYndCbkFHWUFhUUJzQUdVQUlBQTZBQ0FBVHdCTEFBb0FDZ0J0QUdrQWJRQnBBR3NBWVFCMEFIb0FJQUFqQUNBQVl3QnZBR1lBWmdCbEFHVUFDZ0FLQUNBQUlBQWdBQ0FBS0FBZ0FDZ0FDZ0FnQUNBQUlBQWdBQ0FBS1FBZ0FDa0FDZ0FnQUNBQUxnQmZBRjhBWHdCZkFGOEFYd0F1QUFvQUlBQWdBSHdBSUFBZ0FDQUFJQUFnQUNBQWZBQmRBQW9BSUFBZ0FGd0FJQUFnQUNBQUlBQWdBQ0FBTHdBS0FDQUFJQUFnQUdBQUxRQXRBQzBBTFFBbkFBb0FDZ0J0QUdrQWJRQnBBR3NBWVFCMEFIb0FJQUFqQUNBQVpRQjRBR2tBZEFBS0FFSUFlUUJsQUNFQUNnQT0
will fix #235