-
Notifications
You must be signed in to change notification settings - Fork 54
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
Can you add typing language option? #44
Comments
please provide addresses, i am not good at scanning IDA for array of bytes |
yes but this is tricky, it will need to be changed back also every time you relog thanks for posting the addresses btw, i will do this when i get the chance |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This code is for typing Korean, Chinese, Japanese, Vietnamese, Thai, etc...
Can you add this option?
localhost.exe
find : 74 0B C6 46 01 20
modify : EB 0B C6 46 01 20
find : 7C 04 3C 7E 7E 03 C6 06 20 46 EB D4
modify : EB 07 3C 7E 7E 03 C6 06 20 46 EB D4
find : 74 0B C6 47 01 20
modify : EB 0B C6 47 01 20
find : 7C 04 3C 7E 7E 03 C6 07 20
modify : EB 07 3C 7E 7E 03 C6 07 20
find : 74 18 C6 46 01 20
modify : EB 18 C6 46 01 20
find : 7C 04 3C 7E 7E 03 C6 06 20 46 EB C7
modify : EB 07 3C 7E 7E 03 C6 06 20 46 EB C7
find : 74 2B 53 FF B7 AC 00 00 00
modify : EB 00 53 FF B7 AC 00 00 00
Cosmic/config.yaml
find : CHARSET: US-ASCII
modify : CHARSET: MS949 or CHARSET: TIS620
MS949 => Korean, TIS620=> Thai
The text was updated successfully, but these errors were encountered: