Coder Social home page Coder Social logo

obfuscar-1's Introduction

#Obfuscar revisited

Obfuscar hasn't seen any updates in a long time. There were a few features that I thought would be useful to improve the Obfuscation of the .Net assemblies that Unity3D compiles. I've done my best to add them to this fork of Obfuscar.

New tags:

  • typeinherits: This means that the skip rule applies if the type or declaring type of a field or method inherits from this type. The type must be fully qualified (e.g. System.Object)
  • static: This is a true/false value where the skip rule only applies if the type, field, or method is static or not.
  • serializable: This is a true/false value where the skip rule applies if the type is serializable, or the field is a public field of a serializable type.
  • decorator: This means that the skip rules applies if the field has this specific attribute assigned to it (e.g. System.Diagnostics.Conditional).

Other changes:

  • When Obfuscar renames types, field, methods, etc. it will use characters from the Korean unicode character set. This is to make things slightly more annoying for people in the western hemisphere trying to reverse engineer your code.
  • The core of Obfuscar is now a .dll so it can be easily run from inside Unity.

Note: All tests are currently broken. I didn't do that, it happened when Obfuscar moved to 2.0 Beta and started using Mono.Cecil version 0.9.

obfuscar-1's People

Contributors

darktable avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.