Decompile a .DLL
Will someone PM me so that i can get help on decompiling a .dll into MVS 2010
You can't really just plug a .dll into msvc2010 and just see the code, you must use ollydbg cuz it will automatically load it into an .exe and you can just view it in the module list.
Someone shoot me now. Seriously, the only reason I'd think you would want to do this is to look at the source and put it in your 'so called hack'. You can't decompile a DLL hack and view it's original source, only it's Assembly code or the C code IDA attempts to parse.