Forum: .NET Reverse Engineering
04-26-2013, 07:41 AM
|
Replies: 8
Views: 50,093
First of all Thank you for your time.
I can...
First of all Thank you for your time.
I can upload more of decompiled code to check if you can help:
This is one of all classes :
internal sealed class eval_l
{
// Fields
internal static...
|
Forum: .NET Reverse Engineering
04-26-2013, 06:50 AM
|
Replies: 8
Views: 50,093
This is an example :
private static void...
This is an example :
private static void eval_a();
internal static void eval_a(bool bool_0);
public static string eval_a(int int_3);
public static void eval_a(long long_2);
...
|
Forum: .NET Reverse Engineering
04-25-2013, 06:44 PM
|
Replies: 8
Views: 50,093
|
Forum: .NET Reverse Engineering
04-20-2013, 07:09 PM
|
Replies: 8
Views: 50,093
Dotfuscator question
Hello
I have a question.Is possible to recover the original names of Namespace and function of an exe obfuscated with Dotfuscator?
I have already deObfuscate but im not take the names as the...
|