nyxiscoo1 / obfuscar

Automatically exported from code.google.com/p/obfuscar
0 stars 0 forks source link

APPCRASH after obfuscated #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Obfuscate stable application
2. Launch
3. Laugh

What is the expected output? What do you see instead?
Error:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.MissingMethodException: Method not found: 'Boolean A.q`1.TryDequeue(!0 
ByRef)'.
   at A.H.C(Int32 )
   at A.C.A(Byte[] )
   at A.A.h()
   at A.d.A(Object , EventArgs )
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

What version of the product are you using? On what operating system?
.Net 3.5 app. 
Library + Library + Applicatio

Config:
<Var name="InPath" value="..\bin\" />
  <Var name="OutPath" value=".\" />
  <Var name="ReuseNames" value="true" />

  <Module file="$(InPath)\1.dll" />
  <Module file="$(InPath)\2.dll" />
  <Module file="$(InPath)\3.exe" />

Please provide any additional information below.

Application become not usable after Application use 2 othe libraries functions.
Also, enumeration values are not renamed, weee

Original issue reported on code.google.com by crackHD.dev on 11 Sep 2013 at 12:25

GoogleCodeExporter commented 8 years ago
There are several known issues of this Google Code build. I have fixed whatever 
I experienced in the GitHub fork,

http://github.com/lextm/obfuscar

So you might take a look.

Original comment by lextu...@gmail.com on 3 Jan 2014 at 5:19