Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Obfuscation of source code

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Obfuscation of source code

    Looking for a solution to obfuscate the source code. Not the compiled code but the code BEFORE it gets compiled.


    #2
    Hello WHICKED,

    The code before it gets compiled needs to be in C# language in order to be compiled, you wouldn't be able to obfuscate that. To hide the code you would need to make a compiled assembly which is no longer human readable. To protect against decompilation you can obfuscate the assembly by using agile.net which takes the already hidden code and further protects the dll against decompilation into human readable code.

    Comment


      #3
      Thats all good and fine. But I am still looking for a solution from someone else than NinjaTrader. You do have a partner that should do this for us as long as you purchase the license for Agile.NET

      I am still looking for a solution that can be used on the code before compilation or export.

      Comment


        #4
        Kitploit is temporarily under maintenance. We’ll be back shortly with improvements.


        Codecepticon is a .NET application that allows you to obfuscate C#, VBA/VB6 (macros), and PowerShell source code, and is developed for offensive security engagements such as Red/Purple Teams. What separates Codecepticon from other obfuscators is that it targets the source code rather than the compiled executables, and was developed specifically for AV/EDR evasion.

        Codecepticon allows you to obfuscate and rewrite code, but also provides features such as rewriting the command line as well.

        Comment


          #5
          From what I've seen, you could go old-school and just switch up the names of your variables, functions, and classes to something super vague. Like, you could take something descriptive like customerName and change it to a1 or just x. It's definitely gonna make your code look like a puzzle, but man, it's a lot of work and you've gotta be careful not to mess things up.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          648 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          369 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          108 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          572 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          574 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X