I have unprotected exe and I would like to get source code / visual solution from it, is it possible and how?
I Currently Dont Support this..
But i think IDA hex rays decompiler translates asm into C code i believe
thanks, I found out that .NET Reflector is good at this
Posts 1–15 of 18 · Page 1 of 2
Post a Reply
Tags for this Thread
None
Originally Posted by House
thanks, I found out that .NET Reflector is good at this
Didnt think it supported C/C++ Code
Originally Posted by House
thanks, I found out that .NET Reflector is good at this
.Net Reflector work's perfectly.
I use it all the time to hack those NX gens and crap;D
Originally Posted by Lawllypawp
.Net Reflector work's perfectly.
I use it all the time to hack those NX gens and crap;D
i wouldn't call that hacking.
Originally Posted by whit
Didnt think it supported C/C++ Code
Managed C++?
Originally Posted by freedompeace
Managed C++?
who uses that.. that's like using obj-c.. lulz
You dont know that? Y noob
Ontopic: The best you could do is exe to asm. Then asm to c++.
Originally Posted by Brinuz
who uses that.. that's like using obj-c.. lulz
I use managed C++.
It's an awesome combination that gives me the power and flexibilty of C++ and the huge .NET class and function libraries.
Cryptography, memory management, fast execution speed, web requests: managed C++ does this all brilliantly without me having to spend 10 hours on it, or reference some other project that has a gazillion lines of code and files (eg, boost, libcurl, openssl...)
I still remember that time when I spent forever using send/recv.. :P
If you want to use .NET libs just use C# imo , it won't be faster just because it is C++. Since it is pretty much using the same libs.
And Managed C++ code is just, horrible imo.
Ok it's useful to use as a proxy between C++ and Managed Code (C#,VB,w/e), but other than that.. =x
Originally Posted by Brinuz
If you want to use .NET libs just use C# imo , it won't be faster just because it is C++. Since it is pretty much using the same libs.
And Managed C++ code is just, horrible imo.
Ok it's useful to use as a proxy between C++ and Managed Code (C#,VB,w/e), but other than that.. =x
But then its near impossible to properly use pointers in C#. And importing all the Win32 functions are a royal PITA.
Also, I get my native DirectX and fall-through case statements back