Skip to content
forked from pjc0247/lookatme

.NET obfuscator for Studying purpose.

Notifications You must be signed in to change notification settings

markobra/lookatme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lookatme

.NET obfuscator for Studying purpose.

Goal

  • Implements well-known obfuscation patterns with as simple as possible codes.
    • 실제로 복잡한 난독화 코드를 생성하기보단 각 패턴들을 짧게짧게 구현하는것이 목표
  • Generates exe which runs exactly same as original.

Patterns

  • Encode/Decode string literals
    • by Assembly Injection (merging)
  • Force inlining
  • Change field names.
  • Change method names.
    • Also supports System.Reflection.
  • Change method symbols.
  • Runtime code generation.

About

.NET obfuscator for Studying purpose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%