4@ - text
[shcode=cpp]
:LowerCase_To_Uppercase
0@ = 0x40
repeat
wait 0
0@ += 0x01
if 0C2A: 2@ = strchr 4@ char 0@
then
0085: 1@ = 0@ // (int)
1@ -= 0x20
repeat
wait 0
0A8C: write_memory 2@ size 1 value 1@ virtual_protect 0
until 8C2A: 2@ = strchr 4@ char 0@
end
until 0@ == 0x7A
ret 0
:Uppercase_To_Lowercase
0@ = 0x40
repeat
wait 0
0@ += 0x01
if 0C2A: 2@ = strchr 4@ char 0@
then
0085: 1@ = 0@ // (int)
1@ += 0x20
repeat
wait 0
0A8C: write_memory 2@ size 1 value 1@ virtual_protect 0
until 8C2A: 2@ = strchr 4@ char 0@
end
until 0@ == 0x5A
ret 0
[/shcode]
[shcode=cpp]
:LowerCase_To_Uppercase
0@ = 0x40
repeat
wait 0
0@ += 0x01
if 0C2A: 2@ = strchr 4@ char 0@
then
0085: 1@ = 0@ // (int)
1@ -= 0x20
repeat
wait 0
0A8C: write_memory 2@ size 1 value 1@ virtual_protect 0
until 8C2A: 2@ = strchr 4@ char 0@
end
until 0@ == 0x7A
ret 0
:Uppercase_To_Lowercase
0@ = 0x40
repeat
wait 0
0@ += 0x01
if 0C2A: 2@ = strchr 4@ char 0@
then
0085: 1@ = 0@ // (int)
1@ += 0x20
repeat
wait 0
0A8C: write_memory 2@ size 1 value 1@ virtual_protect 0
until 8C2A: 2@ = strchr 4@ char 0@
end
until 0@ == 0x5A
ret 0
[/shcode]