+ Reply to Thread
Results 1 to 12 of 12

  Click here to go to the first staff post in this thread.   Thread: free usable .Net Obfuscator

  1. #1
    Join Date
    Feb 2007
    Location
    win32k.sys
    Posts
    270
    Thanks
    0
    Thanked 5 Times in 2 Posts
    Rep Power
    56

    free usable .Net Obfuscator

    When it comes to free .net obfuscators, there are a lot of crappy tools out there. After a longer research (~1h) I finally found something good & totally free:

    eazfuscator
    http://www.foss.kharkov.ua/g1/projec...t/Default.aspx

    i guess it's anti-reversing strategies are not that good (i don't know any obfuscator for .Net which is good at that) - BUT - it completely wipes out plain strings like Class-/Function-/etc -names in your .exe file (many free ones even fail at this one)

    This was perfectly what I've searched, cause I wanted to hide a public c# lib I'm using in my .exe to avoid anti-cheat detection.

    So, maybe you can profit, too ^^
    Last edited by Michael87; 08-10-2009 at 08:27 AM.

  2. #2
    Join Date
    Apr 2007
    Posts
    107
    Thanks
    4
    Thanked 2 Times in 2 Posts
    Rep Power
    44

    Re: free usable .Net Obfuscator

    Well, this is obviously Java related, but some of the information here may still apply:
    http://www.sable.mcgill.ca/JBCO/examples.html

    I don't know much about the CLR, so I can't say if it will be lenient enough for some of the examples. Also, the CLR definitely does not have instructions Java does, and vice-versa. So, you might be able to find more instructions/patterns you can manipulate.

  3. #3
    Join Date
    Jul 2009
    Location
    Denmark
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: free usable .Net Obfuscator

    So I'm assuming this breaks reflection?

  4. #4
    Join Date
    May 2009
    Posts
    445
    Thanks
    0
    Thanked 5 Times in 3 Posts
    Rep Power
    39

    Re: free usable .Net Obfuscator

    It makes it harder to understand reflected code.
    Quote Originally Posted by Zaltekk
    +zaltekk : omg abso i can get you a blowjob

  5. #5
    Join Date
    May 2009
    Posts
    406
    Thanks
    3
    Thanked 7 Times in 5 Posts
    Blog Entries
    1
    Rep Power
    37

    Re: free usable .Net Obfuscator

    I've used it, but it doesn't work with mixed managed and unmanaged code -- lame!

    Otherwise, from my own use on purely managed executables using CLR, it gets the job done.

  6. #6
    Join Date
    Jul 2009
    Location
    Denmark
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: free usable .Net Obfuscator

    Kinda sucks, given that I *do* use unmanaged code (P/Invoke, mostly).

  7. #7
    Join Date
    Nov 2009
    Posts
    33
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    11

    Re: free usable .Net Obfuscator

    Hence the fucking .NET in the thread title.

  8. #8
    Join Date
    Oct 2003
    Location
    414
    Posts
    303
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    88

    Re: free usable .Net Obfuscator

    Quote Originally Posted by ThaNatoS View Post
    Hence the fucking .NET in the thread title.
    I'm sorry, but it seems that I am failing to understand the point of your post. Are you insinuating that to be called .NET it needs to be purely managed code? You do realize that doing almost anything memory/interprocess related requires the use of pinvoke?
    <+ozzeh> rofl you probably did it like a retard
    <%hybridtf> cmp subtracts them, correct?
    <+ozzeh> >.>
    <%hybridtf> i'll take that as a yes

  9. #9
    Join Date
    May 2009
    Posts
    406
    Thanks
    3
    Thanked 7 Times in 5 Posts
    Blog Entries
    1
    Rep Power
    37

    Re: free usable .Net Obfuscator

    Quote Originally Posted by ozzeh View Post
    I'm sorry, but it seems that I am failing to understand the point of your post. Are you insinuating that to be called .NET it needs to be purely managed code? You do realize that doing almost anything memory/interprocess related requires the use of pinvoke?
    This - that was our entire point.

  10. #10
    Join Date
    Jul 2009
    Location
    Denmark
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: free usable .Net Obfuscator

    .NET isn't limited to managed code, obviously. Why would there be System.Runtime.InteropServices.DllImportAttribute then?

  11. #11
    Join Date
    Feb 2009
    Posts
    25
    Thanks
    0
    Thanked 1 Time in 1 Post
    Rep Power
    19

    Re: free usable .Net Obfuscator

    Quote Originally Posted by XTZGZoReX View Post
    .NET isn't limited to managed code, obviously. Why would there be System.Runtime.InteropServices.DllImportAttribute then?
    for .net to interface with unmanaged code? that's like saying java isn't limited to bytecode because of jni.

  12. #12
    Join Date
    Jul 2009
    Location
    Denmark
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: free usable .Net Obfuscator

    Er... No?

    The JNI requires that you declare your native methods specifically for use with Java, while .NET lets you run any method in an unmanaged module. The JNI is more of a "language extension" than a "feature" so-to-speak.

    I don'r see why you're even comparing them.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. x86 assembly obfuscator
    By bw in forum Tools
    Replies: 11
    Last Post: 02-20-2010, 01:04 PM
  2. free of lag ss taker
    By v3n0m4 in forum Public Releases
    Replies: 4
    Last Post: 04-21-2008, 03:55 PM
  3. SharpDevelop (free)
    By H3llR4z0r in forum Beginner
    Replies: 0
    Last Post: 10-24-2004, 08:47 AM
  4. free dev progs!
    By Jonas in forum Off Topic
    Replies: 4
    Last Post: 06-29-2004, 10:05 AM
  5. Yay free source!
    By Crusader in forum Gold Source/HL1 Engine
    Replies: 20
    Last Post: 03-11-2003, 07:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts