Question - Safe or Not?

04/17/2019 23:47 Jath#1
[Only registered and activated users can see links. Click Here To Register...]

Just scanned a version of ditto that I got from somebody. Wondering if this is safe to use?
04/18/2019 00:37 openit#2
just compile the source urself so u know if its safe or not
mine looks same but its clean 100% so guess u dont need to worry about it
04/19/2019 06:21 HighGamer.#3
Try to run it in .NET Decompiler like ILSpy, DnSpy, Reflector and check for yourself if it's safe or not
04/20/2019 06:16 Jath#4
Quote:
Originally Posted by HighGamer. View Post
Try to run it in .NET Decompiler like ILSpy, DnSpy, Reflector and check for yourself if it's safe or not
No idea how to do that, I'm guessing you just download it and decompile and see what's in the code? And what would I be looking for to see if it's safe or not?
04/21/2019 03:26 HighGamer.#5
Yes exactly you decompile the .NET application and look at the code for any keyloggers or viruses or deleting code that deletes files. Look for websites those could be used for sending data to servers look for connecting socket code and IP addresses / ports.