Skip to content

A tool to automatically defeat .NET crackmes based on string equality comparisons

Notifications You must be signed in to change notification settings

dr4k0nia/NoChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

NoChallenge - A tool to automatically defeat .NET crackmes based on string equality comparisons

This tool was designed to automatically solve basic crackmes using clear text string equality comparisons. It works by hooking the string.Equals method in mscorlib and waiting for a special input. Once the special input has been entered it will output the correct key it was compared to. Keep in mind, this tool might not work for every specific implementation.

Usage

  1. Drag & Drop the crackme executable onto NoChallenge.exe
  2. Wait for it to tell you that the hook was installed
  3. Enter '§' as key in the crackme
  4. Wait for NoChallenge to give you the correct password

Dependencies

About

A tool to automatically defeat .NET crackmes based on string equality comparisons

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages