First you have to deobfuscate the program
Then you can open it on dnSpy to look into the code.
If you look in Form0.button_o_Click
you can see this line of code
if (this.richTextBox_0.Text == Form0.getString_0(107396704))
Form0.getString_0(107396704) is a string which is the key that we need in order to get to the other side of the program
So we can simply just have the program print out the string by executing the following line of code:
MessageBox.Show(Form0.getString_0(107396704));
it'll print out: RASBERRYONTOP2389472
key - RASBERRYONTOP2389472
now we have our key!
if you input the key into the text box the program will intitiate the folowing code:
MessageBox.Show(Form0.getString_0(107396675)); - Prints "SG9sbHkgU2hpdCEgWW91IGRpZCBpdCEgRE0gTUUgT04gRElTQ09SRCBSYXNiZXJyeSM4MzM3" in a message box
MessageBox.Show(Form0.getString_0(107397090)); - Prints "Text set to clipboard" in a message box; even though it didn't yet
Clipboard.SetText(Form0.getString_0(107396675)); - Copies "SG9sbHkgU2hpdCEgWW91IGRpZCBpdCEgRE0gTUUgT04gRElTQ09SRCBSYXNiZXJyeSM4MzM3" to your clipboard
return; - simple return function
the text "SG9sbHkgU2hpdCEgWW91IGRpZCBpdCEgRE0gTUUgT04gRElTQ09SRCBSYXNiZXJyeSM4MzM3" is a Base64 encoded message
if you decode the message it transelates to "Holly Shit! You did it! DM ME ON DISCORD Rasberry#8337"
the guy spelled holy wrong, and no the discord doesn't work
smd HarpoonHarry |
==> |
Part 2:
If you put "RASBERRYONTOP2389472" in the text box
it'll print out - SG9sbHkgU2hpdCEgWW91IGRpZCBpdCEgRE0gTUUgT04gRElTQ09SRCBSYXNiZXJyeSM4MzM3
this is base64
decode is and the message translates to "Holly Shit! You did it! DM ME ON DISCORD Rasberry#8337"
btw the discord acc doesn't exist anymore :) |
==> |
BangaliBabu thinks it's malicious it's not the code is clean
Virus total flags this program because it's obfuscated
solution -- RASBERRYONTOP2389472
|
==> |
had fun
key - HTD4R-HF3H7-H2F5G-H9V5D-H9J3G-H5F6H-H7G4F |
==> |
Harshil | You're joking right? |
==> |