Decompile / Decrypt

englezeanu

Active member
Joined
Dec 17, 2013
Messages
40
Reaction score
0
Hi!

How can I view a hex crypted CLEO source code? I think it has a keylogger inbuilt...

I tried to open .cs file with Sanny Builder but I've got this error: 'Unknown opcode 79CA at offset 15.'

Ok, I enabled that option to ignore unknown offsets.

Now I get something like this:
Code:
hex
SOME HEX CODES
end
I tried an online HEX to TEXT but it did nothing.

I tried to delete all the '#' from compiled file, nothing happened.


Any new ideas? Thank you!
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
272
If you want to check for a keylogger you can use a 3rd party program to see outbound connections.
About decrypting, people encrypt their scripts for a reason, most times because others like to steal/edit and claim the work to be their own. Won't help you there.
 

englezeanu

Active member
Joined
Dec 17, 2013
Messages
40
Reaction score
0
springfield link said:
If you want to check for a keylogger you can use a 3rd party program to see outbound connections.
About decrypting, people encrypt their scripts for a reason, most times because others like to steal/edit and claim the work to be their own. Won't help you there.

I think it is not the case.
I do not want to view entire source code. I want to edit the part where data is sent ( like altering a character of the address where data is being sent - this would make the entire keylogger useless ).
 

Hidend

Expert
Joined
Mar 4, 2013
Messages
658
Reaction score
50
Use wireshark to see if has "keylogger", or send me the file and i'll check
 
Top