Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base64 #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Base64 #59

wants to merge 2 commits into from

Conversation

MinN-11
Copy link

@MinN-11 MinN-11 commented Dec 6, 2021

Ported ColorzCore to .Net 6 so it can be ran as a native executable on mac/linux.

Added the ability to write base64 string in event scripts
Syntax as follows:
BASE64 "RXZlbnQgQXNzZW1ibGVy"
Functionally equivalent to
BYTE 0x45 0x76 0x65 0x6e 0x74 0x20 0x41 0x73 0x73 0x65 0x6d 0x62 0x6c 0x65 0x72
(which decodes to "Event Assembler")

Made ColorzCore more Unix friendly by converting windows specific ""s to "/"s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant