Need to get the source for a dll that I have for future use. What would the best way to go about decrypting/decompiling it?
Originally Posted by pasquam076
Need to get the source for a dll that I have for future use. What would the best way to go about decrypting/decompiling it?
ida
/toshort
Originally Posted by pasquam076
Need to get the source for a dll that I have for future use. What would the best way to go about decrypting/decompiling it?
You are not going to get a source... C++ is compiled into assembly all you can do is read this assembly (as cough_syrup said ida is bae) and see what it does.