Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

[IDEA] Nested methods. #6

@ghost

Description

Ofc this won't work because nested methods bad but here's an idea I've always had for c# obfuscation:

void Main(string[] args) {
    Console.WriteLine("Hello, World!");
}
Main(args);

Now you may think "oh that's not that bad", but link multiple nested methods together and combine them with other existing obfuscation techniques and everything is chaos. Another idea (ofc its probably implemented) is to abuse interpolated strings, eg:

string iliilllli = $"{$"{$"{$"Hello, World!"}"}"}";

Now you see how insane this can get? Once again combine this with the current obfuscation to get an insane mess.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions