question

NahumNir-0424 avatar image
0 Votes"
NahumNir-0424 asked Viorel-1 commented

Visual Studio Obfuscation

I am trying to test different obfuscators. Before obfuscating I used Reko decompiler. It seems that the exe is already obfuscated - please look at the screen shot. Can someone please explain - why all the methods and variables seems as if the exe is already obfuscated?127372-not-obfuscated.png


c++
not-obfuscated.png (98.8 KiB)
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Unless compiled with debug information, an executable is not expected to contain function or variable names. What makes you believe otherwise?

1 Vote 1 ·

People are obfuscating the code. Is it just the debug switch of the compiler? A few years ago I worked in a place where we obfuscated our dll (used name mangling). So in this case |I do not need to obfuscate my dll?

0 Votes 0 ·

Do you remember if that DLL was written in C++?

0 Votes 0 ·

0 Answers